nav bar help
scar488
Registered Users Posts: 51 Big grins
ahhhh...i workd on this all night and couldnt figure it out...can you point me in the right direction....i started over like 5 times and couldnt get it...and switchd back to the old look until i figured it out....thanks for help
0
Comments
Edit: SMS-racing? right?
I don't see a navbar, you remove it? Put what you think in and
we can troubleshoot.
My Website index | My Blog
yah i removed it cause i cudnt get it to work...let me try again and ill let u no when im rdy
My Website index | My Blog
My Website index | My Blog
Edit:
My Website index | My Blog
You have links to them?
You want these filled in? Is Top Photos the popular ones? added that below.
<div id="navcontainer">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/gallery/xxxxxxxx">Info</a></li>
<li><a href="/galleries">Galleries</a></li>
<li><a href="/gallery/xxxxxxxx">New</a></li>
<li><a href="/popular">Top photos</a></li>
</ul>
</div>
My Website index | My Blog
yes their in my control...i want my homepage to look as neat as i can..
no i do not have links to em...how do i get them?
yes top photos is popular
would turn all that stuff on and just hide with CSS, at least for now so we can
find links and things.
My Website index | My Blog
category, sub-category, info, guestbook type galleries, etc.
Like this takes you to your family cat.
http://sms-racing.com/Family
BTW, add the bold for it's border.
#category.category,
#popularPhotos.box,
#bioBox,
#featuredBox,
#categoriesBox
{border-color: red;}
.title, a.title,
#albumTitle,
#userBio,
.homepage .boxTop .title,
.miniBox .albumTitle a.nav,
.boxBottom p.updated,
.boxBottom p.description
{color: red !important;}
#smugmug.smugmug,
#smugmug_small.smugmug_small,
#bioBox,
#featuredBox,
#categoriesBox
{border-color: red;}
Add the margin-bottom to create a gap also.
#navcontainer ul {
margin: 0;
margin-bottom: 20px;
padding: 0;
list-style-type: none;
text-align: center;
}
My Website index | My Blog
ight let me try this real quick and see if i can do it..lol..one sec
everything else hidden.
the show will use your biobox so lets create a gallery for your bio stuff.
Create a new gallery under the other category and add some
text to it's description. I'll use your current bio stuff and put it in
the gallery description and the gallery will be the "info" link in your
navbar. Got it?
My Website index | My Blog
up farther that just needs to be edited to add the bold.
#navcontainer ul {
margin: 0;
margin-bottom: 20px;
padding: 0;
list-style-type: none;
text-align: center;
}
My Website index | My Blog
yup
#galleriesBox .boxBottom {
border: 4px double red;}
My Website index | My Blog
http://scarmack.smugmug.com/gallery/3319322
Add this to your CSS Add this to your gallery description. In your header nav html
change this
<li><a href="/gallery/xxxxxxxx">Info</a></li>
to this
<li><a href="/gallery/3319322">Info</a></li>
Under customize galley for the info gallery:
Make the info gallery private so it won't show in your galleries box.
Set the style to journal.
My Website index | My Blog
was ment for here.
Great, now set the gallery to journal style under gallery customization so it
doesn't resize from smugmug to smugmug_small.
My Website index | My Blog
that as soon as you get it set to journal style.
My Website index | My Blog