|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| Graphics & Design Discussion Forum Post your graphics design questions/comments/ideas in here. Ask questions, post tutorials, discuss trends and best practices. Sub-forum for website accessibility and usability. |
Share Thread: & Tags
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I have often seen sites that have different hover effect for links: some have underline and other links in the site have underline and overline.
How is it that there can be more than one hover effect and how can I go about doing it? Thanks!
__________________
Website designs in Empangeni, South Africa: www.jwdesigns.co.za |
|
|||
|
OK...... on Webproworld:
The forum links at the top of each page have a hover underline; and the link hover for the newsletter has no underlines
__________________
Website designs in Empangeni, South Africa: www.jwdesigns.co.za |
|
|||
|
Didn't have far to go!
They probably used two sperate classes as 'selectors' something like this: .newslinks a:link, a:visited {text-decoration:underline;} .newslinks a:hover, a:active{text-decoration:none;} then for each link - ( I will have to use some '*' symbols to stop the examples from turning into real links!) <*a class="newslinks" href="**">Page One</*a> Good reference site, this link to relevent page, use links at top to find 'index' http://www.blooberry.com/indexdot/cs.../selectors.htm |
|
|||
|
so i can put different hover colors for different things?
If it has a:link can I specify the color of that specific link color?
__________________
Website designs in Empangeni, South Africa: www.jwdesigns.co.za |
|
||||
|
Use this:
Code:
.link1 {
color: #[colour];
}
.link2 (
color: #[colour];
}
etc. etc.
Code:
Hit me Hit me as well |
|
|||
|
is it possible for me to make each link with its link color and hover color in each piece? eg:
.link1 { color: #[colour]; a:hover:#[hover colour] } .link2 ( color: #[colour]; a:hover: #[hover colour] }
__________________
Website designs in Empangeni, South Africa: www.jwdesigns.co.za |
|
|||
|
Yeah... the second one works correctly! Thanks a lot!
__________________
Website designs in Empangeni, South Africa: www.jwdesigns.co.za |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2009 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |