Page 1 of 1

Links and background colors {no longer needed}

Posted: Sun Oct 28, 2007 7:40 pm
by javierdl
How complicated would it be to arrange it so that the blue
background above in the menu and the "internal links" are not
dependent on eachother?
If you see, the link at the bottom of the image to the right uses the same blue as the one used in the menu.

J.
Image

Re: Links and background colors

Posted: Sun Oct 28, 2007 7:50 pm
by RonnyK
J.

that means that you have to style the color in the MENU-stylesheet specifically as it now probably has the same color in the "a" area as the default a-links gets in the template-stylesheet.

Ronny

Re: Links and background colors

Posted: Mon Oct 29, 2007 2:26 am
by Dr.CSS
That would be the li li or li li a look at the li or a or li a to see which one has background: #*** or background-color: #*** then call the same second level item, like #primary-nav li li...