blinking search button
#21
Originally Posted by garrett1478
scroll all the way down, its in the bottom left hand corner. 'yotatech extreme' is one of the themes available (colors, etc...)
#25
works tonight in FF1.5 in Yotatech original. good stuff. how about this for a search animated gif to add to the set in the advanced editor? i just modified one of the existing ones.
Last edited by photoleif; Mar 7, 2006 at 07:48 PM.
#27
Co-Founder/Administrator
iTrader: (1)
Joined: May 2002
Posts: 32,242
Likes: 21
From: Auburn, Washington
It will not flash when you are reading a thread.
It only flashes when at the index page or inside a forum where other threads reside.
Once you enter a thread, it is all stop on the flashing.
PS, the flashing does not bother me a bit.
I hardly even notice it, as my eyes are to busy reading threads.
Just you wait until our next surprise.
A sexy female voice will come on when you enter the forum telling 'ya all to use the search link
It only flashes when at the index page or inside a forum where other threads reside.
Once you enter a thread, it is all stop on the flashing.
PS, the flashing does not bother me a bit.
I hardly even notice it, as my eyes are to busy reading threads.
Just you wait until our next surprise.
A sexy female voice will come on when you enter the forum telling 'ya all to use the search link
#28
Originally Posted by Corey
It will not flash when you are reading a thread.
It only flashes when at the index page or inside a forum where other threads reside.
It only flashes when at the index page or inside a forum where other threads reside.
It's flashing in the original profile, both in threads and even now as I type this reply.


Ya' know, the {BLINK} tag is technically non-standard. It got depreciated out of the HTML spec a LONG time ago. Contrary to popular belief, most browasers still support it, but there are a lot of folks around that would like to see it disappear, including the guy that created it.

From: http://en.wikipedia.org/wiki/Blink_tag
The inventor of the blink tag, Lou Montulli, has said repeatedly in interviews for magazines and other media that he considers "the blink tag to be the worst thing I've ever done for the Internet".
#30
Originally Posted by Corey
Mark, you are seeing it blink all the time because you are using the Fox.
IE users like myself only see it as I wrote above.
IE users like myself only see it as I wrote above.
#31
Why not just do it via script? Then you won't have as many implementation problems between browsers...
http://www.watrd.com/work/blinkingtext.htm
http://www.watrd.com/work/blinkingtext.htm
#32
Co-Founder/Administrator
iTrader: (1)
Joined: May 2002
Posts: 32,242
Likes: 21
From: Auburn, Washington
Here is the code we are using that is in the "head include" part of the templates.
<script language="javascript" type="text/javascript">
<!--
function doBlink() {
var blink = document.all.tags("BLINK")
for (var i=0; i<blink.length; i++)
blink[i].style.visibility = blink[i].style.visibility == "" ? "hidden" : ""
}
function startBlink() {
if (document.all)
setInterval("doBlink()",600)
}
window.onload = startBlink;
// -->
</script>
<script language="javascript" type="text/javascript">
<!--
function doBlink() {
var blink = document.all.tags("BLINK")
for (var i=0; i<blink.length; i++)
blink[i].style.visibility = blink[i].style.visibility == "" ? "hidden" : ""
}
function startBlink() {
if (document.all)
setInterval("doBlink()",600)
}
window.onload = startBlink;
// -->
</script>
#36
Originally Posted by DrBeau
Honestly, yellow is great (except I already know where the search button is and know how to use it)...but man, the blinking bugs me.
Originally Posted by lee
i wish there was a way to turn it off... but its good for new people.
contributing members should have the option!
contributing members should have the option!

#39
Originally Posted by lee
time allows? i can make one right now if ya want! 


BTW, the animated GIF will still flash.
Last edited by Cebby; Mar 8, 2006 at 01:25 PM.



