/    Sign up×
Community /Pin to ProfileBookmark

HTML Links problem

When I click on the link every works perfect. And when I click on the left arrow to go back everything goes perfect. But if I click on my index.html instead of previous page, the links doesn’t work anymore. The underline doesn’t show up and I can’t click it. Can you help me?

[code=html].left-topic-title a:link
{
color: #FFFFFF;
text-decoration: none;
}

.left-topic-title a:visited
{
text-decoration: none;
color: #FFFFFF;
}

.left-topic-title a:hover
{
text-decoration: underline;
color: #FFFFFF;
}

.left-topic-title a:active
{
text-decoration: underline;
color: #FFFFFF;
}[/code]

to post a comment
HTML

1 Comments(s)

Copy linkTweet thisAlerts:
@rtretheweyJun 22.2013 — Post the relevant HTML. The CSS alone isn't enough to find the problem.
×

Success!

Help @wietwiet 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 11.28,
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: @bahaedd,
tipped: article
amount: 1000 SATS,

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

tipper: @mbsaad,
tipped: article
amount: 1000 SATS,
)...