This is a discussion on "link color" within the Web Page Design section. This forum, and the thread "link color are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
link color
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
link color
follwoing is the css file (used in websphere).now problem is a:visted is not working at all.If i change its color from balck to red.All links even without visting becomes the red.
Wht i Want is link color black(a-link),visited color blue(a:visted). hover and active is working fine regards A:LINK { font-family:Arial,Frutiger; font-size:12px; font-weight:bold; color:black; text-decoration:none; } A:VISITED { font-family:Arial,Frutiger; font-size:12px; font-weight:bold; color:black; text-decoration:none; } A:HOVER { font-family:Arial,Frutiger; font-size:12px; font-weight:bold; color:#D40511; text-decoration:underline; } A:ACTIVE { font-family:Arial,Frutiger; font-size:12px; font-weight:bold; color:#D40511; text-decoration:none; } |
|
|
|
#2
|
||||
|
||||
|
Re: link color
That's weird. The css looks just fine to me. Maybe you're having an inheritance problem somewhere else in the css code. Check this if you have any other link styles.
|
|
#3
|
||||
|
||||
|
Re: link color
Looks ok to me as well. Wierd. WHat browser are you using?
Try removing a:active and see if that makes any difference. also... try not to use CAPS in your CSS. It shouldn't cause a problem but I have been fooled before...
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
|
|
#4
|
|||
|
|||
|
Re: link color
its working outside my project but not in my project.may be I am using struts that y html:link tag.still have no solution
|
![]() |
| Tags |
| link, color |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [SOLVED] Link Color and problem with Image positioning! | Ed | Web Page Design | 33 | Oct 10th, 2007 11:17 |
| Link color, not working. | PicoDeath | Web Page Design | 5 | Jul 28th, 2007 02:13 |
| background-color | kapyrossi | Web Page Design | 5 | Jul 4th, 2007 15:53 |
| background color | kaz | Web Page Design | 4 | Aug 4th, 2005 17:28 |
| background color | kaz | Web Page Design | 1 | Apr 20th, 2005 11:43 |