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, 04:05 PM)Ivan Kerepčić Wrote: [ -> ]Yes. Just make it any size and I will do other.

Having a slight problem 
[Image: b43c809391c11262e8ed13d5858f93a5.png]
No... Put image here, I will give you code to post.

This image? http://oi62.tinypic.com/w976f8.jpg
(2014-11-19, 05:39 PM)Ivan Kerepčić Wrote: [ -> ]No... Put image here, I will give you code to post.


This image? http://oi62.tinypic.com/w976f8.jpg

That's the one. 
So:

1st
Go in globa12.css
find: .probando
in that code in place of:
background: url('http://oi62.tinypic.com/w976f8.jpg') repeat scroll 0% 0% transparent;

paste:
background: url('http://s27.postimg.org/s3uycxilr/rsz_11w976f8.jpg') repeat scroll 0% 0% #294579;

2nd
Go in global.css
find: .thead
in that code in place of:
background: none repeat scroll 0px 0px #294579;

paste:
background: url('http://s27.postimg.org/s3uycxilr/rsz_11w976f8.jpg') repeat scroll 0% 0% #294579;
(2014-11-19, 05:57 PM)Ivan Kerepčić Wrote: [ -> ]So:

1st
Go in globa12.css
find: .probando
in that code in place of:

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

paste:

background: url('http://s27.postimg.org/s3uycxilr/rsz_11w976f8.jpg') repeat scroll 0% 0% #294579;

2nd
Go in global.css
find: .thead
in that code in place of:

background: none repeat scroll 0px 0px #294579;

paste:

background: url('http://s27.postimg.org/s3uycxilr/rsz_11w976f8.jpg') repeat scroll 0% 0% #294579;


Thank you bro, That worked although i found another problem when opening and closing sidebar.
(2014-11-19, 06:02 PM)Billie Joe Armstrong Wrote: [ -> ]Thank you bro, That worked although i found another problem when opening and closing sidebar.

You welcome.

Problem with that image on it or?
(2014-11-19, 06:04 PM)Ivan Kerepčić Wrote: [ -> ]
(2014-11-19, 06:02 PM)Billie Joe Armstrong Wrote: [ -> ]Thank you bro, That worked although i found another problem when opening and closing sidebar.

You welcome.

Problem with that image on it or?

when the sidebar is closed
[Image: 2544c13e0cf54b730efa6a71f6f14f26.png]
Oh, I see... I will try something
(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
(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
Pages: 1 2 3