IE Nav Bar problems

Connor

New Member
Hi guys,

Been struggling the past while to sort a problem that's occuring in IE whenever i try to expand nav buttons that i've added. It comes up with giant boxes with the words "FALSE" in them.

I've also been having problems sorting the navbuttons to go back to their default format. They seem to have chosen a specific bunch of properties which i was messing about with originally and now won't go back.


Here is some code from the nav buttons although doesn't show any properties. Below there should also be screenies of the firefox look and the ie look.
<ul id="MenuBar1" class="MenuBarVertical">
<li>
<div align="center"><a href="MainHome2.html" class="style2 style4 style37"><span class="style42">English</span></a></div>
</li>
<li>
<div align="center"><a href="gaelichome.html" class="style1"><span class="style39">Gàidhlig</span></a></div>
</li>
<li>
<div align="center"><a href="MainHome2.html" class="style2 style4"><span class="style39">Home</span></a></div>
</li>
<li>
<div align="center"><a href="AboutMod2.html" class="style2 style4 style39">About MOD</a></div>
</li>
<li class="MenuBarItemSubmenuHover">
<div align="center"><a href="#" class="MenuBarItemSubmenu style2 style4 style39">Committees</a>
<ul>
<li><a href="LocalComittee2.html" class="style1 style39">Local Organising Committee</a></li>
<li><a href="FinanceCommittee2.html" class="style3 style4 style39">Finance Committee</a></li>
<li><a href="StewardsCommittee.html" class="style3 style4 style39">Stewards Committee</a></li>
<li><a href="TransportCommittee.html" class="style4 style3 style39">Transport and Logistics Committee</a></li>
<li><a href="Accomodation.html" class="style3 style4 style39">Accomodation Committee</a></li>
<li><a href="HallsVenueCommittee.html" class="style3 style4 style4 style39">Halls &amp; Venue Committee</a></li>
<li><a href="FringeCommittee.html" class="style3 style4">Fringe Committee</a></li>
<li><a href="#" class="style3 style4 style39">Publicity Committee</a></li>
</ul>
</div>
</li>
<li>
<div align="center"><a href="#" class=" style1 MenuBarItemSubmenu style39">Visiting Caithness</a>
<ul>
<li><a href="www.caithness.org" class="style3 style4 style39">Caithness.org</a></li>
<li><a href="www.forum.caithness.org" class="style4 style3 style39">Caithness Forums</a></li>
</ul>
</div>
</li>
<li>
<div align="center"><a href="#" class=" style1 style39">Our Sponsors</a> </div>
</li>
<li>
<div align="center"><a href="#" class="style2 MenuBarItemSubmenu style4 style39">Links - Gaelic</a>
<ul>
<li><a href="www.acgmod.org" class="style42">An Comunn G&agrave;idhealach </a></li>
<li><a href="#" class="style42">Am M&ograve;d N&agrave;iseanta R&igrave;oghail</a></li>
<li><a href="www.feisean.org" class="style4 style39 style3 style4 style4">F&egrave;isean nan G&agrave;idheal</a></li>
<li><a href="www.acgmod.org/links " class="style4 style39 style3">Other Gaelic Organisations</a></li>
<li><a href="www.bbc.co.uk/alba" class="style42">BBC Alba</a></li>
</ul>
</div>
</li>
<li>
<div align="center"><span class="style39"><a href="#" class="style2 MenuBarItemSubmenu style4 style39">Links - English</a></span>
<ul>
<li><a class="MenuBarItemSubmenu" href="#">B&amp;B's</a>
<ul>
<li><a href="#">Thurso</a></li>
<li><a href="#">Wick</a></li>
</ul>
</li>
<li><a href="#">Things To Do</a></li>
<li><a href="#">Pub Guide</a></li>
</ul>
</div>
</li>
<li>
<div align="center"><a href="WhatsOnDiary2.html" class="style1 style39">What's On Diary</a></div>
</li>
</ul>
 

Attachments

  • Goodview.jpg
    Goodview.jpg
    17.5 KB · Views: 3
  • Badview.jpg
    Badview.jpg
    7.6 KB · Views: 4
Cheers for the advice,

Yeah this is my first proper website project and i haven't the foggiest about styles or anything css side.

Thanks again
 
Back
Top