Docdpp
Aug-19-2008, 07:55 PM
Yes, I'm a newbie to SmugMug and Dgrin but I thought I could handle adding a navigation bar to my page....WRONG. I have copied, pasted, edited until I'm going crazy.
I noticed on the forum that it might be best to start a new thread and get you fine folks to help me. I hope that's right.
Anyway, my page http://phoenixphotos.smugmug.com is under construction. I eventually want to have a custom header (did that) a custom banner and a slide show, much like this site http://nik.smugmug.com/ or this one http://www.moonriverphotography.com/.
Here is what I have done so far with no luck:
CSS section
#my_banner {
width: 750px;
height: 150px;
margin: 0 auto;
background: url(http://phoenixphotos.smugmug.com/photos/355086357_5Hkun-L.jpg.jpg) no-repeat;
}
#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}
#navcontainer ul li {
display: inline;
}
#navcontainer ul li a {
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: #036;
}
#navcontainer ul li a:hover {
color: #fff;
background-color: #369;
}
Header section
<div id="my_banner"> </div>
<div id="navcontainer">
<ul>
<li><a href="<A href="http://phoenixphotos.smugmug.com/">Home</a></li">http://phoenixphotos.smugmug.com/">Home</a></li>
<li><a href="<A href="http://phoenixphotos.smugmug.com/gallery/5632662_4vvaq">Favorites</a></li">http://phoenixphotos.smugmug.com/gallery/5632662_4vvaq">Favorites</a></li>
<li><a href="<A href="http://phoenixphotos.smugmug.com/galleries">Galleries</a></li">http://phoenixphotos.smugmug.com/galleries">Galleries</a></li>
<li><a href="<A href="http://phoenixphotos.smugmug.com/gallery/5624712_GBiPH">Barns</a></li">http://phoenixphotos.smugmug.com/gallery/5624712_GBiPH">Barns</a></li>
</ul>
</div>
When I click on submit, nothing happens. I am chicken to Update until I know what I'm doing.
Any help would be greatly appreciated by me and my wife who is tired of hearing me complain. :wink
DocDpp
I noticed on the forum that it might be best to start a new thread and get you fine folks to help me. I hope that's right.
Anyway, my page http://phoenixphotos.smugmug.com is under construction. I eventually want to have a custom header (did that) a custom banner and a slide show, much like this site http://nik.smugmug.com/ or this one http://www.moonriverphotography.com/.
Here is what I have done so far with no luck:
CSS section
#my_banner {
width: 750px;
height: 150px;
margin: 0 auto;
background: url(http://phoenixphotos.smugmug.com/photos/355086357_5Hkun-L.jpg.jpg) no-repeat;
}
#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}
#navcontainer ul li {
display: inline;
}
#navcontainer ul li a {
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: #036;
}
#navcontainer ul li a:hover {
color: #fff;
background-color: #369;
}
Header section
<div id="my_banner"> </div>
<div id="navcontainer">
<ul>
<li><a href="<A href="http://phoenixphotos.smugmug.com/">Home</a></li">http://phoenixphotos.smugmug.com/">Home</a></li>
<li><a href="<A href="http://phoenixphotos.smugmug.com/gallery/5632662_4vvaq">Favorites</a></li">http://phoenixphotos.smugmug.com/gallery/5632662_4vvaq">Favorites</a></li>
<li><a href="<A href="http://phoenixphotos.smugmug.com/galleries">Galleries</a></li">http://phoenixphotos.smugmug.com/galleries">Galleries</a></li>
<li><a href="<A href="http://phoenixphotos.smugmug.com/gallery/5624712_GBiPH">Barns</a></li">http://phoenixphotos.smugmug.com/gallery/5624712_GBiPH">Barns</a></li>
</ul>
</div>
When I click on submit, nothing happens. I am chicken to Update until I know what I'm doing.
Any help would be greatly appreciated by me and my wife who is tired of hearing me complain. :wink
DocDpp