|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
alt tag with css
Does css disable the alt tag for text links?
for example,if css is defined <a href="link here" alt="alt tag link for text link"> ?? |
|
#2
|
||||
|
||||
|
the alt-attribute is for images only,
use the title-attribute, it will display a tooltip, http://www.w3.org/TR/html4/struct/g...html#adef-title you can use the title-attributte on alomst evrey element. ie <a href="link here" title="displays a tooltip"> or something like this <img src="firmlogo.png" alt="The Firm" title="welcome to The Firms homepage" > Last edited by Akh : November 28th, 2003 at 08:02 AM. |
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > alt tag with css |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|