![]() |
Quote:
<li class="noShowLoggedOut"><a href="/keyword/" title="">Keywords</a></li> Add to CSS. The menu width is only applicable if a main button is hidden. .notLoggedIn .noShowLoggedOut {display: none;} .notLoggedIn .menu {width: 680px;} /* centers nav */ |
Hey Allen,
You were instrumental in helping me get my site customized awhile back, so THANK YOU! Today I visited my SmugMug page (www.rachelkabukala.smugmug.com) only to find that some of the links in my drop down nav bar were different/changed from the last time I customized, all of a sudden some bullets (incorrectly spaced and overlapping with text) appeared out of nowhere, and one of my drop down bars is permanently "down" rather than going down when the mouse hovers on it like it used to. I'm perplexed! I fixed the faulty links because I knew how to go in and do that, but any tips on the mysterious bullets and the "INFO" section on my nav bar that is permanently "dropped down"? Any help is greatly appreciated! |
Quote:
Code:
<div id="myHeader"> |
Thank you! Once again, Allen saves the day!
Quote:
|
Thanks Alan,
I now have links to the important control panel stuff in my nav bar. Definitely a time saver... After upgrading to Firefox 4.0 I lost the Smugmug FF add-on so I thought this would be an alternative. Thanks again, |
Quote:
header Code:
<!-- =========== Manage Bar ============ -->Code:
/* ====== management navbar ====================== */ |
Thanks Alan...I like the manage nav.
|
Quote:
|
in IE6.0:
the dropdown menu is diveded into two lines instead of one line on the top. http://joehawks.smugmug.com/photos/i...-c7C3RwB-M.jpg THIS DOSN'T HAPPEN IN IE 8.0\FIREFOX 4.0.ONLY IN IE6.0 please help.urgent,thanks a lot . |
Quote:
Code:
/* style the outer div to give it width */ |
thanks Alen!
after trying for many times ,I finally found 1000px is just right,thanks! but I found now the sub-menu of my drop down menu seemed abnormal. as the following pic http://joehawks.smugmug.com/photos/i...-6b9DtG6-M.jpg what can I do now ,pls HELP! THANKS. |
Allen,
Love your avatar and website! Getting a drop down menu looks awfully complicated. Please check out my website. I currently have the easy Nav Bar but would really like to have drop down menus so visitors can easily get to my gallery pages. I am barely a photographer, and defintely NOT a programmer! Will your drop down coding work for my site? Thanks! |
Quote:
Code:
/* hide the sub levels and give them a positon absolute so that they take up no room */ |
Quote:
make navigating easier. The navbar is not really needed unless you have specific pages to jump to, like guestbook, about, services, etc. In place of your current navbar just put something like "View my galleries". |
Quote:
By adding the categories to the nav bar I was trying to simplify how a visitor could quickly get to my gallery pages. Then I saw your drop down menu thread, and thought that might help also. I appreciate your input. I've changed it back to Galleries (my second home page). What do you think now? |
Quote:
level. Example, drilling down to a Canada gallery, no way to go back up a level to the Canada galleries sub-cat without starting from the top. |
Quote:
How would a drop down menu work with only one item as "Galleries"? I had thought the drop down menus would work for each of the Nav items I had previously (one nav with drop down menu for each category). |
I would still like to have drop down menus for each of my Nav Bar items.
Can I simply add the code from the first page of this thread? |
Quote:
With HTML changed to your links. Use this as an example. In CSS colors need changing. Go down thru CSS and change every color and hover color. Same for background. The colors of the menu are color coded so look for that particular color in the CSS. When you have it in fire back here and we can help format it. |
Allen, Oh my! Help! I've really tried to be careful! I don't understand all this coding.... :bow
I've tried to follow the format, but when I pasted this in my header box, my site went away! I tried to create the coding for "main 2" (Underwater) and "main 3" (United States) with drop down level 2's and fly outs where needed. If I can get this straightened out, I can try to do my other nav bar items. Note: I removed the separate galleries under "Utah"....so the fly outs above are no longer needed Thanks! [FONT=Times New Roman][FONT=Comic Sans MS]<!-- Original code by Stu Nicholls of -->[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS]<!-- http://www.cssplay.co.uk/ -->[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS]<!-- Edited for content, formatting, and some elements -->[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS]<!-- Please help support CSSPlay at: -->[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS]<!-- http://www.cssplay.co.uk/support.html -->[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS][/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS]<div class="menu">[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS]<ul>[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS][/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS]<li><a href="/" title="http://butlerkid.smugmug.com">Home</a></li>[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS][/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS]<li><a class="drop" href="http://butlerkid.smugmug.com/Underwater" title="">Main 2 <!-- no </a></li> on drop lines -->[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <!--[if gte IE 7]><!--></a><!--<![endif]-->[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <!--[if lte IE 6]><table><tr><td><![endif]-->[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <ul>[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <li><a href="http://butlerkid.smugmug.com/Underwater/Underwater/5304341_FSF2T#1264987815_m8TKWN4" title="">Drop 1 Lvl 2</a></li>[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <li><a href="http://butlerkid.smugmug.com/Underwater/Grand-Cayman/16765907_CGfZW4#1265008936_pWLfq7F" title="">Drop 2 Lvl 2</a></li> [/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <li><a href="http://butlerkid.smugmug.com/Underwater/Belize-Southern-California/16766235_JTMdTh#1265033141_km7Txh6" title="">Drop 3 Lvl 2</a></li> [/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS][/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] </ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS]</li>[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS][/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS]<li><a class="drop" href="http://butlerkid.smugmug.com/UnitedStates" title="">Main 3[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <!--[if gte IE 7]><!--></a><!--<![endif]-->[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <!--[if lte IE 6]><table><tr><td><![endif]-->[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <ul> [/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <li><a href="http://butlerkid.smugmug.com/UnitedStates/Alaska" title="">Drop 1 Lvl 2</a></li>[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <li><a href="http://butlerkid.smugmug.com/UnitedStates/Alaska/Alaskan-Grizzly-Bears/13585433_SYZZ6#997377865_sN2DS">Flyout 1 Lvl 3</a></li>[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <li><a href="http://butlerkid.smugmug.com/UnitedStates/Alaska/Alaskan-Landscapes/13819271_KLjPJ#1068123392_eFjtZ">Flyout 2 Lvl 3</a></li>[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <li><a href="http://butlerkid.smugmug.com/UnitedStates/Alaska/Alaska-Eagles/13834761_GgxRS#1013840853_YWsmZ">Flyout 3 Lvl 3</a></li>[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <li><a href="http://butlerkid.smugmug.com/UnitedStates/Alaska/Alaskan-Wildlife/13834981_26mP2#1084575806_vnfTM">Flyout 4 Lvl 3</a></li>[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <li><a href="http://butlerkid.smugmug.com/UnitedStates/Alaska/Alaskas-Birds/14408098_JMeLB#1084566429_T6phq">Flyout 5 Lvl 3</a></li>[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <li><a href="http://butlerkid.smugmug.com/UnitedStates/Alaska/Alaskas-Towns/14408185_RnFUH#1068177965_pZU6c">Flyout 6 Lvl 3</a></li>[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <li><a href="http://butlerkid.smugmug.com/UnitedStates/Alaska/Alaskas-Plants/14407667_8mKbi#1110419756_4i5x3">Flyout 7 Lvl 3</a></li>[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS][/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS][/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS][/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS][/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS][/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS][/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS][/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS][/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <li><a class="drop" href="http://butlerkid.smugmug.com/UnitedStates/Yellowstone2/Yellowstone/7826801_beELy#506952931_5Dbi2" title="">Drop 2 Lvl 2[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <!--[if gte IE 7]><!--></a><!--<![endif]-->[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <!--[if lte IE 6]><table><tr><td><![endif]-->[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <ul>[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <li><a href="#link">Flyout 1 Lvl 3</a></li>[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <li><a href="#link">Flyout 2 Lvl 3</a></li> [/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] </ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] </li>[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] [/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <li><a class="drop" href="http://butlerkid.smugmug.com/UnitedStates/Tennessee2" title="">Drop 3 Lvl 2[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <!--[if gte IE 7]><!--></a><!--<![endif]-->[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <!--[if lte IE 6]><table><tr><td><![endif]-->[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <ul>[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <li><a href="http://butlerkid.smugmug.com/UnitedStates/Tennessee2/Tennessee/7827599_veDgD#1057973754_S7LUQ">Flyout 1 Lvl 3</a></li>[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS][/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <li><a class="drop" href="http://butlerkid.smugmug.com/UnitedStates/Tennessee2/Infra-Red-Tennessee/6212458_3cdEZ#506767050_YmRvZ" title="">Flyout 2 Lvl 3[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <!--[if gte IE 7]><!--></a><!--<![endif]-->[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <!--[if lte IE 6]><table><tr><td><![endif]-->[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <ul>[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] </li>[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] [/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <li><a class="drop" href="http://butlerkid.smugmug.com/UnitedStates/Utah" title="">Drop 4 Lvl 2[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <!--[if gte IE 7]><!--></a><!--<![endif]-->[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <!--[if lte IE 6]><table><tr><td><![endif]-->[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <ul>[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <li><a href="http://butlerkid.smugmug.com/UnitedStates/Utah/Bryce-Natl-Park-Ut/9621490_NwJcb#648500147_wMbjD">Flyout 1 Lvl 4</a></li>[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS][/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <li><a class="drop" href="http://butlerkid.smugmug.com/UnitedStates/Tennessee2/Infra-Red-Tennessee/6212458_3cdEZ#506767050_YmRvZ" title="">Flyout 2 Lvl 4[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <!--[if gte IE 7]><!--></a><!--<![endif]-->[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <!--[if lte IE 6]><table><tr><td><![endif]-->[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <ul>[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS][/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <li><a href="http://butlerkid.smugmug.com/UnitedStates/Utah/Capitol-Reef-Ntl-Park-Utah/9621508_poLTD#648557581_zXdHs">Flyout 3 Lvl 4</a></li>[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <li><a href="http://butlerkid.smugmug.com/UnitedStates/Utah/Escalante-Utah/9621522_YMWPa#648566829_C7auq">Flyout 4 Lvl 4</a></li>[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] </ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] </li>[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS][/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] </ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] </li>[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS][/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] </ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS]</li>[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS]<li><a class="drop" href="http://butlerkid.smugmug.com/UnitedStates" title="">Main 3[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <!--[if gte IE 7]><!--></a><!--<![endif]-->[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <!--[if lte IE 6]><table><tr><td><![endif]-->[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <ul> [/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <li><a href="http://butlerkid.smugmug.com/UnitedStates/United-States-Other" title="">Drop 5 Lvl 2</a></li>[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <li><a href="http://butlerkid.smugmug.com/UnitedStates/United-States-Other/Wyoming/9621459_NidLq#648432749_tumNS">Flyout 1 Lvl 5</a></li>[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <li><a href="http://butlerkid.smugmug.com/UnitedStates/United-States-Other/Glacier-National-Park/9631984_WXLap#649382764_e393s">Flyout 2 Lvl 5</a></li>[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS][/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS][/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS]<li><a href="http://butlerkid.smugmug.com/UnitedStates/South-Dakota" title="">Main 6</a></li>[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <li><a href="http://butlerkid.smugmug.com/UnitedStates/South-Dakota/Mount-Rushmore-South-Dakota/9621259_gNdNT#648383412_4QnrH">Flyout 1 Lvl 6</a></li>[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS] <li><a href="http://butlerkid.smugmug.com/UnitedStates/South-Dakota/South-Dakota/9620638_hgWHz#648355341_9kdKz">Flyout 2 Lvl 6/a></li>[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS][/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS][/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS]<li><a href="http://butlerkid.smugmug.com/UnitedStates/Southwest/5062436_meLom#506757187_h4nDY" title="">Main 7</a></li>[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS][/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS][/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS][/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS]</ul>[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS]</div> <!-- closes menu -->[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS]<div style="clear: both;"></div>[/FONT][/FONT] [FONT=Times New Roman][FONT=Comic Sans MS]<!-- End Navbar Code -->[/FONT][/FONT] [FONT=Verdana]CSS[/FONT] |
| Times are GMT -8. It's 06:37 PM. |
Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.