Need help with header
-
I started modifying the Gila theme (dangerous for a newbie like me). I only wanteded to change the color scheme, but then I got greedy. I wanted to changed the style in the header to a shadow and then I wanted to put in a background image.
Well, I couldn’t get the shadow to work overlaying a background image, but I did get the shadow to work. (And it looks different in different browsers.) Unfortunately, I have one problem with the change listed below. When you select a category with only 2 posts, the flow of the background is messed up. I would appreciate any and all help.
My blog is at https://www.jwurster.us/wordpress/.
Here is my code from the style.css:
#header {
color: inherit;
background-color: rgb(184,38,25; /*rgb(51,204,255); light blue but darker */
/* background-image: url(https://www.jwurster.us/publishImages/wursterbetter.jpg); */
/* repeat-n; */
float: left;
width: 100%; /* jmw - masks the image because it comes after the image */
background: transparent;
filter:alpha(opacity=90);
-moz-opacity:.20;
opacity:.90;
font-weight: bold;
filter: shadow; /* jmw */
}
- The topic ‘Need help with header’ is closed to new replies.