PDA

View Full Version : Help on Broken Drop Down NaV Bar


elizabeth_Luna
Aug-05-2008, 06:09 AM
When you hover over the galleries nav bar it does not stay still long enough so you can click on a option.... what did I brake? :dunno

2nd question How do I center my Slideshow on Bio - and I believe I cant make it go up a tad.... I can't figure out what's blocking it from going up.

My site (http://www.elizabethluna.smugmug.com/)
Site underconstruction :D

Apperciate any feed back!

Allen
Aug-05-2008, 08:42 AM
When you hover over the galleries nav bar it does not stay still long enough so you can click on a option.... what did I brake? :dunno

2nd question How do I center my Slideshow on Bio - and I believe I cant make it go up a tad.... I can't figure out what's blocking it from going up.

My site (http://www.elizabethluna.smugmug.com/)
Site underconstruction :D

Apperciate any feed back!
Change the theme from Carbonite and your navbar works. Can't find a way areound this.

Add the red .menu if front here.

/* style the table so that it takes no ppart in the layout - required for IE to work */

.menu table {position:absolute; top:0; left:0;}


Only the top link below works so your nav links are not working.

http://elizabethluna.smugmug.com
http://elizabethlunaphotography.smugmug.com

You nav html has the second one in it.
Here's your complete nav html with a fews things and links corrected.
Replace the xxxxxxx_xxxxx's with the gallery number when you create them.

<!-- 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="http://elizabethluna.smugmug.com" title="elizabethlunaphotography">Home</a></li>

<!-- Next Main Menu Item -->

<li><a href="http://elizabethluna.smugmug.com/gallery/xxxxxxx_xxxxx" title="About Me">About Us</a></li>

<!-- Next Main Menu Item -->

<li><a class="drop" href="http://elizabethluna.smugmug.com/galleries" title="Galleries">Galleries
<!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="http://elizabethluna.smugmug.com/Weddings" title="Weddings">Weddings</a></li>
<li><a href="http://elizabethluna.smugmug.com/Engagement" title="Engagements">Engagements</a></li>
<li><a href="http://elizabethluna.smugmug.com/Children" title="Children">Children</a></li>
<li><a href="http://elizabethluna.smugmug.com/Events" title="Events">Events</a></li>
<li><a href="http://elizabethluna.smugmug.com/Family" title="Family">Family</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>

<!-- Next Main Menu Item -->

<li><a class="drop" href="#nopick" title="Services">Services
<!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="http://elizabethluna.smugmug.com/gallery/xxxxxxx_xxxxx" title="Services1">Services1</a></li>
<li><a href="http://elizabethluna.smugmug.com/gallery/xxxxxxx_xxxxx" title="Services2">Services2</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>

<!-- Next Main Menu Item -->

<li><a href="http://elizabethluna.smugmug.com/gallery/xxxxxxx_xxxxx" title="Guestbook">Guestbook</a></li>

<!-- Next Main Menu Item -->

<li><a class="drop" href="#nopick" title="Contact Us">Contact Us
<!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="mailto:elizabethluna.photography@gmail.com" title="Email Us">send us mail</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>

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

elizabeth_Luna
Aug-05-2008, 08:57 AM
Thank you Allen!:clap

Allen
Aug-05-2008, 09:22 AM
Thank you Allen!:clap
All set now? Looks great:thumb Sorry about the theme, a lot of drop navs have
trouble with Carbonite.

elizabeth_Luna
Aug-05-2008, 09:27 AM
That's a shame :cry but this works too! :clap

Any ideas and how to get my slide show to look just like 1 box without the slides underneath?

Thanks again Allen!

Allen
Aug-05-2008, 09:44 AM
That's a shame :cry but this works too! :clap

Any ideas and how to get my slide show to look just like 1 box without the slides underneath?

Thanks again Allen!
Change this to false in your bio show code.

showThumbs: 'true',


Add this to CSS to center the show.

#userBio {text-align: center;}

elizabeth_Luna
Aug-05-2008, 09:55 AM
OK that worked :barb