I understand the max-width will not work in IE6 however so I'm trying this:HTML Code:@media handheld, only screen and ( max-width: 1280px )
Should this work in IE6? What i'm trying to decipher is whether i do not fully understand the bugs within IE6 or if i'm doing this approach incorrectly.HTML Code:@media handheld, only screen and ( max-width: 1280px width:expression( document.body.clientWidth > (1200) * parseInt(document.body.currentStyle.fontSize)? "1100px": "auto" ); )
If anyone knows of any real solutions to what i'm trying to achieve here, let me know. I basically want the width to change as the browser size changes



Reply With Quote

Bookmarks