(The actual page can be found at http://www.ninesec.com/newweb/index.html ). I've been trying to figure out why this gap is seen in IE, when it comes out quite ok in Firefox? (I'm not sure if this needs to be posted here, but please excuse, newbie!)
In the class or in the style property of "Ninesec Story" link give *margin-top:0;
The * symbol is necessary its only for IE, other browsers ignores it...
You should NOT use hacks like that, it WILL cause problems. If you have to have a 'hack', use conditional comments to call a separate 'iefixes' only css file.
First, try removing all spaces you might have in the code, ie;
<a href="......"><a href="....."> etc. You may not need a hack at all.
Not seeing those images in FF or IE6 btw.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
@LadyNRed: Well, I'll be damned! It turned out that a missing "br" tag at the end of the first image was playing the rogue!! (The other images had a "br" tag at the end!!).
Anyways, thanks again for your patience and time to explain things. Thanks for all the responses. This issue can be closed for now.