• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Places where flash should not be used.

AFB

Lifer
Text
See the menu.

Done in CSS :
a {color😱range}
a:hover {color:white}
Done in Java Script:
<a href=&quot;#&quot; style=&quot;color😱range;&quot; onMouseOver=&quot;this.style.color= 'white'&quot; onMouseOut=&quot;this.style.color= 'orange'&quot;>Link</a>
Have any others ?
 
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.
 
---------- Xiety says -----------

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

---------- Cheers 🙂 ----------
 
Back
Top