I'm trying to put together a little navigation bar and have a MAIN and
then a SUB navigation which has visibility triggered with Javscript.
The problem I have is that In firefox I can colour both levels of
navigation a differently, but in Explorer the RED of the A element in
the "navSub" DIV jumps up a level and cascades to the preceeding "nav"
DIV I though cascading was supposed to happen downwards not upwards.
Can I have two different colours? Different HOVER colours are working,
just not the standard link colours???
Both HTML and CSS validate with no errors or warnings, so I don't think
I have done anything stupid. Is it just an Explorer bug?
Don't worry, the red is just used as an example colour, I really want
black for the subNav.
then a SUB navigation which has visibility triggered with Javscript.
The problem I have is that In firefox I can colour both levels of
navigation a differently, but in Explorer the RED of the A element in
the "navSub" DIV jumps up a level and cascades to the preceeding "nav"
DIV I though cascading was supposed to happen downwards not upwards.
Can I have two different colours? Different HOVER colours are working,
just not the standard link colours???
Both HTML and CSS validate with no errors or warnings, so I don't think
I have done anything stupid. Is it just an Explorer bug?
Don't worry, the red is just used as an example colour, I really want
black for the subNav.
Comment