Posted By


juggernaut on 06/29/11

Tagged


Statistics


Viewed 640 times
Favorited by 0 user(s)

IE6 min-width fix


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. * html #page-wrapper {
  2. width: expression(document.body.clientWidth <1000 ? "983px" : "100%" );
  3. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.