From: Jason M. L. <ja...@go...> - 2000-10-28 17:02:19
I just found that when using inline layers, you cannot have 'Div' as any
part of the id and it is cAsE-sensative.
For example:
<div id="myDiv" style="position: absolute"> - chokes
<div id="myDIV" style="position: absolute"> - ok
Pax,
Jason