OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
tables not displayed tabularly
This page's ID:
11019
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
I played with the float idea and eventually got something that works really well in Mozilla 1.4, Opera 7.11 and NN 7.1. IE 6.0 completely ignores the float. My new and not-quite-working stylesheet looks something like this: [code] table.fancytable, table.fancytable tr, table.fancytable td { display:block; text-align:center; } table.fancytable td { float:left; width:33%; } table.fancytable td.description { width:100%; float:right; clear:both; } [/code] At first I wasn't sure if IE was ignoring my display or my float. I set the td.description to display:none and it actually worked as expected. Furthermore, when I set table.fancytable td to float:right (and then I also tried float:right + clear:right) I got absolutely no change in IE. This leads me to believe that IE ignores the float style when applied to table stuff. This doesn't actually surprise me as IE has been known to have other float issues. Finally, I went looking at the microsoft website and found [url=http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/properties/float.asp]this page[/url] on Uncle Bill's interpretation of the float property. If you look down near the bottom, there is a list of elements to which the float property applies. TD ain't one of them. Maybe I'm just out o' luck.
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »