Banner Overlapping Overlapped


Author Message
MMR4LIFE

Posted: 3/29/2012
Quote message 

Hi,

I want to make the banner overlap the sheet how can I do that in artiseert for a Joomla Template?

Here is an example of what I'm Trying to accomplish:
http://achseagles.us/
Look how the banner overlap and kinda integrate into the sheet.

 
techtom

Posted: 3/31/2012
Quote message 

What if you choose a a fixed artisteer layout with the menu on top.

Created a 3d looking header with shadowing like the header image on the sample.

Then adjusted your css for the sidebar and content area.

example:
.art-layout-wrapper { margin-top:-50px;}
.art-content {padding-top: 100px;}

with some finetuning and a nice header image you should be able to duplicate that sites feel.
 
mmr4life

Posted: 4/1/2012
Quote message 

@ Techtom

Thank you for the advise but what you are saying, I can do it within artisteer itself do only thing I miss is to make the banner come on top of the sheet when I put the margin-top -50px ... When you do that in artsteer u will get the sheet above the banner ... And I want the banner ABOVE the Sheet ...

Any Help PLEASE ???
 
mmr4life

Posted: 4/1/2012
Quote message 

Hi,

I have been looking around And it seems to be an Z-index problem,
Anyone know where i should put this Z-index?
 
techtom

Posted: 4/2/2012
Quote message 

you can inspect the css of your header to find where your z-index is and modify it or try adding a css statement at the end of your style.css like

.art-header {z-index: 1000;}
 
mmr4life

Posted: 4/6/2012
Quote message 

:-):-):-):-):-)
@techtom thank you very much,

It helped, very easy using your guidance.

Solved,