/    Sign up×
Community /Pin to ProfileBookmark

Pseudoclass conflict in FF

Hello , I am still relatively new using css exclusively.
I am rebuilding my company’s website & have encountered a problem with Pseudoclasses. I created a unique color scheme & would like to have links, hover & visited, specific colors. I have tried to do this using 2 differnet parts of my page using slight variations. It displays perfectly in IE 7 but when I preview the page in Firefox (using Dreamweaver) the active links appear visited. I am hoping I am doing something obviously noticable.
I am using the heading tags in there as well & wasnt sure if that was a problem, At first I thought that might be causing a conflict, but after removing them , the problem still occured. I would appreciatte any advice

my css is :

[CODE]

a.one:link {
color: #7b7a6d;
text-decoration: none;
}
a.one:visited {color: #2c2b22}
a.one:hover {color: #d3d1a5}

a.two:link {
color: #928853;
text-decoration: none;
}
a.two:visited {color: #2c2b22}
a.two:hover {color: #d3d1a5}
[/CODE]

[CODE] <h2><a href=”#” class=”two”>Link 1</a></h2>
<h2><a href=”#” class=”two”>Link 2</a></h2>
<a href=”#” class=”one”>directions to our store</a>[/CODE]

to post a comment
CSS

4 Comments(s)

Copy linkTweet thisAlerts:
@JeffMvrApr 19.2009 — Try viewing them in Firefox outside of Dreamweaver.
Copy linkTweet thisAlerts:
@blue_masked_manauthorApr 19.2009 — thanks, I did notice it diplays properly when you load the page outside of dreamweaver, but when you select a link, all links change to the "visited" color....
Copy linkTweet thisAlerts:
@JeffMvrApr 19.2009 — Do all links have their href property set to "#"?
Copy linkTweet thisAlerts:
@blue_masked_manauthorApr 19.2009 — Do all links have their href property set to "#"?[/QUOTE]

yeah..I switched them to test & once again everything seems fine in IE, but now FF isnt showing the links as visited. But I am a little closer & may settle for this for the time being unless someone sees some obvious mistake I am missing. lol thanks for your help JeffMvr.
×

Success!

Help @blue_masked_man 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.14,
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,
)...