vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   Question about using a flash banner on vbulletin 4 (https://vborg.vbsupport.ru/showthread.php?t=250028)

Moey 09-06-2010 07:43 AM

Question about using a flash banner on vbulletin 4
 
1 Attachment(s)
I have a site im working on and had a question for using a flash animated banner.

Let me explain how i want to do this... i have a flash banner in the middle and i have regular jpg images ..one on left side of banner and one on right side of banner. The jpg images on the left and right side are there for members using higher resolutions so the banner completely goes across the entire screen if some should happen to use higher resolutions.

My question is..what would be the code to use so i can have a flash (swf) banner in the middle and a jpg image to the left and right to seemlessly have the banner fit 100% at the top.

I just started messing with flash and would like to try a flash banner but only if i can get the left and right images to seemlessly match up to the middle fash banner so it looks as if the flash banner is 100% filling the top of the screen

I hope i've explained this well but just in case i didnt..i made a quick image shot of another site that is not mine but only so i can explain what i mean exactly...picture below

Important: Keep in mind that this picture is "not" from my site..and the left and right side jpg's are not the same so i cant just use a simp;le background under the banner to span across the entire top...the left side jpg image has a curve and the right side has an opposite curve to give the entire board a curve around the top border.... so keep that in mind

I need what the code should look like and where exactly in vbulletin admincp should it go for this custom style..thanks in advance

Toupsx 09-06-2010 11:21 AM

Depends what you are using for your banner location.. it can be done simply with tables although there are better ways..
Code:

<table width="100%">
  <tr>
    <td>JPG GOES HERE</td>
    <td width="500">Flash Banner  GOES HERE</td>
    <td>JPG GOES HERE</td>
  </tr>
</table>

Where the width=500 is the width you want for the center area for the flash banner.

Moey 09-16-2010 06:02 AM

Thanks..that did the trick bud...sorry for the late response but i wasnt on the computer for some days but i just tinkered with your method and it worked


All times are GMT. The time now is 07:18 AM.

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.01008 seconds
  • Memory Usage 1,711KB
  • 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
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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