Page 1 of 1

style problems

Posted: Mon 10. May 2004, 13:03
by Haaid
this problem solved


Hi,

I created a navigation menu using a changed version of {NAV_ROW}. My question is: how can I make sure that the links in my menu work different from the links in my contenttext. The only way i can see to change the behavior of the links is by changing the general look by changing

a
a:hover
a:visited
a:selected

in my css file.
this means however that also all other links get the same behavior. Is there a way to change this?

<site under development can be found at http://www.vub.ac.be/SROM/index.php >

Posted: Mon 10. May 2004, 13:16
by rk
define the a:... inside your Menu-Div.

.miexpanded a:hover { ... }

or

.miselected a:hover { ... }

Posted: Mon 10. May 2004, 13:35
by Haaid
tx. I was sure i had tried all these but apparently i must have overlooked something somewhere. works now

Posted: Mon 10. May 2004, 13:40
by rk
:D

Nice Design, but it looks only in firefox correct . :o

Posted: Mon 10. May 2004, 13:42
by Haaid
rk wrote::D

Nice Design, but it looks only in firefox correct . :o
urhgl!

thank you for pointing this out to me!
that'll teach me not to think of non css compatible browsers like ie

Posted: Mon 10. May 2004, 14:04
by rk
Haaid wrote: that'll teach me not to think of non css compatible browsers like ie
if you don't care about the biggest part of the internet. :wink:

Posted: Mon 10. May 2004, 15:12
by Haaid
This problem Closed


Does anyone have an idea how to solve this problem so it works both in mozilla/firefox as well as in internet explorer and others?

I really am lost for ideas here I'm afraid.

tx.

Posted: Mon 10. May 2004, 23:47
by Oliver Georgi
can you post your settings for NAV_ROW

Oliver