Jump to content

[SOLVED] Validation error


rickphp

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.