hey, ok if you here http://www.firstforhorses.co.za , there is a ribbon on top, initialy it was supposed to lie much more left , i tried using just position absolute and then moved it around with left and top, but that did not work with older browsers.
here is the setup
<div id='page_header'>
<h1 class="style1"> </h1>
<h2> </h2>
</div>
#page_header {
height: 130px;
background-image:url(../hors.jpg);
background-repeat:no-repeat;
margin-left: auto;
margin-right: auto;
width: 850px;
clear: both;
padding-bottom:0px;
}
<div id="olo"></div>
#olo{
overflow:hidden;
float:left;
margin-right:300px;
background-image:url(../ribon2.png);
width:140px;
height:235px;
}
the olo one is supposed to overlap the page header one,the page header conatins an image, maybe i should put in a container for both?
off topic - if you look at this site for example http://www.gouramidesign.com/ and other i have seen, have like a div with content and then have these very nice backgrounds ,even more complex than the one i am posting, so are those divs? or background mixed with divs? right now i am only doing the typical middle page look, but i wana get more creative
|