> For a list of supported properties you can use
> http://www.richinstyle.com/bugs/table.html



> -----Original Message-----
> From: Marlon Moyer [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, April 06, 2005 10:30 AM
> To: CF-Community
> Subject: CSS Support amongst browsers

> Does anyone know of a list of supported css properties by
> browser.  I ask
> because I just ran into a glitch with IE not understanding
> display: table-row whilst Firefox understood it
> completely.  I did find a
> work around as IE seems to treat display:block on a TR to
> mean
> display:table-row.  Unfortunately, that ends up screwing
> up Firefox.

> Arrrgh.  Always have to place a hack in the code.  Thanks
> IE.

Yea, I dealt with that one a while back... there's a workaround for it
in the onTap framework's js table pagination, and I occasionally use
the same thing here. Essentially what I use boils down to this:

tr.style.display = (typeof window.showModalDialog == 'undefined')?
'table-row': 'block';

I'll have to change it if the standard ever adds a showModalDialog
method to the window object... I suspect it's pretty safe, but you
never know.

s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://macromedia.breezecentral.com/p49777853/
http://www.sys-con.com/author/?id=4806
http://www.fusiontap.com



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:5:152903
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

Reply via email to