Ok, I'm adding a mouseover to a submit button for a form.
I'm using this:
now, what if I wanted to add a color='white' as well?Code:onmouseover="style.background='#003399'"
I've tried a lot of different ways to add another thing on the end of that.
Code:onmouseover="style.background='#003399'.color='white'"etc, etc, etcCode:onmouseover="style.background='#003399'&&color='white'"
anyone have any idea how to do this?
for firefox, I just use the css :hover property on the input. However, for IE...I have to resort to less cosher methods, such as the onmouseover.
Thanks.



Reply With Quote

Bookmarks