Ok.

So the advert banner on KWWH is pretty sexy. Nice rounded corners, pretty cool. Here's my interpretation of how i would go about coding it from scratch.

Credits to the original creator - its a re-write, not a rip

Im not sure how the original was written, but this version allows any width of advert, so you can span it however wide you like and it will retain its look.

Images: http://hotfile.com/dl/52067516/a3d1da3/images.rar.html

CSS:
PHP Code: 
#mainHoriz {background: #ddd; height: 60px;}
.leftBox floatleftbackgroundurl(images/leftBox.pngno-repeatheight60pxwidth7pxpositionrelativez-index5;}
.
midBox floatleftbackgroundurl(images/midBox.pngrepeat-xheight60pxmargin-left: -4px;}
.
rightBox floatleftbackgroundurl(images/rightBox.pngno-repeatheight60pxwidth7pxmargin-left: -5pxpositionrelativez-index5;}
.
adImg positionrelativez-index4margin-top3px;} 
HTML:
PHP Code: 
<div id="mainHoriz">

    <
div class="leftBox"></div>
    <
div class="midBox">
        <
img class="adImg" src="http://www.besthostingforums.com/images/ads/advert2.gif" />
    </
div>
    <
div class="rightBox"></div>
    
    <
div class="leftBox"></div>
    <
div class="midBox">
        <
img class="adImg" src="http://www.besthostingforums.com/images/ads/advert2.gif" />
    </
div>
    <
div class="rightBox"></div>
    
    <
div class="leftBox"></div>
    <
div class="midBox">
        <
img class="adImg" src="http://www.besthostingforums.com/images/ads/advert2.gif" />
    </
div>
    <
div class="rightBox"></div>
    
    <
div class="leftBox"></div>
    <
div class="midBox">
        <
img class="adImg" src="http://www.besthostingforums.com/images/ads/advert2.gif" />
    </
div>
    <
div class="rightBox"></div>
    
</
div
Le resulte:



Ok.
The background is grey so you can see how this is constructed. You can easily repeat-x a pretty little bar. The left, mid and right of the "transparent" rounded box is also easily modified.

Have fun
jayfella Reviewed by jayfella on . [html/css] Advert banner like KWWH Ok. So the advert banner on KWWH is pretty sexy. Nice rounded corners, pretty cool. Here's my interpretation of how i would go about coding it from scratch. Credits to the original creator - its a re-write, not a rip :) Im not sure how the original was written, but this version allows any width of advert, so you can span it however wide you like and it will retain its look. Images: http://hotfile.com/dl/52067516/a3d1da3/images.rar.html Rating: 5