Hmmm, it looks like you have some functions in the href onmouseover and onmouseout (CTh and CTs) that don't exist in your javascript code.
If you are trying to make your script run when the link is rolled over, you'll need to define within your javascript code the functions that are called on the mouseover/mouseout events. This is what's good about Firebug - it would tell you "function undefined" or whatever your error is. In fact I'm suprised IE isn't throwing alerts at you if you are trying to run this code in IE. ----- Original Message ----- From: "Rick Faircloth" <[EMAIL PROTECTED]> To: "CF-Talk" <[email protected]> Sent: Thursday, January 11, 2007 1:58 PM Subject: RE: Any way to specify image size in this code? > Nay... don't use firebug... or FireFox :o) > > (I do have it on my machine, however...) > > > -----Original Message----- > From: Charlie Griefer [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 11, 2007 3:54 PM > To: CF-Talk > Subject: Re: Any way to specify image size in this code? > > also...you're using firebug in mozilla for debugging this, right? > RIGHT??? > :) > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:266336 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

