View Single Post
  #4 (permalink)  
Old Jul 3rd, 2007, 13:38
cyberseed cyberseed is offline
Up'n'Coming Member
Join Date: Jul 2005
Location: uk
Posts: 84
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How to get a div less than 20px height IE6

Quote:
Originally Posted by delusion View Post
Try this in the <head> of your html:

Code: Select all
<!--[if IE]>
<style type="text/css"> 
 
#top {
 height: -20px;    }
 
</style>
<![endif]-->
It's called a conditional.. I hope I understood the problem correct and this solves the problem..
Thanks delusion yes you understood the problem but it did not work. I found a work around but I am curious about why it happens so if anyone knows??
Reply With Quote