using just the cfwindow code you posted created me a 3000px wide window just fine both in FF and IE... must be something in your css...
Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ Rick Mason wrote: > I have the need for a nearly full screen CFWindow. No matter what I do I > can't get it to be more than 60% of the screen in width. Whether I set the > width to 1200 or 12000 in the tag the width is the same even with all my > code commented out in the window itself. > > I've tried both a div and a table with set width as well as a hbox with no > change to the width of the displayed. I'd appreciate anyone's help as this > one has me stumped. > > Rick Mason > > > <cfwindow > > name="MyWindow" > > center="false" > > initShow="false" > > title="Hello World" > > refreshOnShow="true" > > width="3000" > > height="690" > > modal="true" > > closable="false" > > source="xyz.cfm"> > > </cfwindow> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320670 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

