Spent past 12 weeks building web site using a ton of CFLAYOUT's; which are new to me.
Developed in Google Chrome.
Today someone told me it was spinning. In IE10.
Removed code chunks bit by bit. Til I found the culprit.
Then I built an incredibly simple test template ...
<cflayout type="tab"
align="left"
name="eventdet"
tabHeight="100px"
tabPosition="top"
HEIGHT="900"
WIDTH="800"
style="font-verdana;color:silver;font-size:30px;font-s tyle:italic;width:100px"
>
<cflayoutarea
closable="false"
disabled="false"
inithide="false"
name="string"
selected="false"
title="When / where">
<table width="700">
Test
</table>
</cflayoutarea>
</cflayout>
It spins.
Can it really be that CFLAYOUT is not compatible with IE10? Yet is under Firefox and Chrome?