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