vForums Support > Programming & Coding :: Database of Codes/Hacks/Mods :: > Full Stretched Banner

Full Stretched Banner - Posted By Dreg[Bot] (dregondrahl) on 31st Dec 07 at 6:18pm
Global Header

<style type="text/css">
<!--
#welcome_table {
    margin-top: -15px;
    width: 100%;
}
#welcome_table .welcome{
    background: #FF0000;
}
-->
</style>


background: #FF0000; can be background: url(IMAGE URL);

Re: Full Stretched Banner - Posted By Alex Bailey (system) on 12th Mar 08 at 10:45pm
Yay this come in handy {Cheesy}

Re: Full Stretched Banner - Posted By RuhRoe (mezorro) on 18th Nov 08 at 1:12am
Is there any way to center the background image?

Re: Full Stretched Banner - Posted By dog199200 (dog199200) on 18th Nov 08 at 1:52am
try

<style type="text/css">
<!--
#welcome_table {
margin-top: -15px;
width: 100%;
}
#welcome_table .welcome{
background: #FF0000;
background-position: center;
}
-->
</style>

Re: Full Stretched Banner - Posted By RuhRoe (mezorro) on 18th Nov 08 at 1:58am
Works thanks {Grin}

Re: Full Stretched Banner - Posted By dog199200 (dog199200) on 18th Nov 08 at 1:59am
{Tongue Out} np