Tuesday, September 13, 2011

IE 6 hack for width and heights

all about min - height hacks:

http://www.webdevelopment2.com/ie-css-min-height-hack/

* html div {
\width: 140px; /* for IE5 and IE6 in quirks mode */
w\idth: 100px; /* for IE6 in standards mode */
}

No comments:

Post a Comment