Full-width divs behind main content / wrapper.(But with a repeating background) -


first question posed, apologies if not worded correctly or vague.
question this: can fullwidth div put in background of wrapper? here i'm trying achieve: (not enough reputation upload image?)

basically, full-width gradiented banner behind main content / wrapper. there however, repeating background pattern too.

like on rosetta stone example: http://www.rosettastone.co.uk/lp/branduk/?gclid=cntzoopihrccfsxltaodmymaeg&rd=0&cid=se-gguk113f2&s_tnt=59574:1:0 banner image overlaps background yellow.

can achieved way i'm going it? i'm using dreamweaver cs6 , css skills basic.

thanks in advance help.

cheers

you should started adding:

<div class="banner"></div> <div>     //content wrapper </div> 

css:

.banner{     position: absolute;     top: 0;     z-index: -1;     with: 100%;     height: 100px;     background-image: 'your-image';     background-repeat:repeat-x; //whatever condition need. } 

Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -