WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Quote PHPBB2 Empty Quote PHPBB2 Thu Mar 10, 2011 10:24 pm

Plancker


Registered Member
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?

2Quote PHPBB2 Empty Re: Quote PHPBB2 Fri Mar 11, 2011 3:25 pm

Sanket

Sanket
Administrator
Administrator
Don't understand you know to do it for one...but 2?

http://www.webartzforum.com

3Quote PHPBB2 Empty Re: Quote PHPBB2 Sun Mar 13, 2011 1:18 am

Plancker


Registered Member
Registered Member
well i would like 2 images i can put one with css but how do i put two?

i want one in top left and one in bottom right

4Quote PHPBB2 Empty Re: Quote PHPBB2 Sun Apr 17, 2011 7:58 pm

Sonyeniçeri

Sonyeniçeri
Registered Member
Registered Member
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 nice skin. Mr. Sonyeniçeri ( Last Janissary )

Css Stylesheat

Code:
.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}

5Quote PHPBB2 Empty Re: Quote PHPBB2 Fri Apr 22, 2011 11:34 pm

RockerMan

RockerMan
Technician
Technician
I don't think it is possible, sorry Sad

http://www.graphics-post.com/

6Quote PHPBB2 Empty Re: Quote PHPBB2 Sat May 28, 2011 4:29 pm

Nera

Nera
Technician
Technician
Actually it is possible via CSS3 but some browsers don't support it jet (exp. Flock.)

Code:
.quote {
    background: url("http://2img.net/i/fa/prosilver/quote.gif") no-repeat scroll left top, url("http://2img.net/i/fa/prosilver/quote.gif") no-repeat scroll right bottom transparent;
}

I haven't done extra customizations but see -> http://i.imm.io/5Y2P.png

7Quote PHPBB2 Empty Re: Quote PHPBB2 Sat May 28, 2011 9:13 pm

Gangstar15

Gangstar15
Registered Member
Registered Member
Try this: Smile
Code:

.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;
}

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum