Results 1 to 10 of 10
Threaded View
-
2nd Jul 2010, 01:40 PM #1OPლ(ಠ益ಠლ)Website's:
extremecoderz.com[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
CSS:
PHP Code:#mainHoriz {background: #ddd; height: 60px;}
.leftBox { float: left; background: url(images/leftBox.png) no-repeat; height: 60px; width: 7px; position: relative; z-index: 5;}
.midBox { float: left; background: url(images/midBox.png) repeat-x; height: 60px; margin-left: -4px;}
.rightBox { float: left; background: url(images/rightBox.png) no-repeat; height: 60px; width: 7px; margin-left: -5px; position: relative; z-index: 5;}
.adImg { position: relative; z-index: 4; margin-top: 3px;}
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>
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 funjayfella 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
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Hosting in exchange for banner advert.
By S?nic in forum Hosting DiscussionReplies: 3Last Post: 9th Apr 2012, 06:55 AM -
Funny advert!
By cvrle77 in forum General DiscussionReplies: 6Last Post: 2nd Oct 2011, 01:52 AM -
Full size web advert (iframe) --> banner exchange
By roadrunner in forum Traffic Market (Buy, Sell and Trade)Replies: 0Last Post: 6th Sep 2011, 08:43 AM -
(PAID) Looking for a Advert Banner - Various sizes
By Ashleyuk1984 in forum Graphics AreaReplies: 18Last Post: 25th Mar 2011, 08:44 AM -
(X)HTML, CSS slicing (6 years experience) | PSD to (X)HTML and CSS | Professional job
By Wamer in forum Completed TransactionsReplies: 8Last Post: 21st Jul 2010, 06:13 PM
themaCreator - create posts from...
Version 3.55 released. Open older version (or...