1
Quote PHPBB2 on Thu Mar 10, 2011 8:54 pm
Plancker
Registered Member

How do i put an image in the top left and one in the bottom right?
i know how to do for one but 2?
i know how to do for one but 2?
Quote PHPBB2 on Thu Mar 10, 2011 8:54 pm
Re: Quote PHPBB2 on Fri Mar 11, 2011 1:55 pm
Re: Quote PHPBB2 on Sat Mar 12, 2011 11:48 pm
Re: Quote PHPBB2 on Sun Apr 17, 2011 6:28 pm
Plancker wrote:How do i put an image in the top left and one in the bottom right?
i know how to do for one but 2?
.quote{
background-color: #fffffff;
border-left: 1px #FF9C00 solid;
border-right: 1px #FF9C00 solid;
border-top: 1px #FF9C00 solid;
border-bottom: 1px #FF9C00 solid;
color: #000000;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 125%;
padding: 7px;}
div.postbody table{background: #BDE6FC none;
border: 1px solid #FF9C00;}
div.postbody table span.genmed{color:#000000;display:block;padding: 6px 30px 13px 30px;background: #BDE6FC url(http://cdn1.iconfinder.com/data/icons/fatcow/16x16_0440/folder_add.png) no-repeat 5px 8px;font: bold 18px Courier New}
Re: Quote PHPBB2 on Fri Apr 22, 2011 10:04 pm
Re: Quote PHPBB2 on Sat May 28, 2011 2:59 pm
.quote {
background: url("http://illiweb.com/fa/prosilver/quote.gif") no-repeat scroll left top, url("http://illiweb.com/fa/prosilver/quote.gif") no-repeat scroll right bottom transparent;
}
Re: Quote PHPBB2 on Sat May 28, 2011 7:43 pm
.quote::before, .quote::after {
color: #69C;
display: block;
width: 10px;
}
.quote:before {
content: '“';
margin-left: -0.55em;
}
.quote:after {
content: '”';
height: 10px;
margin-top: -70px;
margin-left: 360px;
}WebArtz - The Web Design Forum » Web Designing & Coding » CSS (Cascading Style Sheets) » Quote PHPBB2
Similar topics
Permissions in this forum:
You cannot reply to topics in this forum