-
link behaviour
Hi I have a small problem that is quite frustrating with some links in FF. The site is tauntonions and the problem is with the links in the top right. This is a Drupal site and they are the primary links. When I view the site with FF 2.0.0.6 to activate the hover status the cursor has to be noticeably above the link text. This does not happen in any other browser I have tried. Please help
-
What I've seen with developer toolbar, is that your div id="title" is over the top right navigation.
-
I see what you mean. It was the img inside has a css rule display: block setting that to inline fixed the issue. I seem to remember changing it to that when I had problems with the layout earlier on. Seems to be alright at the moment.
Thanks.
-
It seems I have a choice. If I change the img display to block it fixes the links in FF but pushes the images in the left and centre columns down leaving a gap when viewed in IE6. That was why the img was given that rule in the first place.