Wiz Creations
07-26-2006, 01:50 PM
For some reason on my site, the visited links have the same color as the static text, even though I have the a:visited set to a different color. Maybe I'm missing something because it's my work and I'm not able to see my error, so could another few sets of eyes try and see what's wrong?
My website: http://wizcreations.com
The css: http://wizcreations.com/script/design.css
Below is only the design that I think would have an affect on the links.body {
margin:10px auto;
background-image:url(../media/bgs/mainbg.jpg);
background-repeat:repeat-x;
background-color:#000000;
width:600px;
height:auto;
}
.txtbox a, a:link, a:visited, a:active {
color:#0000FF;
text-decoration:underline;
}
.txtbox a:hover {
color:#000000;
text-decoration:underline;
}
#container {
margin:0px auto;
background-image:url(../media/bgs/subbg.jpg);
padding-left:7px;
padding-right:7px;
padding-bottom:7px;
width:575px;
height:auto;
}
.txtbox {
margin-bottom:10px;
color:#002851;
height:auto;
}
.txtmid {
margin:0px;
padding-left:10px;
padding-right:10px;
padding-bottom:3px;
background-image:url(../media/bgs/txtmid.jpg);
background-repeat:repeat-y;
width:381px;
height:auto;
}
My website: http://wizcreations.com
The css: http://wizcreations.com/script/design.css
Below is only the design that I think would have an affect on the links.body {
margin:10px auto;
background-image:url(../media/bgs/mainbg.jpg);
background-repeat:repeat-x;
background-color:#000000;
width:600px;
height:auto;
}
.txtbox a, a:link, a:visited, a:active {
color:#0000FF;
text-decoration:underline;
}
.txtbox a:hover {
color:#000000;
text-decoration:underline;
}
#container {
margin:0px auto;
background-image:url(../media/bgs/subbg.jpg);
padding-left:7px;
padding-right:7px;
padding-bottom:7px;
width:575px;
height:auto;
}
.txtbox {
margin-bottom:10px;
color:#002851;
height:auto;
}
.txtmid {
margin:0px;
padding-left:10px;
padding-right:10px;
padding-bottom:3px;
background-image:url(../media/bgs/txtmid.jpg);
background-repeat:repeat-y;
width:381px;
height:auto;
}