At http://www.test.webitry.net is a a main site navigation and header that I have installed onto a blog script so as to integrate it with the main site. The main site navigation is being snagged by a white line passing through the links and it is is also impacting on the rollover. See image attached.
What could be causing this clash?
You have a break tag (<br style=”clear:both” />) inside the ordered list tag (<ol>) that’s malformed HTML and should not be done. The only tags which should be inside an <ol> tags are <li> tags.
Try removing the border-bottom here as well…
If you don’t want the white line, it shouldn’t be in the CSS.
In addition, you have all links styled with a border on the bottom, you may need to specifically set that attribute for the navigation links so the general anchor properties are not “picked up”.