Doug
05-12-2005, 07:34 PM
I'm having problems with my <a>'s in my stylesheets.
It seems to work fine with Internet Explorer, but Firefox does not highlight or even show them as links.
My website is www.kcexcels.com, and I am posting the stylesheet here to see if some one could possibly help me with this.
Thanks
body {
font: 12pt sans-serif;
color: black;
}
.frame {
position: absolute;
top: 125px;
left: 0px;
width: 175px;
height: 1200px;
background: url("background2.jpg") repeat-y;
}
a {
font-size: 8pt;
font-weight: bold;
color: black;
text-decoration: none;
}
a:hover {
color: red;
}
a.home {
position: absolute;
top: 15px;
padding-left: 10px;
}
a.chat {
position: absolute;
top: 45px;
padding-left: 10px;
}
a.clients {
position: absolute;
top: 65px;
padding-left: 10px;
}
a.commands {
position: absolute;
top: 85px;
padding-left: 10px;
}
a.radar {
position: absolute;
top: 115px;
padding-left: 10px;
}
a.watches {
position: absolute;
top: 135px;
padding-left: 10px;
}
a.forecast {
position: absolute;
top: 155px;
padding-left: 10px;
}
a.prediction {
position: absolute;
top: 175px;
padding-left: 10px;
}
.availability {
position: absolute;
top: 205px;
padding-left: 10px;
font-size: 8pt;
color: blue;
}
a.composite {
position: absolute;
top: 285px;
padding-left: 10px;
}
a.reflectivity {
position: absolute;
top: 305px;
padding-left: 10px;
}
a.velocity {
position: absolute;
top: 325px;
padding-left: 10px;
}
a.about {
position: absolute;
top: 355px;
padding-left: 10px;
}
a.contact {
position: absolute;
top: 375px;
padding-left: 10px;
}
a.memory {
position: absolute;
top: 395px;
padding-left: 10px;
}
.intro {
position: absolute;
top: 160px;
padding-left: 220px;
}
.radar {
position: absolute;
top: 140px;
padding-left: 190px;
}
.radar-sidebar {
position: absolute;
top: 140px;
padding-left: 760px;
}
It seems to work fine with Internet Explorer, but Firefox does not highlight or even show them as links.
My website is www.kcexcels.com, and I am posting the stylesheet here to see if some one could possibly help me with this.
Thanks
body {
font: 12pt sans-serif;
color: black;
}
.frame {
position: absolute;
top: 125px;
left: 0px;
width: 175px;
height: 1200px;
background: url("background2.jpg") repeat-y;
}
a {
font-size: 8pt;
font-weight: bold;
color: black;
text-decoration: none;
}
a:hover {
color: red;
}
a.home {
position: absolute;
top: 15px;
padding-left: 10px;
}
a.chat {
position: absolute;
top: 45px;
padding-left: 10px;
}
a.clients {
position: absolute;
top: 65px;
padding-left: 10px;
}
a.commands {
position: absolute;
top: 85px;
padding-left: 10px;
}
a.radar {
position: absolute;
top: 115px;
padding-left: 10px;
}
a.watches {
position: absolute;
top: 135px;
padding-left: 10px;
}
a.forecast {
position: absolute;
top: 155px;
padding-left: 10px;
}
a.prediction {
position: absolute;
top: 175px;
padding-left: 10px;
}
.availability {
position: absolute;
top: 205px;
padding-left: 10px;
font-size: 8pt;
color: blue;
}
a.composite {
position: absolute;
top: 285px;
padding-left: 10px;
}
a.reflectivity {
position: absolute;
top: 305px;
padding-left: 10px;
}
a.velocity {
position: absolute;
top: 325px;
padding-left: 10px;
}
a.about {
position: absolute;
top: 355px;
padding-left: 10px;
}
a.contact {
position: absolute;
top: 375px;
padding-left: 10px;
}
a.memory {
position: absolute;
top: 395px;
padding-left: 10px;
}
.intro {
position: absolute;
top: 160px;
padding-left: 220px;
}
.radar {
position: absolute;
top: 140px;
padding-left: 190px;
}
.radar-sidebar {
position: absolute;
top: 140px;
padding-left: 760px;
}