i’m new to css and html.
i had something like this and i don’t get the background-image show up
...
<style type="text/css">
#header_contain{
width:935px;
height: 135px;
background-image: url('bg.gif') repeat-x;
background-color:#E42323;
}
</style>
</head>
<body>
<div id="header_contain">
<h4>haga</h4>
</div>
</body>
...
I checked the image location and it’s alright. I put an image from google and it shows. Now it only shows the bg colour. How can i get the bg image show up?
Change your css to this: