Linked by Thom Holwerda on Wed 11th Mar 2009 09:11 UTC, submitted by poundsmack
Internet & Networking Apparently, Internet Explorer is on its way out. JCXP.net is saying that Internet Explorer 8 will be the last traditional version of Microsoft's web browser, and that Microsoft's next web browser will be based on a promising Microsoft Research project dubbed "Gazelle".
Permalink for comment 352697
To read all comments associated with this story, please click here.
RE[3]: webstandarts
by andrewg on Wed 11th Mar 2009 19:09 UTC in reply to "RE[2]: webstandarts"
andrewg
Member since:
2005-07-06

min-height is not a problem since height in ie6 can't handle *> selectors and it treats height like min-height. So you would do something like:

#container {
height: 400px;
min-height: 400px;
}
*> #content {
height: auto;
}

I have never used min-width.

Reply Parent Bookmark Score: 3