Quote:
Originally Posted by delusion
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??