Forum Moderators: not2easy

Message Too Old, No Replies

Trying to get rid of the dark borders

         

Dexie

12:25 pm on Jan 25, 2006 (gmt 0)

10+ Year Member



On the link below, you'll see a vertical column - can anyone lend a hand and let me know how you get rid of the darker borders around the columns please?

Any help appreciated.

Dexie.

[css.maxdesign.com.au...]

Span

12:44 pm on Jan 25, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I could tell you, but I'm not going to... just wait for SuzyUK... it's her menu...

Dexie

12:51 pm on Jan 25, 2006 (gmt 0)

10+ Year Member



Or if anyone knows at all, please let me know.

SuzyUK

1:01 pm on Jan 25, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi Dexie, hehe.. blast from the past that one.. had forgotton about it . Span you are bad you should just have answered! ;)

Dexie if you mean the thick peach/beige border/background then just remove the background color for #navcontainer or change it to whatever your required background is..

or if you're actually referring to the borders around each individual link they are controlled by the

border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
(in the

ul#navlist li a
rule)

and

border-color: #aaab9c #fff #fff #ccc;
(in the

ul#navlist li a:hover, ul#navlist li#active a:hover
rule)

So you just need to change the colors to suit what you want
or remove them all if you don't want borders at all

note the order of the four colors in border-color = top : right : bottom : left

Suzy

Dexie

3:52 pm on Jan 25, 2006 (gmt 0)

10+ Year Member



Many thanks Suzy - much appreciated.

Excellent example of a good menu.