vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Possible rollover image BBCode? (https://vborg.vbsupport.ru/showthread.php?t=258407)

GooWood 02-05-2011 08:54 PM

Possible rollover image BBCode?
 
Is there a rollover BBCode? i have seen it on one website http://board.gscentral.org/misc.php?do=bbcode and i was wondering if anyone knew the code for it i have searched for it and cannot find it. Can anyone help?

Zachery 02-05-2011 09:02 PM

<img src="{PARAM}" alt="" onmouseover="this.src=''{OPTION};" onmouseout="this.src=''{PARAM};" style="border: none;" />

Something like that

jo8jo 07-19-2012 07:50 AM

Anyone has a solution for a rollover image bb code?
Cannot figure it our :(

Sarteck 07-19-2012 07:57 AM

See Post#2 in this thread, jo8jo.

The one right before yours.

imported_polygrinder 01-27-2018 03:04 PM

Bumping this. I want to be able to put an image in a post and have it roll over using BB Code. I tried the above code but it doesn't work. Anyone have any ideas on how to do this?

MarkFL 01-27-2018 03:30 PM

Quote:

Originally Posted by imported_polygrinder (Post 2592451)
Bumping this. I want to be able to put an image in a post and have it roll over using BB Code. I tried the above code but it doesn't work. Anyone have any ideas on how to do this?

Try this:

HTML Code:

<img src="{param}" onmouseover="this.src='{option}';" onmouseout="this.src='{param}';" style="border: none;" />


All times are GMT. The time now is 06:48 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.01054 seconds
  • Memory Usage 1,720KB
  • 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_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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