My Header image won't show in browsers
I wanted my header in my CSS document as I require it on all 4 pages of my website, but it doesn't show in any browser or in dreamweaver split view mode. I have checked, more than triple checked, even copied and pasted the paths to where my folders and files are. Can anyone help to why this is happening please?
Code:
.header {
background-image: url(Clean9FIT15-Images/C9FIT-Header.jpg);
background-repeat: no-repeat;
height: 303px;
}
.header img {
width:100%;
}
My Header image won't show in browsers
Quote:
Originally Posted by
styxlawyer
Do you have <div class="header"> </div> in your code? A link to your non-working page would probably allow us to find the problem quickly.
My HTML has this code: <div class="header"> and then the closing </div> tag further down.
Is this want you require? Only the website isn't live yet.
Thanks for looking :)