vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   blink at nav (https://vborg.vbsupport.ru/showthread.php?t=321771)

mangmel 02-10-2016 02:23 AM

blink at nav
 
i just added another in navigation manager new forumlink how can i blink the word ?

currectly 4.2.3 now

Max Taxable 02-10-2016 03:31 AM

You want to make the text blink?

You can code that, but it won't show up in all browsers as it's not a supported thing. The blink element is abandoned by browsers: Firefox supported it up to version 22, and Opera up to version 12. And so on.

Anyway you can try this code:

HTML Code:

<blink>I want this to blink</blink>
Otherwise you can google up a CSS definition for it, although still not browser supported.

RichieBoy67 02-10-2016 06:28 AM

Max is right but you will need to search in the phrases for your specific tab and add it there.

You can use css instead of the blink tag which will give you more control and like Max said, the blink tag is depreciated and no longer supported by almost all the newer browsers.

PHP Code:

<class="blinking">Your text goes here</p

PHP Code:

.blinking {
    
animation-duration1s;
    
animation-nameblink;
    
animation-iteration-countinfinite;
    
animation-directionalternate;
    
animation-timing-function: ease-in-out;


I have not tested this.I think it will work though.

I also just found this link online. This would probably be the best method.


All times are GMT. The time now is 05:30 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.00967 seconds
  • Memory Usage 1,719KB
  • 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
  • (2)bbcode_php_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