For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
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.
Last edited by javierdl on Mon Oct 29, 2007 5:35 pm, edited 1 time in total.
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.
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...