• Gear
  • Shots
  • Photo Craft
  • Video
  • Wide Angle
  • Support
  • New Stuff
  • More
Support SmugMug Customization getting rid of boxes (tabs) on navbar

FAQtoid

Ever wanted to create an Avatar? Creating an Avatar!

Searching Dgrin with Google Searching with Google

Dgrin Challenges

Congratulations to the Winner of DSS #130 (Hot or Cold), Memol..

The next Dgrin Challenge DSS #131 (Music) is open for entries through June 24th, 2013 at 8:00pm PDT.

As always, we look forward to your participation but please do take a moment to read through the rules before posting your entry.

Past DSS Challenge Winners, DSS Challenge Rules, and other important DSS Challenge information is here.

Need some help with Accessories?

Tutorials

Ever find yourself wondering just how someone managed to create an image using different effects?

Here are three simple tutorials we hope will encourage you to try something new.

The Hot Seat

A lifelong interest in landscape photography has led Eyal Oren to make a study of his adopted hometown of Marblehead, MA. As you can see, his dedication is paying off!

Africa!

Dgrinners Harryb, Pathfinder, and others joined Andy Williams and Marc Muench on Safari in East Africa recently. Here are some awesome threads to check out!

 
Thread Tools Display Modes
Old Jan-11-2011, 01:47 PM
#1
My3Sons is offline My3Sons OP
Major grins
My3Sons's Avatar
getting rid of boxes (tabs) on navbar
My navbar is too wide for my page, on most layouts. I keep most of my pages black, so that you cannot tell (since the boxes (or tabs) around my navbar are black.

1. How can I make my navgar fit better under my header without making my navbar change to 2 lines of tabs (right now it is a single line of links as it should be).

2. How can I make the black boxes/tabs go away, so that the navbar contains just the words (without the boxes). For example, see how bad these black boxes look in this category: http://naturalphotography.smugmug.co...ession-Details

3. Once I get rid of those black boxes, so that only text is visible and clickable, how do I change the color of the text. (The white text will not show up the theme of the page in the link above).

Here is my website: www.naturalphotography.smugmug.com

ALSO any other tips you can offer on cleaning up my website, would be awesome. I've come so far with it over the past few years, and I haven't done much in the past 6 months so it needs some cleaning up. AND I do know already know that my website address does not match the name on my banner- that's a big no no, I know..... just trying to figure out the best way to change my website name without losing my blog since all the images on the blog are linked to smugmug... I can't seem to come up with a good solution though.

Thanks, Melissa DeGroot
Old Jan-11-2011, 03:01 PM
#2
Allen is offline Allen
"tweak 'til it squeaks"
Allen's Avatar
Quote:
Originally Posted by My3Sons View Post
My navbar is too wide for my page, on most layouts. I keep most of my pages black, so that you cannot tell (since the boxes (or tabs) around my navbar are black.

1. How can I make my navgar fit better under my header without making my navbar change to 2 lines of tabs (right now it is a single line of links as it should be).

2. How can I make the black boxes/tabs go away, so that the navbar contains just the words (without the boxes). For example, see how bad these black boxes look in this category: http://naturalphotography.smugmug.co...ession-Details

3. Once I get rid of those black boxes, so that only text is visible and clickable, how do I change the color of the text. (The white text will not show up the theme of the page in the link above).

Here is my website: www.naturalphotography.smugmug.com

ALSO any other tips you can offer on cleaning up my website, would be awesome. I've come so far with it over the past few years, and I haven't done much in the past 6 months so it needs some cleaning up. AND I do know already know that my website address does not match the name on my banner- that's a big no no, I know..... just trying to figure out the best way to change my website name without losing my blog since all the images on the blog are linked to smugmug... I can't seem to come up with a good solution though.

Thanks, Melissa DeGroot
Start by changing the red in this.
Code:
#navcontainer ul li a {
    text-decoration: none;
    padding: .2em 1.5em;
    color: #FE89B6;
    background: none;
}
The color was a compromise for dark and light pages.
Old Jan-12-2011, 09:00 AM
#3
My3Sons is offline My3Sons OP
Major grins
My3Sons's Avatar
Quote:
Originally Posted by Allen View Post
Start by changing the red in this.
Code:
#navcontainer ul li a {
    text-decoration: none;
    padding: .2em 1.5em;
    color: #FE89B6;
    background: none;
}
The color was a compromise for dark and light pages.
Thanks so much! Worked great, and I can't believe you knew the color code to match the banner so well!

Here's a question about the spacing above and below the navbar:
On my homepage, ( http://naturalphotography.smugmug.com/ ) there is space below my navbar (between the navbar and the box around the slideshow) and I like it that way. On my Recent Sessions page, there is not any space between the navbar and the box around the categories, and it seems crowded. This link goes to the Recent Sessions page: http://naturalphotography.smugmug.co...trait-Sessions How can I get some space there?

-Melissa
Old Jan-12-2011, 10:00 AM
#4
Allen is offline Allen
"tweak 'til it squeaks"
Allen's Avatar
Quote:
Originally Posted by My3Sons View Post
Thanks so much! Worked great, and I can't believe you knew the color code to match the banner so well!

Here's a question about the spacing above and below the navbar:
On my homepage, ( http://naturalphotography.smugmug.com/ ) there is space below my navbar (between the navbar and the box around the slideshow) and I like it that way. On my Recent Sessions page, there is not any space between the navbar and the box around the categories, and it seems crowded. This link goes to the Recent Sessions page: http://naturalphotography.smugmug.co...trait-Sessions How can I get some space there?

-Melissa
Add these in this order to your CSS

#navcontainer {margin-bottom: 20px;}
.homepage #navcontainer {margin-bottom: 0;}

I used ColorPix to select the color.
Old Jan-12-2011, 12:53 PM
#5
My3Sons is offline My3Sons OP
Major grins
My3Sons's Avatar
Quote:
Originally Posted by Allen View Post
Add these in this order to your CSS

#navcontainer {margin-bottom: 20px;}
.homepage #navcontainer {margin-bottom: 0;}

I used ColorPix to select the color.
Thanks again, Allen! You're awesome!

-Melissa
Tell The World!  
Similar Threads Thread Starter Forum Replies Last Post
I want my words in my NAVBAR TO "FLOAT" - no boxes!!!! Spring SmugMug Customization 2 Feb-23-2010 03:13 PM
navbar code RogersDA SmugMug Customization 2 Feb-18-2010 05:11 PM
Having some NavBar issues... part of the navbar is offset. AugDog SmugMug Customization 3 Jan-27-2010 08:27 PM
Navbar issues, and help please DrDavid SmugMug Customization 0 Dec-05-2007 07:24 AM
Transparent Navbar going behind thumbnails gman33 SmugMug Customization 12 Jul-03-2007 07:49 PM


Thread Tools
Display Modes

Posting Rules  
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump