Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar Mark Forums Read
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 01-10-2011, 03:40 PM   #1
MaDalton
I am Amazing Content!
 
MaDalton's Avatar
 
Industry Role:
Join Date: Feb 2004
Posts: 39,825
HTML Guys: How do i make a link blink in every browser?



what if i want to make a join link blink and use simple html text and make it work in every browser? can that be done? i know there was <blink> but that didn't work most of the time

or do i need to use a gif? but what about search engines then?

thanks!
MaDalton is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-10-2011, 03:45 PM   #2
FlexxAeon
Confirmed User
 
FlexxAeon's Avatar
 
Industry Role:
Join Date: May 2003
Posts: 3,765
try CSS text-decoration: blink;

not sure about cross-browser-ness
__________________
flexx [dot] aeon [at] gmail
FlexxAeon is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-10-2011, 03:46 PM   #3
pristine
So Fucking Banned
 
Industry Role:
Join Date: Dec 2010
Posts: 1,176
text-decoration: blink;
pristine is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-10-2011, 03:48 PM   #4
DigitalTheory
^-^
 
Industry Role:
Join Date: Jul 2007
Location: SacTown
Posts: 1,055
This might help

http://www.siteexperts.com/tips/html/ts12/page1.asp
DigitalTheory is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-10-2011, 04:08 PM   #5
MaDalton
I am Amazing Content!
 
MaDalton's Avatar
 
Industry Role:
Join Date: Feb 2004
Posts: 39,825
Quote:
Originally Posted by FlexxAeon View Post
try CSS text-decoration: blink;

not sure about cross-browser-ness
Quote:
Originally Posted by pristine View Post
text-decoration: blink;
i got excited for a second, but then:

Note: The "blink" value is not supported in IE, Chrome, or Safari.
MaDalton is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-10-2011, 04:09 PM   #6
GrouchyAdmin
Now choke yourself!
 
GrouchyAdmin's Avatar
 
Industry Role:
Join Date: Apr 2006
Posts: 12,085
make it an animated gif
__________________
GrouchyAdmin is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-10-2011, 04:09 PM   #7
12clicks
Too lazy to set a custom title
 
12clicks's Avatar
 
Industry Role:
Join Date: Jan 2001
Location: God's right hand
Posts: 19,780
I just turn my monitor off and on.
Sometimes it's a little more blink than I want but that's life
__________________
I'm not a dinosaur, I'm a crocodile. I've seen dinosaurs come and go and I'm left unimpressed.
12clicks is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-10-2011, 04:13 PM   #8
FlexxAeon
Confirmed User
 
FlexxAeon's Avatar
 
Industry Role:
Join Date: May 2003
Posts: 3,765
Quote:
Originally Posted by MaDalton View Post
i got excited for a second, but then:

Note: The "blink" value is not supported in IE, Chrome, or Safari.
hey now i gave my disclaimer i use it in one of my personal admins so only i need to show it to me...and i always use FF

i guess make it a gif. or if it needs to be dynamic you could pass it thru a swf as a variable but that may be overkill depending on the application
__________________
flexx [dot] aeon [at] gmail
FlexxAeon is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-10-2011, 04:31 PM   #9
harvey
Confirmed User
 
harvey's Avatar
 
Industry Role:
Join Date: Jul 2001
Location: 127.0.0.1
Posts: 9,266
the only cross-browser solution I can think of is http://www.antiyes.com/jquery-blink-plugin
__________________
This post is endorsed by CIA, KGB, MI6, the Mafia, Illuminati, Kim Jong Il, Worldwide Ninjas Association, Klingon Empire and lolcats. Don't mess around with it, just accept it and embrace the truth
harvey is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-10-2011, 04:44 PM   #10
BestXXXPorn
Confirmed User
 
BestXXXPorn's Avatar
 
Join Date: Jun 2009
Location: Asheville, NC
Posts: 2,277
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>
__________________
ICQ: 258-202-811 | Email: eric{at}bestxxxporn.com
BestXXXPorn is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-10-2011, 04:49 PM   #11
rowan
Too lazy to set a custom title
 
Join Date: Mar 2002
Location: Australia
Posts: 17,393
Quote:
Originally Posted by GrouchyAdmin View Post
make it an animated gif
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."
rowan is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-10-2011, 04:56 PM   #12
Sid70
Downshifter
 
Sid70's Avatar
 
Industry Role:
Join Date: Dec 2002
Location: Road trip
Posts: 16,413
Quote:
Originally Posted by 12clicks View Post
I just turn my monitor off and on.
Sometimes it's a little more blink than I want but that's life
Best answer.
__________________
Русня, идите нахуй!
Sid70 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-10-2011, 05:00 PM   #13
Sid70
Downshifter
 
Sid70's Avatar
 
Industry Role:
Join Date: Dec 2002
Location: Road trip
Posts: 16,413
Quote:
Originally Posted by MaDalton View Post


what if i want to make a join link blink and use simple html text and make it work in every browser? can that be done? i know there was <blink> but that didn't work most of the time

or do i need to use a gif? but what about search engines then?

thanks!
You may still have the link static but surrond the effin link with 2 triangular / arrowish blinking gifs

Like: >>> JOIN LINK <<<<
__________________
Русня, идите нахуй!
Sid70 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-10-2011, 05:26 PM   #14
MaDalton
I am Amazing Content!
 
MaDalton's Avatar
 
Industry Role:
Join Date: Feb 2004
Posts: 39,825
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
Old 01-10-2011, 05:32 PM   #15
JD
Too lazy to set a custom title
 
Industry Role:
Join Date: Sep 2003
Posts: 22,651
please god no... the <blink> tag should be taken out back and shot
JD is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-10-2011, 05:43 PM   #16
PornMD
Mainstream Businessman
 
PornMD's Avatar
 
Industry Role:
Join Date: Jan 2007
Location: San Diego
Posts: 9,291
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."
I like that answer, though would there be any issue with Google etc. seeing that as hiding the text and then would penalize it or something?
__________________
Want to crush it in mainstream with Facebook ads? Hit me up.
PornMD is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-10-2011, 09:10 PM   #17
Sexgenoten
Registered User
 
Industry Role:
Join Date: Dec 2010
Posts: 85
blinking links brings me back to the frontpage stuff.....

ugh.
Sexgenoten is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-10-2011, 09:13 PM   #18
Agent 488
Registered User
 
Industry Role:
Join Date: Feb 2006
Posts: 22,511
ditch the blink.
Agent 488 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-10-2011, 11:25 PM   #19
Steve Awesome
Confirmed User
 
Steve Awesome's Avatar
 
Industry Role:
Join Date: Jan 2007
Location: Mid-West!
Posts: 1,575
A blinking link is bad usability.
Steve Awesome is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-10-2011, 11:57 PM   #20
Meloman
Confirmed User
 
Industry Role:
Join Date: Jul 2001
Location: Sacramento,CA
Posts: 1,540
Years ago when I used to design pop ups for Hustler I did the following that worked well:

1. placed animated gif as table background.
2. Wrote hyperlinked text like normal in the table.

The background gif brought attention to the text and got clicks.

The main trick was how I created the background gif. I made a color pattern like salt & pepper on the TV. Then I copied/pasted it over a few pixels over for animation 2. When animated this produced an effect like salt & pepper on the TV.

Just an idea on how you can play with gifs to bring attention to regular text/links.
Meloman is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-11-2011, 02:12 AM   #21
bigmacandcheese
Confirmed User
 
bigmacandcheese's Avatar
 
Industry Role:
Join Date: May 2005
Posts: 180
why do you want to make it blink.... it's so overused
bigmacandcheese is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks
Thread Tools



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.