Sliight
02-17-2008, 06:11 AM
It's been ages since I've done a web page, yet I'm going to make one for my best friend. I think I have the CSS correct, but it's obvious I do not.
Here's the link to the page http://sierramobilesound.com if you want to glance, but basically the blue link border, and purple visited border is showing up on the linked photos.
Here's my CSS
/*This is the main CSS sheet for format of all pages appearance*/
body {
background-color: #000000;
}
#content {
background-color: #000000;
position: static;
display: block;
width: 100%;}
#logo {
position: relative;
top: 25%;
text-align: center;
}
#car {
position: relative;
top: 25%;
text-decoration: none;
margin: 0em;
padding: 0em;
text-align: center;}
#car a:link {
border: none;
text-decoration: none;}
#car a:visited {
text-decoration: none;
border: none;}
#car a:hover {
text-decoration: none;
border: none;}
#car a:active {
text-decoration: none;
border: none;}
#logo is the sierra logo, and #car has the two linked photos in that div. Once I create the home theater photo it will be the 2nd photo in group.
I'm sure it's silly what I've forgotten, however I would really appreciate any help anyone can offer.
Thanks!!!
Here's the link to the page http://sierramobilesound.com if you want to glance, but basically the blue link border, and purple visited border is showing up on the linked photos.
Here's my CSS
/*This is the main CSS sheet for format of all pages appearance*/
body {
background-color: #000000;
}
#content {
background-color: #000000;
position: static;
display: block;
width: 100%;}
#logo {
position: relative;
top: 25%;
text-align: center;
}
#car {
position: relative;
top: 25%;
text-decoration: none;
margin: 0em;
padding: 0em;
text-align: center;}
#car a:link {
border: none;
text-decoration: none;}
#car a:visited {
text-decoration: none;
border: none;}
#car a:hover {
text-decoration: none;
border: none;}
#car a:active {
text-decoration: none;
border: none;}
#logo is the sierra logo, and #car has the two linked photos in that div. Once I create the home theater photo it will be the 2nd photo in group.
I'm sure it's silly what I've forgotten, however I would really appreciate any help anyone can offer.
Thanks!!!