View Full Version : Box Help Please
neelam007
07-18-2008, 10:33 AM
Ya know on this page:
http://www.saruna.net/content/downloads/brushes/index.php
There is that bopx where it says Terms Of Use and everything, how do you get a box like that on the top of your page?
Annen
07-18-2008, 10:42 AM
My guess is, that she's made a div-layer with a background image (:
EDIT: I was right, I found her code in her stylesheet. She's called the box blackquote, and if you look through her scripts you can easily find out how she did it. I suggest you don't use her code, but make your own. There's nothing wrong with you making a qoute box yourself - it's actually even pretty common.
I did this for you:
blockquote {
text-align: justify;
background: #000000 url('http://www.saruna.net/wp-content/themes/Emo/images/dino.gif') top right no-repeat;
margin: 0;
font-size:11px;
line-height: 18px;
padding: 5px;
border-bottom: 5px solid #000000;
border-top: 5px solid #000000;
border-right: 5px solid #000000;
border-left: 5px solid #000000;
color:#ffffff;
width: 390px;
align:center;
}
To use it on the actual sites you do like this: <blockquote>YOUR TEXT HERE.</blockquote>
neelam007
07-18-2008, 11:04 AM
Thanks Annen!! :D
Annen
07-18-2008, 12:11 PM
No problem (: Glad to help. Would you mind to share when you've made your own? :b
vBulletin® v3.7.3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.