Help - Search - Members - Calendar
Full Version: Link..
HTMLHelp Forums > Web Authoring > General Web Design
Andrew315
ok well i knew i wasnt going to get a quick answer in css because i saw that it was only me and three guests.......my css link hover, visited, and active work but theregular link doesnt work..
heres the css:


<style type="text/css">

A:link {font-weight: bold; color: #ff0000;}

A:visited {font-weight: bold; color: #ff0000;}

A:active {font-weight: bold; color: #ff0000;}

A:hover {font-weight: bold; color: #000000;}

</style>
JamieHarrop
Andrew, the problem is likely to be due to something else within your stylesheet that is effecting that particular style.

Can you give us a link to the site in question, or post the full stylesheet here?
pandy
QUOTE(Andrew315 @ May 28 2007, 07:06 AM) *

ok well i knew i wasnt going to get a quick answer in css because i saw that it was only me and three guests.......my css link hover, visited, and active work but theregular link doesnt work..

How do you know? :link, :active and :hover use the same style. smile.gif
Andrew315
That is the only thing in my stylesheet and it still doesnt work. and my site isnt posted yet,im just using notepad to create the pages and then upload them. And pandy i dont know what you mean.
Andrew315
below is the css and html pages

CSS:


<style type="text/css">
a:link {font-weight: bold; color: #ff0000;}
a:visited {font-weight: bold; color: #ff0000;}
a:active {font-weight: bold; color: #ff0000;}
a:hover {font-weight: bold; color: #000000;}
</style>



HTML:


<html>
<center>
Just to let you know, a movie of the 2007 Baja 500 will be up.<br>
<link rel="stylesheet" type="text/css" href="linkmed.css" />
<div id="links">
<a href="vid.htm">Videos</a><br>
<a href="pics.htm">Pictures</a><br>
<a href="slide.htm">Slideshows</a>
</center>
</html>
Andrew315
nevermind...i needed to add div#links before a:link
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.