Skip navigation
Currently Being Moderated

Media queries

Sep 19, 2011 3:39 PM

Hi all,

Can anyone help me with Media queries I think I have done them correct but I anit to sure. My site is www.luke-hoare.biz/test

 

Thanks

 
Replies
  • Currently Being Moderated
    Sep 24, 2011 2:23 PM   in reply to HoareLuke

    Can anyone help me with Media queries I think I have done them correct but I anit to sure.

     

    Yes, the syntax looks correct.

     

    Randy

     
    |
    Mark as:
  • Currently Being Moderated
    Sep 24, 2011 3:20 PM   in reply to HoareLuke

    All your external CSS files are empty.   You need to open them in DW and add some device specific styles to each one.

     

    phone.css

         body {font-size: 10px; color: black; width: 320px}

     

    tablet.css

         body {font-size: 14px; color: red; width: 750px}

     

    desktop.css

         body {font-size: 18px; color: navy; width: 1000px}

     

     

    Then add some Lorem ipsum or dummy text to your HTML document.  Save everything and upload to your server.

     

    If you resize your browser viewport, you should see different styles for each device.  HINT: don't use IE to preview.  Use a good browser like Firefox, Chrome or Safari.

     

     

    Nancy O.

    Alt-Web Design & Publishing

    Web | Graphics | Print | Media  Specialists 

    http://alt-web.com/

    http://twitter.com/altweb

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points