Preserved Topic: link color change (Page 1 of 1) |
|
---|---|
Neurotic (0) Inmate Newly admitted |
posted 06-12-2000 15:28
Hey how can I change link color in the same site(two different links and two different link colors)? Could it be done with CSS? |
Paranoid (IV) Mad Scientist From: Inside THE BOX |
posted 06-12-2000 19:53
Sure. In fact, that's one of my favorite things about CSS. Just use the psuedo class "A:link." Like this... |
Neurotic (0) Inmate Newly admitted |
posted 06-12-2000 21:42
Hey THANKS man!!! I just read the CSS manual from http://www.westciv.com/style_master/academy/hands_on_tutorial/index.html and now I'm much more wiser! Now I can upload my pages to net even today! THANK YOU!!! |
Obsessive-Compulsive (I) Inmate From: |
posted 06-25-2000 04:31
this works too and its probably easier: |
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 06-25-2000 20:42
But .css allows you to make globabl changes to all related links just by changing the relevant style info. If you're building a site with more than one page, .css is the way to go! |
Maniac (V) Lord Mad Scientist Sovereign of all the lands Ozone and just beyond that little green line over there... From: Stockholm, Sweden |
posted 06-25-2000 23:30
Plus, that's actually bad HTML, tags should NEST, not jigger-jagger like that. Try this instead... |
Obsessive-Compulsive (I) Inmate From: |
posted 06-26-2000 02:05
Well im sorry. <img border=0 align=absmiddle src="http://www.ozones.com/forum/smile.gif"> |
Maniac (V) Lord Mad Scientist Sovereign of all the lands Ozone and just beyond that little green line over there... From: Stockholm, Sweden |
posted 06-27-2000 00:32 |