Click to See Complete Forum and Search --> : problem with spaces between images...


gogobrent
09-14-2005, 11:21 AM
Hi,
I made a website , but i cheked everything in FireFox...
So when I thought that everything worked , i tried Internetexplorer
and that shows spaces between images...

here´s the page:
www.emu-fusion.net/pww3/index.html
So please check the sript for me :)

it´s about the MSN Icon Menu (you´ll know what i mean :rolleyes: )

It would really help me out , if someone sees the problem !

Thanks in advance!

Fang
09-14-2005, 11:42 AM
Add img {display:block;} and remove the <BR> after the closing anchor tags

tabzter
09-14-2005, 12:50 PM
put the code between <style> tags or as a style attribute:


<head>
<style>
img{display:block}
</style>
</head>
or....
<img src="pic.jpg" style="display:block">