Topic: link css problem (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: NZ |
posted 11-11-2003 03:49
Hi, guys. Please help me. code: <div class="menu">
code: menu.a{
|
Maniac (V) Inmate From: there...no..there..... |
posted 11-11-2003 04:12
I'm not entirely sure I understand the problem but,,,,, code: menu.a{
code: .menu a{
|
Paranoid (IV) Inmate From: NZ |
posted 11-11-2003 04:31
Oh, I am sorry. That was not what I meant. code: #menu{
code: a{
|
Paranoid (IV) Mad Scientist From: KC, KS |
posted 11-11-2003 14:38
You need to use: |
Paranoid (IV) Inmate From: France |
posted 11-11-2003 15:30
Hiroki: CPrompt was RIGHT! Since "menu" is the value of the class attribute of your DIV then you must address it via .menu in the stylesheet and preceed its children by that same selector thus the .menu a and .menu a:hover |
Maniac (V) Inmate From: there...no..there..... |
posted 11-11-2003 19:05
quote:
|
Paranoid (IV) Inmate From: France |
posted 11-11-2003 20:30
Whatever, you should *really* consider to read the CSS2 specifications. Once you'll have read them, you won't have that kind of problems ever. |
Paranoid (IV) Mad Scientist From: KC, KS |
posted 11-11-2003 20:33
krest? Who the hell is krest? |
Paranoid (IV) Inmate From: NZ |
posted 11-11-2003 21:11
Hi, guys. Many many thanks for that. |