Thread: Help
View Single Post
  #6 (permalink)  
Old Aug 10th, 2006, 02:04
Compumaniac12 Compumaniac12 is offline
Up'n'Coming Member
Join Date: Jun 2006
Location: Rochester, NY
Posts: 67
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help

i see your problem, the links on the top navbar are off

this might be part of your problem

<h2><a href="http://www.crewsfx.com" title="Main Menu" accesskey="a">Main Menu</a></h2>
<ul>
<li></li>

I think this would be the better solution
<ul>
<li><b><a href="http://www.crewsfx.com" title="Main Menu" accesskey="a">Main Menu</a></b></li>

if that doesnt work, check into your css coding for the div, i didnt look into it yet srry
__________________
www.MonsterCoding.com - Website Programming and Development Services
Reply With Quote