Re: [WSG] making tables/rows/cells in IE lose their tableness via CSS

2007-04-19 Thread Jan Brasna
Yeah, it was quite wild as I remember ... The other day I was playing 
with Eric's CSS Charts and wanted to have the actual data in table, 
repositioning them somehow for display. It was rather hacking the 
elements to the position.


--
Jan Brasna :: www.alphanumeric.cz | www.janbrasna.com | www.wdnews.net


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



[WSG] making tables/rows/cells in IE lose their tableness via CSS

2007-04-16 Thread Patrick H. Lauke
I'm just at the beginning of a little experimentation, and already IE 
stumps me.


Basically, trying to use a table in markup but hide one column and make 
the other fall apart into individual inline cells. Try as I might, 
though, IE doesn't seem to lose its desire to show the cells as a table. 
Any thoughts?


http://www.splintered.co.uk/experiments/archives/tagcloud_table/index.html

P
--
Patrick H. Lauke
__
re·dux (adj.): brought back; returned. used postpositively
[latin : re-, re- + dux, leader; see duke.]
www.splintered.co.uk | www.photographia.co.uk
http://redux.deviantart.com
__
Co-lead, Web Standards Project (WaSP) Accessibility Task Force
http://webstandards.org/
__
Take it to the streets ... join the WaSP Street Team
http://streetteam.webstandards.org/
__


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] making tables/rows/cells in IE lose their tableness via CSS

2007-04-16 Thread James O'Neill

I've tried this too, with no luck in IE. I was able to get FF and Opera to
play well.

=(

On 4/16/07, Patrick H. Lauke [EMAIL PROTECTED] wrote:


I'm just at the beginning of a little experimentation, and already IE
stumps me.

Basically, trying to use a table in markup but hide one column and make
the other fall apart into individual inline cells. Try as I might,
though, IE doesn't seem to lose its desire to show the cells as a table.
Any thoughts?

http://www.splintered.co.uk/experiments/archives/tagcloud_table/index.html

P
--
Patrick H. Lauke




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] making tables/rows/cells in IE lose their tableness via CSS

2007-04-16 Thread Philippe Wittenbergh


On Apr 17, 2007, at 5:21 AM, Patrick H. Lauke wrote:

I'm just at the beginning of a little experimentation, and already  
IE stumps me.


Basically, trying to use a table in markup but hide one column and  
make the other fall apart into individual inline cells. Try as I  
might, though, IE doesn't seem to lose its desire to show the cells  
as a table. Any thoughts?


http://www.splintered.co.uk/experiments/archives/tagcloud_table/ 
index.html
I once tried the same exercise, but using 'inline-block' in stead of  
'inline'.

Failed.
The only thing that would work is using position:absolute on the  
table-cell, but then you'd need to position each one of cells via  
'top' and 'left'.


Philippe
---
Philippe Wittenbergh
http://emps.l-c-n.com





***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***