Take a look at this design.
http://www.oswd.org/design/preview/id/2828
The way they do the header image is quite fascinating.
Here is the code for the logo part
<div id="wrapper-header">
<div id="header">
<div id="wrapper-header2">
<div id="wrapper-header3">
<h1>Nautica 2.2 Liquid</h1>
</div>
</div>
</div>
</div>
- <div id="wrapper-header">
- <div id="header">
- <div id="wrapper-header2">
- <div id="wrapper-header3">
- <h1>Nautica 2.2 Liquid</h1>
- </div>
- </div>
- </div>
- </div>
Here is the CSS for it
#wrapper-header {
background: transparent url('images/bg.png') top center repeat-x;
}
#header {
background: #eee url('images/banner_mountains.jpg') no-repeat center top;
}
#wrapper-header2 {
background: transparent url('images/bg02-blue-left.png') top left no-repeat;
}
#wrapper-header3 {
background: transparent url('images/bg02-blue-right.png') top right no-repeat;
}
#header h1 {
margin: 0 20px;
padding: 0;
height: 192px;
line-height: 3em;
color: #ccc;
font-size: 130%;
}
- #wrapper-header {
- background: transparent url('images/bg.png') top center repeat-x;
- }
- #header {
- background: #eee url('images/banner_mountains.jpg') no-repeat center top;
- }
- #wrapper-header2 {
- background: transparent url('images/bg02-blue-left.png') top left no-repeat;
- }
- #wrapper-header3 {
- background: transparent url('images/bg02-blue-right.png') top right no-repeat;
- }
- #header h1 {
- margin: 0 20px;
- padding: 0;
- height: 192px;
- line-height: 3em;
- color: #ccc;
- font-size: 130%;
- }
Very slick. The image size is 1600x192.
grinch2171 I kind of an idea what you are talking about can you maybe explain it in more detail? I have attached the images that I am trying to use for this layout for the header and footer. If someone could give me something that would work for this images it would be great.
Take a look at this design.
http://www.oswd.org/design/preview/id/2828
The way they do the header image is quite fascinating.
That's the same thing I was talking about in the
site I listed earlier. Of course, you have to have an image where it's ok that you don't see all of it all the time.
Jameson555 I guess is what you are saying is that this images would not work? Because they are different pieces from the left to the right?