Please support our HTML and CSS advertiser: Lunarpages Web Hosting
![]() |
•
•
Join Date: Jul 2008
Location: Hyderabad,India
Posts: 13
Reputation:
Rep Power: 1
Solved Threads: 1
•
•
Join Date: May 2008
Location: Hyderabad, India
Posts: 261
Reputation:
Rep Power: 0
Solved Threads: 31
hi
first write this code between head tag and try it
and write this code after body tag in your html code
this code work firefox and IE also
first write this code between head tag and try it
<script type="text/javascript">
var i
function glow()
{
i=0
interval=setInterval("makeglow()",10)
}
function back()
{
clearInterval(interval)
document.getElementById('myHeader').style.filter=false
}
function makeglow()
{
i++
if (i<5)
{
document.getElementById('myHeader').style.filter="glow(strength=" + i + ")"
}
else if (window.interval)
{
clearInterval(interval)
}
}
</script>and write this code after body tag in your html code
<h3 id="myHeader" onMouseOver="glow()" onMouseOut="back()" style="cursor:hand">Srees</h3>
Last edited by sreein1986 : Aug 22nd, 2008 at 8:43 am.
Thanx,
Sreekanth
www.saap.in
if you problem solved add me as a reputation and mark it mark as solved
Sreekanth
www.saap.in
if you problem solved add me as a reputation and mark it mark as solved
I would steer clear of blinking text if it causes seizures but if you must have blinking text I would put a warning up for people with seizures so we will navigate elsewhere to prevent seizures.
If I helped you I would appreciate it if you would give me some reputation.
www.zudaswebdesigns.com
A Website always developing a new look; so it will eventually come out on top.
www.zudaswebdesigns.com
A Website always developing a new look; so it will eventually come out on top.
•
•
Join Date: Oct 2007
Posts: 729
Reputation:
Rep Power: 3
Solved Threads: 52
•
•
•
•
I would steer clear of blinking text if it causes seizures but if you must have blinking text I would put a warning up for people with seizures so we will navigate elsewhere to prevent seizures.
This is a greatly exaggerated threat, as a little research will quickly show:
"As far as I'm aware, there has never been a reported case of photosensitive epilepsy caused by web content ..."
http://juicystudio.com/article/photo....php#andtheweb
The fact is that blinking is both distracting and annoying. Why would you want to distract and annoy your visitors?
Blinking is kinda' like Flash:just because you can doesn't mean you should.
BS, PH, CIB
![]() |
Similar Threads
Other Threads in the HTML and CSS Forum
- Please check my code below (Java)
- PIC16F877 program help (Assembly)
- C serial com port terminal program (C)
- Inches to Feet, Fahrenheit to Celsius (C++)
- Why do they make computers harder to use and program? (Geeks' Lounge)
- How to code a program that can show color text output??? (C)
- how to make colors (C++)
- Set Accessibility Features for People Who are Blind or Who Have Low Vision in WinXP (Windows tips 'n' tweaks)
Other Threads in the HTML and CSS Forum
- Previous Thread: How to get out malware from website
- Next Thread: can you help me with this?
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)






Linear Mode