rughooker Posted March 30, 2008 Posted March 30, 2008 Why can't I change the .header background? I tried td {background: #foe68c;}. The background stayed white. Next I tried <tr>, <table>, gave the table a name and wrapped it all in a div. Nothing worked. Still just a white background, the default. I even added bgcolor="#f0e68c" in the header html. Can the header background be changed or do I have to use a graphic? I am grouping my CSS changes at the end of the file so I can change colors often. I really don't want to mess with a colored background graphic. My logo graphic currently has a transparent background.
germ Posted March 30, 2008 Posted March 30, 2008 I can change mine with this part of the stylesheet: TR.header { background: #ffffff; } If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
rughooker Posted March 30, 2008 Author Posted March 30, 2008 I finally got it. If I changed just the one like you suggested, it remained white, so I moved on to some of the other small elements. I found that I needed to change both the TD.class and TR.class. I went back to the header and the same method worked there. Thanks.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.