Good day!
I'm having a problem with the cfpod tag in coldfusion 8 - seems to be an issue 
in IE only. When the pod contents exceed the pod's defined width, Firefox 
correctly maintains the width of the pod and adds a horizontal scroll bar to 
the bottom of the pod. IE, on the other hand, displays the full width of the 
content, causing the pod body to be wider than it should be (although the 
header maintains the defined width.) The culprit in IE appears to be the 'ypod' 
class on the 1st <div> that coldfusion generates - it has an inline style which 
includes an "overflow: visible;" attribute. If I change that in the generated 
code so that first <div> has "overflow:auto" and view with IE, it looks the way 
it should, i.e. it stays within the defined pod boundaries. Any ideas on how I 
can override this to get pods to display correctly in IE? Here is some sample 
coldfusion code that demonstrates the problem:


this is a test of pod size
       <cfpod name="test"
                       overflow="auto"
                       width="100"
                       height="100"
                       title="Test Pod">
       <div style="width:200px">
               test - this is a test of a long line in a small pod
       </div>
       </cfpod> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309382
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to