View Full Version : Rounded corner posts
Chirag patel
07-20-2009, 03:20 PM
I was wondering if if someone can someone can tell me how I can make the corners rounded for posts in vbulletin like this one
http://www.daniweb.com/forums/thread63858.html
down.low
08-11-2009, 04:50 PM
I guess not?
imports
08-12-2009, 04:07 PM
im also interested doing this
Lynne
08-12-2009, 04:21 PM
Look at the page source - it's all there. They are using images in the css to do it. For instance, if you look at the page source for the bottom of the post, you'll see this:
<div class="bottomquote"><div class="i"></div></div>
Then look at the css for that, and you see this:
div.bottomquote{background: #FFFFFF url(/alphaimages/postbit/bottomquote.gif) no-repeat bottom left;height: 14px;margin-bottom: 20px;}div.bottomquote div.i{background: url(/alphaimages/postbit/bottomquote_right.gif) no-repeat bottom right;height: 14px;}
/* ***** rounded corners ***** */
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.