Page 2 of 3
Re: How to add background image in the responses
Posted: 21 Aug 2010, 16:29
by Galandas
here image
sfondo image.rar
Re: How to add background image in the responses
Posted: 21 Aug 2010, 16:57
by Steve
open colours.css
find:
add after:
Code: Select all
min-height: 150px;
background-image: url("{T_THEME_PATH}/images/sfondo.gif");
background-repeat: no-repeat;
background-position: center;
is that how you wanted it ?
pic:
bg[ic.PNG
Re: How to add background image in the responses
Posted: 21 Aug 2010, 17:46
by Galandas
I would not this result
post4.JPG
Re: How to add background image in the responses
Posted: 21 Aug 2010, 18:04
by Steve
ok so you took out the no-repeat and used repeat.
happy?
Re: How to add background image in the responses
Posted: 21 Aug 2010, 20:43
by Galandas
I put the image taken from another site not yet arrived solution..............
this is the result of your suggestion
post5.JPG
Code: Select all
/* Content container styles
----------------------------------------*/
.content {
color: #333333;
min-height: 300px;
background-image: url("{T_THEME_PATH}/images/rowbck.gif");
background-repeat: repeat;
background-position: center;
}
this result here and I want to get
[thumbnailpop]
http://i37.tinypic.com/t6bdhy.jpg[/thumbnailpop]
Re: How to add background image in the responses
Posted: 21 Aug 2010, 20:56
by Steve
so im lost
you can try some repeat css codes
this repeat will display the image once:
this repeat will just carry on:
this repeat will just go across the page:
this repeat will go down the page:
im totally lost here sorry

Re: How to add background image in the responses
Posted: 21 Aug 2010, 21:00
by Galandas
I know that are used repeat so I tried them all, anyway thanks so much
see this style as it did?
http://www.awesomestyles.com/phpbb3-sty ... n&version=
Re: How to add background image in the responses
Posted: 21 Aug 2010, 21:08
by Steve
Got ya ,sorry your english isnt as bad as mine
here : liquid image css
and phpBB3 doesnt support css3 ,you need to use a js ,javascript.
Re: How to add background image in the responses
Posted: 22 Aug 2010, 21:43
by Galandas
I solved it worked............

Re: How to add background image in the responses
Posted: 23 Aug 2010, 08:47
by Steve
Cool and the solution was ...