Can I detect event's related to stylsheets? For example is there any such thing as something like: <LINK REL="STYLESHEET" TYPE="text/css" EF="Basic.css" ONLOAD="DoThis();" >No. If you added event handlers to a stylesheet tag, but they wouldn't do anything and might mess your code up in some browsers.