Forum Moderators: not2easy
Any help appreciated.
Dexie.
[css.maxdesign.com.au...]
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