ChandlerMike
07-12-2007, 05:27 AM
Hey guys,
Very new to CSS, but I understand it...just have a tough time getting things to look right.
Anyways, the stylesheet here is a Wordpress theme I downloaded and it works great. All except the title of the page at the very top.
In Firefox, it appears just fine. In IE, it wont appear when you load the page, but if I scroll down and back up, it ends up appearing.
Here are the styles associated:
(I took out the "inherit" property below on the H3 A href but that didnt help - so I left it in here)
#top
{
color:#fff;
margin:0;
padding:0 0 0px 0;
background:url(img/top_head.jpg) repeat-x;
}
#top a:hover
{
text-decoration:none;
color:#999;
}
#top h3 {
font-size:2em;
font-weight:bold;
margin:0px;
padding:10px 0px 0px 15px;
}
#top h3 a{
background:inherit;
color:#cc0000;
text-decoration:none;
}
#top p {
font-size:1em;
font-weight:normal;
margin:0px;
padding:1px 5px 1px 20px;
color:#fff;
}
I appreciate any help you guys have.
Very new to CSS, but I understand it...just have a tough time getting things to look right.
Anyways, the stylesheet here is a Wordpress theme I downloaded and it works great. All except the title of the page at the very top.
In Firefox, it appears just fine. In IE, it wont appear when you load the page, but if I scroll down and back up, it ends up appearing.
Here are the styles associated:
(I took out the "inherit" property below on the H3 A href but that didnt help - so I left it in here)
#top
{
color:#fff;
margin:0;
padding:0 0 0px 0;
background:url(img/top_head.jpg) repeat-x;
}
#top a:hover
{
text-decoration:none;
color:#999;
}
#top h3 {
font-size:2em;
font-weight:bold;
margin:0px;
padding:10px 0px 0px 15px;
}
#top h3 a{
background:inherit;
color:#cc0000;
text-decoration:none;
}
#top p {
font-size:1em;
font-weight:normal;
margin:0px;
padding:1px 5px 1px 20px;
color:#fff;
}
I appreciate any help you guys have.