-
Create a scrollable text box with this one line <div> tag
-
Use this line to pre-load mouseover images to avoid browser delay.
-
classes to make life easier
-
When you have a DIV around a DIV (as example for design/layout reasons) and you want to detect the mouse out of the parent DIV, it does not work by simply using the event handler onmouseout="" in the nested DIV. For that, you need to use a workaround function like this:
-
This is a fix / workaround for IE7 when using css style position:relative and the Internet Explorer 7 does surprisingly not show the content anymore