faqts : Computers : Programming : Languages : JavaScript : Images

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

1 of 3 people (33%) answered Yes
Recently 1 of 3 people (33%) answered Yes

Entry

MenuButton, needs to swap on mouseover image2, NO LINKING, <td background="i.gif"></td> type to i2.g

Dec 19th, 2005 03:49
Trung Ha Pham, Brian Budd,


<html>
<body>
<table border="0" width="24">
	<tr>
		<td style="background:url('i.gif')" width="24" height="24" 
onmouseover="javascript:this.style.background='url(\'i2.gif\')';" 
onmouseout="javascript:this.style.background='url(\'i.gif\')';"></td>
	</tr>
</table>
</body>
</html>