Skip navigation
webServicesNH106
Currently Being Moderated

Can't get Contribute to honor DW's media queries

Feb 22, 2012 12:10 PM

I have created a DW template with media queries attached to the css files. These uses different css files depending on the size of the device that is dispalying the webpage ex.

<link href="../css/mobile.css" rel="stylesheet" type="text/css" media="only screen and (min-width: 0px) and (max-width: 320px)" />

<link href="../css/tablet.css" rel="stylesheet" type="text/css" media="only screen and (min-width: 321px) and (max-width: 768px)" />

<link href="../css/banking.css" rel="stylesheet" type="text/css" media="only screen and (min-width: 769px)" />

 

These were created in DW's multiscreen panel. When I open the website in Contribute and browse to the page, everything looks fine. When I click on the EDIT button, the page goes to crap. The css files are not being honored correctly and I get a screen that looks like all the css is being ignored and only the code is being read.

 

Everything looks fine in all browsers also.

 

Windows XP, Contribute ver6 (CS5), Dreamweaver CS5

 
Replies

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