Quote:
Originally Posted by Necrovaris
Are you on about something like this>
The way the banner scles to the browser but for the postbit and forum info aswell?
|
Nope. and by the way, you need to center the image you are using. It is in the stylevars setting.
--------------- Added [DATE]1264633681[/DATE] at [TIME]1264633681[/TIME] ---------------
Quote:
Originally Posted by MrKing
these images are taken from a phpbb style and are not the ones being used but will give you a idea
Attachment 111238 left image Attachment 111239 fill image is stretchable for fluid style Attachment 111240 right image
to do this i would use something like
Code:
/* Bar header */
background, .head-fill {
margin: 0;
padding: 0;
background: url(images/BarHeaderFill.gif) top left repeat-x;
white-space: nowrap;
height: 27px;
text-align: center;
}
.head-left {
background: url(images/BarHeaderLeft.gif) top left no-repeat;
}
.head-right {
background: url(images/BarHeaderRight.gif) top right no-repeat;
padding-top: 8px;
height: 19px;
}
what i need to know is where to change / add / edit code to be able to do this in the postbithead_background, forumhead_background, foruminfo_header_background /s
Thanks
|
I hope you get your answer. That is what I want to know as well.