MyBB Community Forums

Full Version: Thead to image?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
(2014-11-19, 06:30 PM)Ivan Kerepčić Wrote: [ -> ]
(2014-11-19, 06:13 PM)Billie Joe Armstrong Wrote: [ -> ]
(2014-11-19, 06:09 PM)Ivan Kerepčić Wrote: [ -> ]Oh, I see... I will try something

i can add this ( background-repeat: repeat-yWink to the last one 
but it doesn't fix the width

For it use background-repeat: repeat; or background-repeat: repeat-x;

Try add:



background-position: right;
While I trying something else Smile


Can I use white top left corner in place of transparent? On that way we will fix problem with just css, I trying for more than 15 minutes and nothing. That's only way for etid from just css

"Can I use white top left corner in place of transparent? On that way we will fix problem with just css, I trying for more than 15 minutes and nothing. That's only way for etid from just css"

what do you mean exactly?
Delete background function in that and paste this thing:
background-image: url('http://s29.postimg.org/c3ihb81wn/w976f8.png'), url('http://s27.postimg.org/s3uycxilr/rsz_11w976f8.jpg') !important;
background-position: right, left;
background-repeat: repeat, no-repeat;

This is first time I work with 2 images in one code so I don't know how this will work...
And my monitor is too small to check
(2014-11-19, 06:41 PM)Ivan Kerepčić Wrote: [ -> ]Delete background function in that and paste this thing:

background-image: url('http://s29.postimg.org/c3ihb81wn/w976f8.png'), url('http://s27.postimg.org/s3uycxilr/rsz_11w976f8.jpg') !important;
background-position: right, left;
background-repeat: repeat, no-repeat;

This is first time I work with 2 images in one code so I don't know how this will work...
And my monitor is too small to check

where would i add that code? also would i still get the pointed end with 1 image?
At .probando2

in place of
background: url('http://oi62.tinypic.com/w976f8.jpg') repeat scroll 0% 0% transparent;

Paste:
background-image: url('http://s29.postimg.org/c3ihb81wn/w976f8.png'), url('http://s27.postimg.org/s3uycxilr/rsz_11w976f8.jpg') !important;
background-position: right, left;
background-repeat: repeat, no-repeat;
Thank you sir, That seemed to do it, would you be able to check for me?
I have too small monitor, I can't....

I wait for your answer... I hope we do this Smile
(2014-11-19, 07:00 PM)Ivan Kerepčić Wrote: [ -> ]I have too small monitor, I can't....

I wait for your answer... I hope we do this Smile

It seems to be working [Image: e901cb73c84de2e90c82b685fec52ab0.gif]

Thank you Smile
Glad to help
Pages: 1 2 3