Log in

View Full Version : stretchy logo...


GrendelKhan{TSU
08-22-2005, 09:53 AM
anyone know how to make a logo stretch out like here at vborg?

I know it involves two/three separate images....
main logo, a repeating image and end image (optional).

but how set the logo in vb at top so it gives the illusion of stretching to match window size?

(man I hate asking these totallly basic n00b questions. :( any help would be greatly appreciated.)

FD929
08-22-2005, 08:38 PM
www.530riders.net
Here is the code from the header part. If you have any questions, fire away.
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]" style="background-image: url($stylevar[imgdir_misc]/bannerbg.jpg);"><a href="$vboptions[homeurl]/index.php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]" style="background-image: url($stylevar[imgdir_misc]/bannerbg.jpg);"><img src="$stylevar[imgdir_misc]/banner-r.jpg" alt="" /></td>
</tr>
</table>


$stylevar/bannerbg.jpg " [img]http://530riders.net/forums/images/misc/bannerbg.jpg " is in my images/misc folder. My header image location is specified under stylevars > header image.
$stylevarhttps://vborg.vbsupport.ru/ " is also in my images/misc folder and is only needed for the border.

GrendelKhan{TSU
08-23-2005, 04:42 AM
www.530riders.net
Here is the code from the header part. If you have any questions, fire away.
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]" style="background-image: url($stylevar[imgdir_misc]/bannerbg.jpg);"><a href="$vboptions[homeurl]/index.php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]" style="background-image: url($stylevar[imgdir_misc]/bannerbg.jpg);"><img src="$stylevar[imgdir_misc]/banner-r.jpg" alt="" /></td>
</tr>
</table>


$stylevar/bannerbg.jpg " [img]http://530riders.net/forums/images/misc/bannerbg.jpg " is in my images/misc folder. My header image location is specified under stylevars > header image.
$stylevar/banner-r.jpg " [img]http://530riders.net/forums/images/misc/banner-r.jpg " is also in my images/misc folder and is only needed for the border.


awesome...gunna go try that now. I'll let you know. :D

awesome that worked!!

(it gets a little weird when the browser window is really small...but no biggy. most aren't going to be below 1024x768) :D

thanks!!! :D :D

GrendelKhan{TSU
09-24-2005, 04:51 AM
man..upgrade to RC3.

now this doesn't work anymore. :( :(