vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   stretchy logo... (https://vborg.vbsupport.ru/showthread.php?t=94829)

GrendelKhan{TSU 08-22-2005 09:53 AM

stretchy logo...
 
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.
HTML Code:

<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[imgdir_misc]/bannerbg.jpg " 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

Quote:

Originally Posted by FD929
www.530riders.net
Here is the code from the header part. If you have any questions, fire away.
HTML Code:

<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[imgdir_misc]/bannerbg.jpg " 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[imgdir_misc]/banner-r.jpg " 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. :( :(


All times are GMT. The time now is 03:03 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00997 seconds
  • Memory Usage 1,732KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete