Most likely the a:hover CSS that appears inline on your page is the culprit:
Code:
#nav li a, a:hover, a:active{
width:100px;
height:30px;
color:#FFF;
text-decoration:none;
line-height:30px;
display:block;
}
Bascially you're telling the browser to turn all links into block elements on hover, which I doubt is what you want.
BTW, please note that your page is currently in violation of our usage terms, since the credit notice doesn't appear inline on the page. Please reinstate the credit notice:
Code:
<script type="text/javascript" src="tabcontent.js">
/***********************************************
* Tab Content script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
Bookmarks