On 9/19/11 3:02 PM, tee wrote:
Please see this.
http://bit.ly/mWvfWC
It appears to work the way I *think* you want it to if you order the
css statements as:
@media screen and (max-width:1024px){ body { background:red} }
@media screen and (max-width:768px) { body { background-color: black; } }/*do
not delete*/
@media screen and (max-width:480px) { body { background-color:olive; } }/*do
not delete*/
@media screen and (min-width:1024px){ body { background: blue url(bg-bodytop.jpg) no-repeat left
top} }/*do not delete*/
But let me know if that's an incorrect assumption :-)
--
Hassan Schroeder ----------------------------- has...@webtuitive.com
webtuitive design === (+1) 408-621-3445 === http://webtuitive.com
http://about.me/hassanschroeder
twitter: @hassan
dream. code.
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*******************************************************************