this is a test of the rollover box function.
The theory here is that I should be able to rollover anything, an image, a word, or a div and a box will popup, then disappear on rolloff. The tricky part here is that ie6 does not like rollovers on anthing but anchor tags. To make it work in ie6, and possibly later versions of ie as well (not sure) we have to use an imported .js file using a style declaration in a rule written just for the body:
body {
behavior: url(csshover.htc);
}
csshover.htc can be downloaded by going to http://www.websterart.com/html/csshover.htc
eric meyer gave us that file and it is the hack for ie6.
I am a hidden box #1 and I will appear on rollover.