|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Beginner grinner
|
again: a Navbar positioning issue
Hi pros,
yes, I searched the forum and also the web, but as a newbie I haven't figured it out yet - unfortunately. I have both a custom header and Navbar. The header is a jpg. which spans over the whole webpage (980px) and can be found here: http://www.shutterbits.com/photos/i-...PbDbLjs-X3.jpg I created the Navbar based on the tutorial and it should be placed right above the white line in the header to look like this (no matter how big the browser window is): http://www.shutterbits.com/photos/i-...Mz3sSRD-X3.png I currently inserted the Navbar as a float, however it doesn't help me if the browser is bigger (wider) than 980px. I tried a couple of CSS positioning but can't figure it out. Any suggestions from the pros? Thanks a lot! Josti www.shutterbits.com |
|
|
|
|
#2
|
||
|
"tweak 'til it squeaks"
|
Quote:
Code:
#navcontainer {
margin: 38px auto 0;
position: relative;
left: -350px;
}
#my_banner {
display: none;
width: 980px;
height: 89px;
margin: -50px auto 0;
background: url(http://www.shutterbits.com/photos/i-PbDbLjs/0/X3/i-PbDbLjs-O.jpg) no-repeat;
}
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#3
|
||
|
Beginner grinner
|
Quote:
|
|
|
|
||
|
#4
|
||
|
"tweak 'til it squeaks"
|
Quote:
Code:
#navcontainer {
margin: 38px auto 0;
position: relative;
left: -350px; }
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#5
|
|
|
Beginner grinner
|
|
|
|
|
| Tell The World! | |
| Similar Threads | Thread Starter | Forum | Replies | Last Post | ![]() |
| DropDown NavBar Positioning and Color | CerebrusX | SmugMug Customization | 6 | Aug-08-2012 09:42 AM | |
| navbar issue | akendall | SmugMug Customization | 3 | Jul-15-2010 12:11 PM | |
| navbar code | RogersDA | SmugMug Customization | 2 | Feb-18-2010 05:11 PM | |
| Navbar and Slideshow Positioning | CerebrusX | SmugMug Customization | 4 | Nov-30-2008 03:23 PM | |
| banner and navbar confusion... | bazancik | SmugMug Customization | 3 | Aug-19-2008 04:02 AM | |
| Thread Tools | |
| Display Modes | |
|
|