CSS cross browser help!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    CSS cross browser help!

    Guys,look at this screen shot,The width is 960px,It shows perfectly in my laptop. Click image for larger version

Name:	screenshot.png
Views:	1
Size:	491.3 KB
ID:	112551 I can't figure out the alternate of using px for smaller screens,if I use percent
    design will be a mess,any solutions?
    I need some facebook likes, can you please help me
    http://facebook.com/softwarefreakin
    I noticed social media is really powerful
    Well DONE is better than well SAID

    #2
    Without the css code i can only guess that is used width: 960px; and change it to max-width: 960px/%;
    Last edited by arnage; 04.02.12, 17:22.
    <!DOCTYPE html PUBLIC "-//WAPFORUM.RS

    Comment


      #3
      mobile style.css

      Comment


        #4
        create another css file and define it to be for handled anloy,there,define your width suitable for mobile device

        eg.

        <link rel ='stylesheet' media='handled' href='mobcss.css' />

        Comment


          #5
          media="handheld"
          The names chosen for CSS media types reflect target devices for which the relevant properties make sense.

          Which means that media type have no significance without properly defined properties.
          <!DOCTYPE html PUBLIC "-//WAPFORUM.RS

          Comment

          Working...
          X