link color

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.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 22nd, 2006, 22:34
New Member
Join Date: Aug 2006
Location: phoneix
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
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;
}
Reply With Quote

  #2 (permalink)  
Old Aug 23rd, 2006, 22:48
masonbarge's Avatar
Highly Reputable Member
Join Date: Jan 2006
Location: Atlanta GA
Posts: 631
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #3 (permalink)  
Old Aug 25th, 2006, 09:01
minute44's Avatar
Moderator
Join Date: Apr 2006
Location: Nottingham UK
Age: 25
Posts: 1,351
Blog Entries: 1
Thanks: 0
Thanked 1 Time in 1 Post
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)
Reply With Quote
  #4 (permalink)  
Old Aug 25th, 2006, 17:02
New Member
Join Date: Aug 2006
Location: phoneix
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote
Reply

Tags
link, color

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

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

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


All times are GMT. The time now is 15:03.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43