I tend to stay away from major hacks, so my pages probably won't be affected.
The _property situation will still work in IE6 so that will be okay. The reason for the other hacks not working is that they depend on the fact that IE can't use adjacent sibling, child or attributes selectors so values can be passed to other browsers using specificity and IE simply ignores them. With IE supporting them, we will simply have to use other ways to fix the broken items in IE. What I tend to do is use the IE conditionals in my layouts page so that it loads a bug fixing css page after everything else. All I'll have to do is change my conditionals to use IE6 or lower and then possibly another fix for IE7. Its not as bad as it seems, though I wish that IE would simply support CSS2 as written. Sandy Teaching a 4 day hands on CSS Class - Tues 11/29 - Fri 12/2 in Rockville MD http://www.teratech.com/training/oc_classes.cfm#CS201H for more information -----Original Message----- From: Marlon Moyer [mailto:[EMAIL PROTECTED] Sent: Thursday, November 10, 2005 8:44 AM To: CF-Community Subject: Re: CSS question Sandy, Have you seen this blog? http://blogs.msdn.com/ie/archive/2005/10/12/480242.aspx It looks like things are going to get messy now that IE7 isn't going to treat the hacks the same way as previous IE's I guess some would call it job security :) On 11/9/05, Sandy Clark <[EMAIL PROTECTED]> wrote: > Came into this late. The reason that it works is that IE doesn't > support min-height, but treats height: = min-height. > > So for certain situations > > height:100% /* for FF */ > _height: 487px /* works for IE6 only, FF ignores */ min-height:487px > /* works in FF */ > > Might do the trick > > Sandy Clark > > Teaching a 4 day hands on CSS Class - Tues 11/29 - Fri 12/2 in > Rockville MD http://www.teratech.com/training/oc_classes.cfm#CS201H > for more information > > -----Original Message----- > From: William Bowen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 09, 2005 5:33 PM > To: CF-Community > Subject: Re: CSS question > > Does the trick for longer pages, but for shorter the footer overlaps > and the image in the background repeats to the bottom of the screen... > > http://www.users.areva-td.com/dlf/screen_ff2.jpg > :-( > > BUT!!! > by eliminating the height:100% I get this in FF: > > http://www.users.areva-td.com/dlf/screen_ff3.jpg > > and it works in IE!!! even without the conditional! > > w00t! > > Thank you!!! > > > Not tested, but in your css use this: > > #container > > { > > position:absolute; > > left:0; /*50%*/ > > margin-left:0; > > width:780px; > > height:100%; > > min-height:480px > > background: transparent > > url(/images/areva_hp/homeleftnav_bg.gif) repeat-y; } > > > > Then in the template, use this conditional. > > > > <!--[if IE]> > > <style> > > #container { > > height:480px > > } > > </style> > > <![endif]--> > > > > On 11/9/05, William Bowen <[EMAIL PROTECTED]> wrote: > > > the CSS in question: > > > > > > #container > > > { > > > position:absolute; > > > left:0; /*50%*/ > > > margin-left:0; > > > width:780px; > > > height:480px; > > > background: transparent > > > url(/images/areva_hp/homeleftnav_bg.gif) repeat-y; } > > > > > > > > > Does what I want in IE: > > > > > > http://www.users.areva-td.com/dlf/screen_ie.jpg > > > > > > But doesn't in FF: > > > > > > http://www.users.areva-td.com/dlf/screen_ie.jpg > > > > > > the page height varies but has a minimum height of 480px. > > > > > > Thoughts anyone? > > > > > -- > will > > > "If my life weren't funny, it would just be true; and that would just > be unacceptable." > - Carrie Fisher > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:5:181095 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54