Topic: link css problem (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: NZ |
![]() Hi, guys. Please help me. code: <div class="menu">
code: menu.a{
|
Maniac (V) Inmate From: there...no..there..... |
![]() I'm not entirely sure I understand the problem but,,,,, code: menu.a{
code: .menu a{
|
Paranoid (IV) Inmate From: NZ |
![]() Oh, I am sorry. That was not what I meant. code: #menu{
code: a{
|
Paranoid (IV) Mad Scientist From: KC, KS |
![]() You need to use: |
Paranoid (IV) Inmate From: France |
![]() 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..... |
![]() quote:
|
Paranoid (IV) Inmate From: France |
![]() 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 |
![]() krest? Who the hell is krest? |
Paranoid (IV) Inmate From: NZ |
![]() Hi, guys. Many many thanks for that. |