Reply
LINKS that underline on mouse over ...
Old 12-31-2005, 07:02 AM LINKS that underline on mouse over ...
Experienced Talker

Posts: 31
Hi,

A common feature on sites these days are links that underline only on mouse rollover.

An example is at http://www.diytools.co.uk/diy/Main/Home.asp

Is it part of the style, or is it an added behaviour ?

Rregards, Simon.
simonwar is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 12-31-2005, 07:12 AM
chrishirst's Avatar
Super Moderator

Latest Blog Post:
Am I impressed or what?
Posts: 14,838
Location: Blackpool. UK
Just a CSS style
Code:
a:link {
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares?
Code Samples | People Counting System
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 12-31-2005, 07:23 AM Works perfect ...
Experienced Talker

Posts: 31
Thanks works perfect.

Simon.
simonwar is offline
Reply With Quote
View Public Profile
 
Old 01-02-2006, 08:11 PM
MightyMaster's Avatar
Ultra Talker

Posts: 399
Location: Appleton, WI
BTW Simon .... your site looks great ... very well laid out! Keep up the great work!!
MightyMaster is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to LINKS that underline on mouse over ...
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.12001 seconds with 12 queries