PDA

View Full Version : Nav bar problem


mmtoruno
Mar-25-2009, 10:18 PM
:dunno I rerouted my custom domain to "domains.smugmug.com " in order to get the fast blazing action delivered by Akamai's network. Now my navbar is off center and there is a white dot in front of . popular photos . videos . Events . Guestbook???

How the heck do I get rid of those white dots and aligng/center the nav bar. It has been a while since I've touch the customization tools.

Allen
Mar-25-2009, 10:45 PM
:dunno I rerouted my custom domain to "domains.smugmug.com " in order to get the fast blazing action delivered by Akamai's network. Now my navbar is off center and there is a white dot in front of . popular photos . videos . Events . Guestbook???

How the heck do I get rid of those white dots and aligng/center the nav bar. It has been a while since I've touch the customization tools.
Here ya go, replace your whole header with this.

<div align="center">
<a href="http://s69.photobucket.com/albums/i49/mmtoruno/Web%20Banner/?action=view&amp;current=finaalheader.jpg" target="_blank">
<img src="http://i69.photobucket.com/albums/i49/mmtoruno/Web%20Banner/finaalheader.jpg" alt="Photobucket" border="0">
</a>
</div>

<!-- CSS Dropdown Nav Bar -->
<!-- Original code by Stu Nicholls of -->
<!-- http://www.cssplay.co.uk/ -->
<!-- Edited by me for content, formatting, and some elements -->
<!-- Please help support CSSPlay at: -->
<!-- http://www.cssplay.co.uk/support.html -->

<div align="center">

<div class="menu">

<ul>

<!-- First Main Menu Item -->

<li><a href="/" title="Home">Home</a></li>

<!-- Next Main Menu Item -->

<li><a class="drop" href="/galleries" title="Galleries">Galleries
<!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a class="drop" href="/Bianca" title="Bianca Category">Bianca»
<!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a class="drop" href="/Bianca/466143" title="Bianca">2008»
<!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="/Bianca/4375801">Bianca's 2nd Birthday</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li><a href="/Family" title="Family">Family</a></li>
<li><a href="/Travel" title="Travel">Travel</a></li>
<li><a href="/Holidays" title="Holidays">Holidays</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>

<!-- Next Main Menu Item -->
<li><a href="/most%20popular%20photos" title="Our most popular photos!">Popular Photos</a></li>

<!-- Next Main Menu Item -->
<li><a href="/Video" title="Videos!">Videos</a></li>

<!-- Next Main Menu Item -->
<li><a href="/Events" title="Events Category">Events</a></li>

<!-- Next Main Menu Item -->
<li><a href="/gallery/2908148" title="Please sign our guestbook!">Guestbook</a></li>

</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->

</div>
</div>
<!-- End Navbar Code -->

mmtoruno
Apr-03-2009, 10:46 PM
Thanks Al you are the best.

Here ya go, replace your whole header with this.

<div align="center">
<a href="http://s69.photobucket.com/albums/i49/mmtoruno/Web%20Banner/?action=view&amp;current=finaalheader.jpg" target="_blank">
<img src="http://i69.photobucket.com/albums/i49/mmtoruno/Web%20Banner/finaalheader.jpg" alt="Photobucket" border="0">
</a>
</div>

<!-- CSS Dropdown Nav Bar -->
<!-- Original code by Stu Nicholls of -->
<!-- http://www.cssplay.co.uk/ -->
<!-- Edited by me for content, formatting, and some elements -->
<!-- Please help support CSSPlay at: -->
<!-- http://www.cssplay.co.uk/support.html -->

<div align="center">

<div class="menu">

<ul>

<!-- First Main Menu Item -->

<li><a href="/" title="Home">Home</a></li>

<!-- Next Main Menu Item -->

<li><a class="drop" href="/galleries" title="Galleries">Galleries
<!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a class="drop" href="/Bianca" title="Bianca Category">Bianca»
<!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a class="drop" href="/Bianca/466143" title="Bianca">2008»
<!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="/Bianca/4375801">Bianca's 2nd Birthday</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li><a href="/Family" title="Family">Family</a></li>
<li><a href="/Travel" title="Travel">Travel</a></li>
<li><a href="/Holidays" title="Holidays">Holidays</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>

<!-- Next Main Menu Item -->
<li><a href="/most%20popular%20photos" title="Our most popular photos!">Popular Photos</a></li>

<!-- Next Main Menu Item -->
<li><a href="/Video" title="Videos!">Videos</a></li>

<!-- Next Main Menu Item -->
<li><a href="/Events" title="Events Category">Events</a></li>

<!-- Next Main Menu Item -->
<li><a href="/gallery/2908148" title="Please sign our guestbook!">Guestbook</a></li>

</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->

</div>
</div>
<!-- End Navbar Code -->