|
|
Thread Tools | Display Modes |
|
#81
|
|
|
OneWorldUnitedPhotos LLC
|
Hey All,
I posted before, but I would like to use buttons instead of just the text for my nav bar. Currently I just have the basic CSS nav bar and I would just like to incorporate images. Any help would be great. www.owuphotos.com Thank you |
|
|
|
|
#82
|
||
|
Big grins
|
Quote:
same problem after updating the custom header. |
|
|
|
||
|
#83
|
|
|
"tweak 'til it squeaks"
|
It now works in IE8. What version browsers doesn't it work in?
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
|
#84
|
|
|
Big grins
|
i'm testing on IE 6.
thanks! --- it ok now Allen. i change this /* another hack for IE5.5 */ * html .menu ul ul { top:30px; ----> from 15 to 30 t\op:30px; /* IE gap between main bar and the dropdown items */ ----> from 15 to 30 } Last edited by baikodaker; Jun-29-2010 at 09:00 AM. |
|
|
|
|
#85
|
||
|
Big grins
|
Allen- I deleted one of the Nav Bar items (Favorite Images), and want to center the others- how do I change the code to do that?
Thanks! Quote:
|
|
|
|
||
|
#86
|
||
|
"tweak 'til it squeaks"
|
Quote:
until it doesn't wrap to two lines will center it.
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#87
|
|
|
Big grins
|
I'm having some trouble with this. I've followed the advise on the first page, but it doesn't seem to have effect. The first issue is alignment - the menu needs to be on the right side, at the top, and the banner on the left. The menu just seems to stick on in the middle though, I can't get it to move.
The second issue is the 'about me' and 'contact' links. They seem to be aligning seperately and are a different colour. I would just like it all at the top, on the right, the same colour, but it doesn't seem to want to do that :(. Any advise? Very greatful for this dropdown option btw. It's something I've wanted for a few months and just noticed it on here yesterday whilst searching for something else. The actual drop down works fine, it is just alignment/positioning. Thanks for any advise! www.rharris-images.com
__________________
www.rharris.smugmug.com |
|
|
|
|
#88
|
||
|
"tweak 'til it squeaks"
|
Quote:
Code:
<div class="menu">
<ul>
<li><a class="drop" href="/Art" title="">Art
<!--[if gte IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="/Art/Landscapes/8835835_z2HSq" title="">Landscape</a></li>
<li><a href="/Art/dArt/8846680_PpcNq" title="">Digital Art</a></li>
<li><a href="/Art/Still-Life/8784524_HFzT6" title="">Still Life</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li><a class="drop" href="/Wedding-Photography" title="">Weddings
<!--[if gte IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="/Wedding-Photography/Your-Wedding/11673998_2N2BS" title="">Your Wedding</a></li>
<li><a href="/Wedding-Photography/Shropshire/11406156_Xd6wv" title="">Sample Gallery</a></li>
<li><a href="/Wedding-Photography/ShropshireWeddings/11451300_6o2CA" title="">Price Packages</a></li>
<li><a href="/Wedding-Photography/Testimonials/11681955_hobgs" title="">Testimonials</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li><a class="drop" href="/Lens-Conversion/Rokkor-to-Sony" title="">Lens Services
<!--[if gte IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="/Lens-Conversion/Rokkor-to-Sony/Items-and-pricing/11433742_5K2xx" title="">Rokkor Digital</a></li>
<li><a href="/Lens-Conversion/Rokkor-to-Sony/Samyang-chipped-mount/12501168_kKCfg" title="">Samyang Chipping</a></li>
<li><a href="/Lens-Conversion/Rokkor-to-Sony/Nikon-to-Sony/12053610_gCegu" title="">Sony Shift</a></li>
<li><a href="/Lens-Conversion/Rokkor-to-Sony/Testimonials/11855175_cHYYp" title="">Testimonials</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li><a href="/Other/About-me/9379986_4LHzT" title="Info on photographer Richard Harris">About me</a></li>
<li><a href="http://rharris.wufoo.com/forms/z7x4z5/" title="Get in touch with me!">Contact</a></li>
</ul>
</div>
Code:
/* style the outer div to give it width */
.menu {
z-index:99;
margin: 30px auto 20px; /* top R/L bottom */
position:relative; /* Make the container moveable */
width:780px; /* Main bar total width, minimize to center */
}
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#89
|
|
|
Big grins
|
Allen, thats excellent, thank you! Everything is together now. Any tips for aligning it to the right though?
__________________
www.rharris.smugmug.com |
|
|
|
|
#90
|
||
|
"tweak 'til it squeaks"
|
Quote:
Code:
/* style the outer div to give it width */
.menu {
z-index:99;
float: right;
margin: 20px auto 20px; /* top R/L bottom */
width:640px; /* Main bar total width, minimize to center */
}
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#91
|
|
|
Big grins
|
Perfect! Thanks for your time Allen :)
__________________
www.rharris.smugmug.com |
|
|
|
|
#92
|
|
|
Big grins
|
nav bar
I'am using this nav bar on my site www.tombetserphotography.com is there a way to make the nav bar have rounded corners instead of square corners.
|
|
|
|
|
#93
|
||
|
Big grins
|
Quote:
Thanks!!! |
|
|
|
||
|
#94
|
||
|
Big grins
|
Quote:
__________________
www.rharris.smugmug.com |
|
|
|
||
|
#95
|
||
|
"tweak 'til it squeaks"
|
Quote:
630 > 640 > 650 > ... Code:
/* style the outer div to give it width */
.menu {
z-index:99;
margin: 0 auto 20px; /* top R/L bottom */
position:relative; /* Make the container moveable */
width:630px; /* Main bar total width, minimize to center */
}
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#96
|
||
|
"tweak 'til it squeaks"
|
Quote:
btw, might increase the top in this so the drops are below the main. Code:
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:35px;
left:0;
width:130px; /* Size of the daughter cells */
}
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#97
|
||
|
Big grins
|
Quote:
|
|
|
|
||
|
#98
|
||
|
"tweak 'til it squeaks"
|
Quote:
noticeable.
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#99
|
||
|
Big grins
|
Quote:
|
|
|
|
||
|
#100
|
|
|
Big grins
|
No luck. I have it set at 430 pixels right now, and that centers the drop-down in Firefox. I went up to 500 pixels, and when I did that it made it extremely off-centered in Firefox and yet it still didn't fix the problem in IE6. Any other suggestions?
|
|
|
|
| Tell The World! | |
| Tags | |
| customizatation , navbar | |
| Similar Threads | Thread Starter | Forum | Replies | Last Post | ![]() |
| DropDown NavBar Positioning and Color | CerebrusX | SmugMug Customization | 6 | Aug-08-2012 09:42 AM | |
| Please Help About Dropdown Navbar | wangyunpeng | SmugMug Customization | 2 | Jul-09-2011 10:51 AM | |
| single dropdown navbar? | dogwood | SmugMug Customization | 33 | Jun-21-2010 08:57 PM | |
| Dropdown Navbar | juan14888 | SmugMug Customization | 7 | Apr-19-2010 05:34 PM | |
| navbar dropdown code errors? | amyparsons | SmugMug Customization | 20 | Jan-09-2009 07:53 AM | |
| Thread Tools | |
| Display Modes | |
|
|