Re: [css-d] gap in header in IE

2005-10-31 Thread Gunlaug Sørtun
chuck clark wrote: > http://chucklarge.mine.nu/csstest/element/ > I am trying to figure out where the 3 pixel gap between my header and > tab navigation is coming from. Gap created by IE/win's default = img {display: inline;} Fix: #header img {display: block;} regards Georg -- http://

[css-d] gap in header in IE

2005-10-31 Thread chuck clark
Hi, I am trying to figure out where the 3 pixel gap between my header and tab navigation is coming from. http://chucklarge.mine.nu/csstest/element/ I appreciate any help in advance, chuck __