View Single Post
Old 01-10-2011, 05:26 PM  
MaDalton
I am Amazing Content!
 
MaDalton's Avatar
 
Industry Role:
Join Date: Feb 2004
Posts: 39,822
Quote:
Originally Posted by harvey View Post
the only cross-browser solution I can think of is http://www.antiyes.com/jquery-blink-plugin
Quote:
Originally Posted by BestXXXPorn View Post
No need for a plugin if you just need an element or two (jQuery style):

Code:
<script type="text/javascript">
  var blink = function() {
    $('#eleId').toggle();
  };

  $(document).ready(function() {
    setInterval(blink, 1000);
  });
</script>
Quote:
Originally Posted by rowan View Post
Perhaps a 1px GIF that alternates between <background_colour> and transparent, using CSS to stretch it and place it over the text? That way the text still renders "natively."
Quote:
Originally Posted by Sid70 View Post
You may still have the link static but surrond the effin link with 2 triangular / arrowish blinking gifs

Like: >>> JOIN LINK <<<<

some good answers! thanks, guys

i'm sure i can make one of that work
MaDalton is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote