rickphp Posted September 10, 2009 Share Posted September 10, 2009 The w3c validator is showing this error: .min-width Value Error : width Parse Error expression(((document.documentElement.clientWidth | document.body.clientWidth) 1005)? "1005px" : "100%") The line in question is .min-width {width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1005)? "1005px" : "100%"); min-width:1005px; background:url(img/bg-top.gif) top repeat-x; } Can anybody help resolve this one? Thanks! Link to comment https://forums.phpfreaks.com/topic/173849-solved-validation-error/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.