[OSRAIDS-users] Bug in CSS
Brought to you by:
lathama
|
From: Andrew L. <la...@gm...> - 2004-11-11 00:27:17
|
Issue: CSS button highlighting Severity: very low Description: Button highlighting was broken on some browsers due to an uppercase B as shown below. Current code. <span class="tab" onmouseover="this.style.BackgroundColor='#abe'" onmouseout="this.style.BackgroundColor='#eee'"> It should be formated as follows: <span class="tab" onmouseover="this.style.backgroundColor='#abe'" onmouseout="this.style.backgroundColor='#eee'"> While this has a low severity, it does affect its compliance with the W3C.org Validator. OSRAIDS DevTeam |