I am using min-width and min-height for one div. It is working perfectly in IE7 and FF but not in IE6. Is there some way to define height for all old IE browser? I am typing:
Code:
<!--[if IE]>
<style type="text/css">
.something {
height : 300px;
}
</style>
<![endif]-->
but this is not give me any result. And one more question. How I can insert this part of code if is css separate from html (out of document).
Thanks,
Shivaji
__________________
Please login or register to view this content. Registration is FREE - uncommon free scripts
Please login or register to view this content. Registration is FREE - Städte, Sport, Party, Gourment, Apartments, Hotels
|