Haha, Well, IE for some reason is sometimes special or not. Did a browser check on your page patchou and got this log:
quote:
Line 18: In Internet Explorer 5.0 the tag <AREA> cannot contain a tag <AREA>.
Line 18: In Internet Explorer 5.0 the tag <AREA> cannot contain a tag <AREA>.
Line 18: In Internet Explorer 5.0 the tag <AREA> cannot contain a tag <AREA>.
Line 18: In Internet Explorer 5.0 the tag <AREA> cannot contain a tag <AREA>.
Line 18: In Internet Explorer 5.0 the tag <AREA> cannot contain a tag <AREA>.
Line 18: In Internet Explorer 5.0 the tag <AREA> cannot contain a tag <AREA>.
Line 18: In Internet Explorer 5.0 the tag <AREA> cannot contain a tag <AREA>.
Line 18: In Internet Explorer 5.0 the tag <AREA> cannot contain a tag <IMG>.
Line 34: In Internet Explorer 5.0 the tag <BR> cannot contain a tag <TD>.
Line 19: In Internet Explorer 5.0 the tag <IMG> cannot contain a tag <BR>.
Line 53: In Internet Explorer 5.0 the tag <IMG> cannot contain a tag <HEAD>.
Line 19: In Internet Explorer 5.0 the tag <IMG> cannot contain a tag <IMG>.
Line 483: In Internet Explorer 5.0 the tag <IMG> cannot contain a tag <P>.
Line 21: In Internet Explorer 5.0 the tag <IMG> cannot contain a tag <TABLE>.
Line 55: In Internet Explorer 5.0 the tag <IMG> cannot contain a tag <TABLE>.
Line 485: In Internet Explorer 5.0 the tag <IMG> cannot contain a tag <TABLE>.
Line 43: In Internet Explorer 5.0 the tag <SPAN> cannot contain a tag <NOSCRIPT>.
Yeh, weird.
Also, Patchou, Here are some suggestions you might want to test:
Try replacing:
quote:
<img border="0" src="http://files.msgplus.net/images/gfdd.gif" width="166" height="42" align="right" hspace="10" vspace="2">
with:
quote:
<img style="float: right" img border="0" src="http://files.msgplus.net/images/gfdd.gif" width="166" height="42" align="right" hspace="10" vspace="2">
2) Try using your css (style.css) for the image and put in no repeat. something like:
background-image:no-repeat;
I don't know much about CSS but just a small suggestion. And, I don't know what "background-attachment: fixed;" does so...If you do try to test it with CSS, Might want to insert *something* like this:
quote:
list-style-image: url('http://files.msgplus.net/images/gfdd.gif') no-repeat;
Hey, I don't know much about css so.... Good luck.