Places where flash should not be used.

AFB

Lifer
Jan 10, 2004
10,718
3
0
Text
See the menu.

Done in CSS :
a {color:eek:range}
a:hover {color:white}
Done in Java Script:
<a href=&quot;#&quot; style=&quot;color:eek:range;&quot; onMouseOver=&quot;this.style.color= 'white'&quot; onMouseOut=&quot;this.style.color= 'orange'&quot;>Link</a>
Have any others ?
 

Kadarin

Lifer
Nov 23, 2001
44,296
16
81
I agree. They're using Flash for no reason here, when what they want could be accomplised more easily with simple html. Also, the page does not render correctly in my version of Firefox.
 

Turkish

Lifer
May 26, 2003
15,547
1
81
---------- Xiety says -----------

No kiddin... even before CSS, javascript had that feature for years... oh well...

---------- Cheers :) ----------