ie 5/mac align link center problem
- Started
- Last post
- 5 Responses
- shamus
I have created 4 hyperlinks, and I am using CSS to change the color of the links on mouseover. when i align them to center (using a div tag), the space to the left of the links (in IE5/mac) becomes clickable.
So when moving over to the links horizontally from the left hand side of the page the first link is selected, then the second link is selected and so on. When i finally roll over the first link they work properly.can someone tell how to avoid having the blank space to the left of the links activate them? thanks.
- unformatted0
posting a sample link.
you don't have any margins/padding in your a:link/hover/active do you?
- unformatted0
weird looked fine over here. maybe it's because you have no spacing in between your links.
- shamus0
I tried with and without space, no difference. . I guess i will just have to keep playing around with it. thanks again for your time.
- shamus0
i found a solution here.
http://www.macedition.com/cb/ie5…seems adding some dummy text fixes it.