![]() | |
#1
| |||
| |||
|
|
I want to use 2 sets of link styles (black, underline on rollover) and an alternative link (red underline always) on the same page. When I set up the first one on the page properties of dreamweaver and then code the second one with CSS it always gets overridden be the page defualt. Does this alwas happen? do I HAVE to do two sets of css links? Here is the css... .red_links { font-family: "Courier New", Courier, mono; font-size: 12px; font-style: normal; color: #a30000; } .red_links a:link{ font-family: "Courier New", Courier, mono; font-size: 12px; font-style: normal; color: #a30000; text-decoration: underline; } .red_links a:hover{ font-family: "Courier New", Courier, mono; font-size: 12px; font-style: normal; color: #a30000; text-decoration: underline; } -- Posted via NewsDemon.com - Premium Uncensored Newsgroup Service ------->>>>>>http://www.NewsDemon.com<<<<<<------ Unlimited Access, Anonymous Accounts, Uncensored Broadband Access |
#2
| |||
| |||
|
#3
| |||
| |||
|
|
I want to use 2 sets of link styles (black, underline on rollover) and an alternative link (red underline always) on the same page. When I set up the first one on the page properties of dreamweaver and then code the second one with CSS it always gets overridden be the page defualt. Does this alwas happen? do I HAVE to do two sets of css links? Here is the css... .red_links { font-family: "Courier New", Courier, mono; font-size: 12px; font-style: normal; color: #a30000; } .red_links a:link{ font-family: "Courier New", Courier, mono; font-size: 12px; font-style: normal; color: #a30000; text-decoration: underline; } .red_links a:hover{ font-family: "Courier New", Courier, mono; font-size: 12px; font-style: normal; color: #a30000; text-decoration: underline; } |
![]() |
| Thread Tools | |
| Display Modes | |
| |