Log in

View Full Version : Navigation tabs



Davolfan
12-20-2011, 02:46 PM
I have 9 navigation tabs at the top of my website. I would like to remove 1, keep 8 and simply make them wider to fill up the space.
Does anybody know how to do this?
I can remove 1 but then am unable to make the remaining 8 wider.
I have been scratching my head for a while in the stylesheet.css under "Header" and have played with everything, but still haven't managed to set it right.

Nile
12-20-2011, 03:04 PM
Please post a link to the page on your site that contains the problematic script so we can check it out.
Please include your code so that we can take a look at it, we can't do much without it. When you do post your code remember to use [code] tags. That includes [ html ], [ code ], and [ php ].
Please do the above before further help.

Mastersp
12-29-2011, 01:55 PM
As stated above without a script nothing can be solved, check you css code and adjust the part where width:50px;or what ever is said to 9 times current px divided by 8 to make them all equal.

I think.