Forum Moderators: not2easy
and code as follows
<div id="nav">
<a href=""><img src="..." class="imgRight" alt="" />
</a>
<a href=""><img class="imgLeft" src=".." alt="" />
</a>
<a href=""><img class="imgLeft" src=".." alt="" />
</a>
<a href=""><img class="imgLeft" src=".." alt="" />
</a>
</div>
This gives me an outline with a few images as menu items. The trouble is that in Opera, just after the imgleft images finish, there are 4 small 1px dots that can be hovered over by the mouse and when this happens it highlights the appropriate image menu item. They appear to be duplicates of the menu items.
I get the impression it is something to do with the fact that the <a> tags only contain images and no text, and Opera is trying to substitute something.
If I do not float the images, then the background hover is much larger than the image size.
Any ideas before I waste any more time here.
Neither problems occur in IE. In Mozilla I get the background problem but not the dots.
This raises another question, if you dont't mind. Do any other tags have interpretations like this that I should know about. This sort of stuff can waste a lot of time for a newcomer like me. I do not like to reinvent the wheel, I prefer to study it and learn from it.
So for example..
<img src="pic1.gif">
<img src="pic2.gif2>
Will cause a space between the images, to get rid of it they must be on the same line, right after each other.