[thelist] asp file referring to itself

Atkins, Chris CAtkins at patriothomes.com
Thu Jun 1 17:45:01 2000


I'm not usually one to be a stickler about code, but this one is soooo
blatant:

> -----Original Message-----
> From:	Warden, Matt [SMTP:mwarden@odyssey-design.com]
> Sent:	Thursday, June 01, 2000 4:30 PM
> To:	thelist@lists.evolt.org
> Subject:	Re: [thelist] asp file referring to itself
> 
> <form 
>     name="howManyLicksDoesItTakeToGetToTheCenterOfaTootsieRollPop"
> 
	[Atkins, Chris]  Um, I hate to point this out but, that should be:
	"howManyLicksDoesItTakeToGetToTheTootsieRollCenterOfaTootsiePop"

	I'm glad we have that clear. ;)

	<tip type="cool rollovers">
	If the browser is IE4+ you can do something nifty onmouseover, play
	with the opacity.

	Using javascript you can play with this filter like this:
	  [object].style.filter = "alpha(opacity=80)";

	Where '80' is a percentage, of course.  Add this to a rollover
routine
	near you, but don't forget to do some proper sniffing.
	</tip>