View Full Version : Before I Start Banging My Head on the Wall
chuckinsocal
May-14-2008, 05:33 PM
I want to put a drop down nav bar thingy in my gallery description area. Is this even possible or are nav bars restricted to the Header only?
Thanks.
Allen
May-14-2008, 08:50 PM
I want to put a drop down nav bar thingy in my gallery description area. Is this even possible or are nav bars restricted to the Header only?
Thanks.
Don't see why not. Add the html to the gallery description. Just use a
different ID and new CSS then your current menu.
chuckinsocal
May-14-2008, 10:39 PM
Thanks Allen,
I may want to put the navbar in 12 gallery descriptions so that visitors can jump directly between galleries without having to go back to some central page each time.
Is there a way to build the navbar one time then use some kind of CSS or JS in the description area to pull in and display the navbar? This way I can maintain just 1 navbar instead of 12. Did I make sense?
Thanks.
chuckinsocal
May-15-2008, 03:43 PM
Allen, Denise, DrDavid, Rich, any CSS, JS, HTML guru? Surely there must be an answer to the above question even if it's "No, that's not possible".
Thanks.
SPK64
May-15-2008, 04:18 PM
Allen, Denise, DrDavid, Rich, any CSS, JS, HTML guru? Surely there must be an answer to the above question even if it's "No, that's not possible".
Thanks.
You could add a new nav bar in the header different div Then turn off the main and use it for specifc galleries with CSS I think...
chuckinsocal
May-15-2008, 06:44 PM
Sorry, I misstated my question ... what I want is a single drop down menu in the gallery description area, not a navbar.
Sorry for the confusion.
Allen
May-16-2008, 07:20 AM
Sorry, I misstated my question ... what I want is a single drop down menu in the gallery description area, not a navbar.
Sorry for the confusion.
Noticed you're not using dropdowns now so you'd have to also add the supporting CSS also.
Add this to the description.
<div class="menu">
<ul>
<li><a class="drop" href="Link">Menu 2
<!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="Link">Drop 1</a></li>
<li><a href="Link">Drop 2</a></li>
<li><a href="Link">Drop 3</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</div>
Add the CSS here (http://allen-steve.smugmug.com/gallery/2078255), and adjust the numbers. Some of it would not be needed.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.