Gerrie,
It's a bit hard to tell from your source code what tags have precedence
where (The key with *cascading* style sheets), but it seems that your a
href tags are alright.
However in the css file you have only defined a look for the a:link pseudo
class, but not any of other "a" pseudo classes. If you want the links to
have one set unchanging look, you should add these pseudo classes
a:visited
{
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
font-size: 12px;
font-style: normal;
line-height: normal;
color: #000000;
}
a:active
{
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
font-size: 12px;
font-style: normal;
line-height: normal;
color: #000000;
}
a:hover
{
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
font-size: 12px;
font-style: normal;
line-height: normal;
color: #000000;
}
If you want the link's look to change you should tinker with these classes
to get a look you like.
Not sure if this is the direct cause of your problem, but I think you
should probably include these in your css for completeness anyway.
HTH,
John.
"Gerrie Warner"
<[EMAIL PROTECTED] To: [EMAIL PROTECTED]
.se> cc:
Subject: [wdvltalk] Re: Strange CSS
21/10/2003 09:25
Please respond
to wdvltalk
I was trying to call your css from the main
> directory...doh!
Well it IS on the main directory isn't it?
Do you mean edit the CSS file like this:
}
a:link
{
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
font-size: 12px;
font-style: normal;
line-height: normal;
color: #000000;
}
> Anyhow, move your a:link down one line so it is on it's own
> line and that should do it.
That didn't help - I have the same problem on the other pages - the first
links work according to the CSS file but when adding new links they seem to
ignore it!!
What's the happs?
//Gerrie
www.osthammar.info
____ ? The WDVL Discussion List from WDVL.COM ? ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the
words: "set WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub
________________ http://www.wdvl.com _______________________
You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
john.f.hughes
Goodbody Stockbrokers
Private Clients
Ballsbridge Park
+ 353 1 6416048
This information is confidential and may be privileged. It is intended
solely for the addressee. Access to this e-mail by any other person (except
any person authorised by the addressee to deliver this message to him and
only for that purpose) is unauthorised. If you are not the addressee you
are prohibited from disclosing its content, copying it or distributing it
otherwise than to the addressee. Please notify us immediately if you
received this e-mail and you are not the addressee and did not receive it
to pass to the addressee. If you are not the addressee of this e-mail you
should not place any reliance on its contents.
If you e-mail information to us or receive e-mail from us you should be
aware that we cannot give any assurance about the security or
confidentiality of any e-mail. We cannot accept responsibility for any loss
which may arise to any person as a direct or indirect result of all or any
part of any e-mail becoming known by anyone other than the recipient.
This Disclaimer has been generated by CMDis
____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: "set
WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub
________________ http://www.wdvl.com _______________________
You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]