Welcome To Snipplr
Everyone's Recent CSS Snippets Tagged ie6
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
En IE6 el min-height se reemplaza en realidad con height, porque por un error de Explorer tiene exactamente el mismo efecto.
Este código hace que la caja tenga 700px de mÃnimo tanto para FF como para IE6.
0
745
posted 16 years ago by demixo
Content may disappear on window resize in IE6/Maxthon, when using expressions to set min-width/max-width. To fix it - just remove 'position:relative' in #container.
0
583
posted 16 years ago by DesTincT
IE6 and before doesn't support :hover in CSS (except for anchors). You can use this script to make hovers work in IE. Just add the following line to your stylesheet (this assumes the path of the file -- you may need to change it to reflect your paths...
7
1638
posted 17 years ago by jonhenshaw