Quote:
Originally Posted by harvey
|
Quote:
Originally Posted by BestXXXPorn
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
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
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