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
Howdy, i was wondering how would i go about change this to an image version? what would sizes be... 

[Image: b76432322fb0e3792d8bcccc7b84e7d7.png]

link: http://genlounge.com/index.php
What exactly? This long blue line I will say about 40 px height... But I'm not sure, I'm on mobile...
(2014-11-17, 09:09 PM)Zyon Wrote: [ -> ]What exactly? This long blue line I will say about 40 px height... But I'm not sure, I'm on mobile...

yeah the blue line.  I might do some dimension testing 
I was wrong, that's 48px

And this gray with link offical in it is 32px
(2014-11-18, 04:48 PM)Zyon Wrote: [ -> ]I was wrong, that's 48px

And this gray with link offical in it is 32px

I was on about the whole thing like to the end Smile
just the blue thead.
Depend on monitor height. It can be from 500- px to 1000+ px

Because of that usually is used things like this: http://old.mybb.com/assets/images/primer_bg.png

And use something like
background: url('images/primer_bg.png') repeat-x scroll left top #0263A1;

That's example from: http://mods.mybb.com/ Where write
Quote:MyBB Mods

MyBB Mods is an official resource site for MyBB, boasting an extensive range of user contributed resources, ranging from simple plugins to stunning new themes.
(2014-11-18, 05:12 PM)Zyon Wrote: [ -> ]Depend on monitor height. It can be from 500- px to 1000+ px

Because of that usually is used things like this: http://old.mybb.com/assets/images/primer_bg.png

And use something like
background: url('images/primer_bg.png') repeat-x scroll left top #0263A1;

That's example from: http://mods.mybb.com/ Where write

Quote:MyBB Mods

MyBB Mods is an official resource site for MyBB, boasting an extensive range of user contributed resources, ranging from simple plugins to stunning new themes.

Thank you i'll take a look!
And you can add image on right and/or left side too, so It will look like original one image.

You can make image, any width, post it and I will crop it and make code for it.
(2014-11-18, 05:29 PM)Ivan Kerepčić Wrote: [ -> ]And you can add image on right and/or left side too, so It will look like original one image.

You can make image, any width, post it and I will crop it and make code for it.

Really? would it look as one image, if it's 3 components. 
Yes. Just make it any size and I will do other.
Pages: 1 2 3