/    Sign up×
Community /Pin to ProfileBookmark

Color of link in browser is different

Hi All,

Very strange & difficult to approach this problem.
Details:
The color of the link is orange (#FF7700) in Dreamweaver.
However,the color of those link remains the same as the color of ordinary text which is #666666.
I have tried both IE & firefox,result is the same.

Can someone advise what is the possible causes ?

Thanks in advance.
Tony

to post a comment
CSS

5 Comments(s)

Copy linkTweet thisAlerts:
@Jo6891Aug 13.2009 — Do you have an example of your CSS code?
Copy linkTweet thisAlerts:
@whoAug 13.2009 — Is #666666 defined as the 'visited links' colour?

Another potential cause could be specificity. Sometimes Dreamweaver will render the links how you want them to appear, but a browser needs more specific css code.

For example:

#text a:link

might need to be more specific to work, such as:

#wrapper #text a:link
Copy linkTweet thisAlerts:
@tonyliuauthorAug 13.2009 — Hi Joe6891,WHO,

Parts of the CSS files:

a:link {

font-family: Arial, Helvetica, sans-serif;

font-size: 12px;

color: #FF7700;

text-decoration: none;

font-weight:normal;

}

a:visited {

font-family: Arial, Helvetica, sans-serif;

font-size: 12px;

color: #666666;

text-decoration: none;

font-weight: normal;

}

a:hover {

font-family: Arial, Helvetica, sans-serif;

font-size: 12px;

text-decoration: none;

color: #333333;

font-weight: normal;

}

Please comment.

Thanks

Tony
Copy linkTweet thisAlerts:
@tonyliuauthorAug 13.2009 — Hi WHO,

You are right.

I cleared everything from the browser & reload the page,the links become orange again.

Thanks

Tony

?
Copy linkTweet thisAlerts:
@whoAug 13.2009 — You're welcome!

I've made that mistake before... sometimes you can't see the wood for the trees ?
×

Success!

Help @tonyliu spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.20,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...