Header Nav out of div?
Permalink
Hi there,
i got a problem with my Layout. There is a wrapper in the middle. An image in it has got negative positioning so it is partially outside the box as i wanted to do.
The problem is that the div next to the picture (relative positioning) should contain the auto nav but it isn´t IN the box but OUTSIDE of it?!
What am i doing wrong? Please Help!
WEBSITE:
http://bit.ly/hIOsxi
King regards and THXIA
Steve
i got a problem with my Layout. There is a wrapper in the middle. An image in it has got negative positioning so it is partially outside the box as i wanted to do.
The problem is that the div next to the picture (relative positioning) should contain the auto nav but it isn´t IN the box but OUTSIDE of it?!
What am i doing wrong? Please Help!
WEBSITE:
http://bit.ly/hIOsxi
King regards and THXIA
Steve
Yes, but the problem is that the header.jpg has to be partially outside the box (left: -290px) which is impossible for background-images.
Steve
Steve
No ideas?
I´m gettin nuts with this...
Steve
I´m gettin nuts with this...
Steve
<div class="bgimage">
<div class="content">
</div>
</div>
?
<div class="content">
</div>
</div>
?
Sorry, i don't know what you're meaning?
basically in css assign the bg image to that class, then stick all your content in the contend div,
make the width of bgimage 100% and the width of content like 1000 or something
make the width of bgimage 100% and the width of content like 1000 or something
Thank you for your help but this doesn't work also..
-Guy