ReneesEyes
Jun-01-2006, 08:30 AM
Hi guys!
I finally got around to doing the navbar, which really was simple. I wish I had done it sooner. But before it goes live, (hopefully in the next day or two), I am going to move some galleries around, do my new blog, and such. I would like someone to make sure it will work before I use it. And the tutorial (thanks!)
http://css.maxdesign.com.au/listamatic/horizontal02.htm says to place this portion in the HTML section. What section of the customization page is that?
<div id="navcontainer">
<ul id="navlist">
<li id="active"><a href="http://www.reneesumner.smugmug.com" id="current">Home</a></li>
<li><a href="http://reneesumner.smugmug.com/Portraits">Portraits</a></li>
<li><a href="#">Weddings</a></li>
<li><a href="http://reneesumner.smugmug.com/Client%20Area">Client area</a></li>
<li><a href="http://reneesumner.smugmug.com/Specialty%20Items">Boutique Items</a></li>
<li><a href="http://reneesumner.smugmug.com/gallery/740077">About</a></li>
<li><a href="http://reneesumner.smugmug.com/gallery/1515928">Contact Us</a></li>
<li><a href="http://blog.reneesumner.com”>Blog</a></li>
<li><a href="http://www.reneesumner.smugmug.com/links">Links</a></li>
</ul>
</div>
and this portion in the CSS:
ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}
#navlist li
{
display: inline;
list-style-type: none;
}
#navlist a { padding: 3px 10px; }
#navlist a:link, #navlist a:visited
{
color: #000000;
background-color: #8aa0e;
text-decoration: none;
}
#navlist a:hover
{
color: #000000;
background-color: #C0C0C0;
text-decoration: none;
}
I want the boxes to be blue, then silver when you hover, and the text always BLACK.
My goal is to have less galleries on the home page, and move clients' wedding and portrait images from the general "Wedding and Engagement" and Portrait galleries to the "Client Area"...and then put selected images in a portfolio under Weddings. Weddings will then be on my home page, and accessible through the link on the nav bar as well. I am going to link to some HTML only pages for links, wedding resources, availability, policies, session info, etc. I am trying to increase ease of locating information and decrease the number of clicks. Eventually I may like a slideshow on the homepage. But for now I am going to keep my other categories because I like them. Maybe I could make them look a little fancier somehow, though?
Thank you!
Renee
MOD EDIT: I made it so it is easier to read :thumb
I finally got around to doing the navbar, which really was simple. I wish I had done it sooner. But before it goes live, (hopefully in the next day or two), I am going to move some galleries around, do my new blog, and such. I would like someone to make sure it will work before I use it. And the tutorial (thanks!)
http://css.maxdesign.com.au/listamatic/horizontal02.htm says to place this portion in the HTML section. What section of the customization page is that?
<div id="navcontainer">
<ul id="navlist">
<li id="active"><a href="http://www.reneesumner.smugmug.com" id="current">Home</a></li>
<li><a href="http://reneesumner.smugmug.com/Portraits">Portraits</a></li>
<li><a href="#">Weddings</a></li>
<li><a href="http://reneesumner.smugmug.com/Client%20Area">Client area</a></li>
<li><a href="http://reneesumner.smugmug.com/Specialty%20Items">Boutique Items</a></li>
<li><a href="http://reneesumner.smugmug.com/gallery/740077">About</a></li>
<li><a href="http://reneesumner.smugmug.com/gallery/1515928">Contact Us</a></li>
<li><a href="http://blog.reneesumner.com”>Blog</a></li>
<li><a href="http://www.reneesumner.smugmug.com/links">Links</a></li>
</ul>
</div>
and this portion in the CSS:
ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}
#navlist li
{
display: inline;
list-style-type: none;
}
#navlist a { padding: 3px 10px; }
#navlist a:link, #navlist a:visited
{
color: #000000;
background-color: #8aa0e;
text-decoration: none;
}
#navlist a:hover
{
color: #000000;
background-color: #C0C0C0;
text-decoration: none;
}
I want the boxes to be blue, then silver when you hover, and the text always BLACK.
My goal is to have less galleries on the home page, and move clients' wedding and portrait images from the general "Wedding and Engagement" and Portrait galleries to the "Client Area"...and then put selected images in a portfolio under Weddings. Weddings will then be on my home page, and accessible through the link on the nav bar as well. I am going to link to some HTML only pages for links, wedding resources, availability, policies, session info, etc. I am trying to increase ease of locating information and decrease the number of clicks. Eventually I may like a slideshow on the homepage. But for now I am going to keep my other categories because I like them. Maybe I could make them look a little fancier somehow, though?
Thank you!
Renee
MOD EDIT: I made it so it is easier to read :thumb