Question
cfdiv not displaying properly
Has anyone else had problems with cfdiv not positioning properly in the browser window? I have a cfdiv, inside an absolute positioned div, that displays in different parts of the browser window in different browsers. The code is basically:
div class="headerSubMenuBox" id="divHeaderSubMenuBox">
<cfdiv id="divSubMenu" bind="url:/process/submenu/about.cfm" bindonload="false" />
</div>
The div has absolute positioning in the style sheet, say at "left: 450px" and "top:300px". In Safari and IE 8 for Windows, the contents of the cfdiv are displayed in one location. In Firefox (Mac and Windows) and Opera (mac), the cfdiv is located about 50 pixels down and to the right of where Safari displays it.
I've tried several variations of the code, including just having the cfdiv (not wrapped in a div). Still, it displays in different locations in different browsers. Is this a known issue?
Thanks.
