Re: [css-d] aligning left image with horizontal navigation

2011-02-18 Thread James Sheffer
On Feb 17, 2011, at 6:41 AM, Alan Gresley wrote: On 17/02/2011 9:08 AM, James Sheffer wrote: On Feb 16, 2011, at 3:11 PM, Alan Gresley wrote: [snip] Ok, now that we have the img floating, we will un-float the #nav2 which now behave as a block in normal flow. #nav2 { /* float:

[css-d] How to replace tables?

2011-02-18 Thread Geoff Lane
Hi All, I'm at my wit's end. I've started putting together an AJAX-driven site (on local servers only right now) and one of my call-back scripts needs to update a few rows of a table. So I tried encapsulating the affected rows in a DIV, but when I update that the old table rows remain and the new

Re: [css-d] How to replace tables?

2011-02-18 Thread Tim Climis
-Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d- boun...@lists.css-discuss.org] On Behalf Of Geoff Lane Sent: Friday, February 18, 2011 1:26 PM To: CSS Discussion Subject: [css-d] How to replace tables? Hi All, I'm at my wit's end. I've started

Re: [css-d] How to replace tables?

2011-02-18 Thread Jukka K. Korpela
Geoff Lane wrote: So I tried encapsulating the affected rows in a DIV, but when I update that the old table rows remain and the new table rows appear almost as running text above the table. That's more or less to be expected: DIV elements are invalid as children of TABLE and, worse, they

Re: [css-d] How to replace tables?

2011-02-18 Thread Geoff Lane
On Friday, February 18, 2011, 9:18:38 PM, Jukka K. Korpela wrote: If this does not help, please specify which styling you would need to apply to the rows. --- I was thinking more in terms of some technique that would allow CSS positioning on various divs, spans, paragraphs, etc. to emulate a

Re: [css-d] How to replace tables?

2011-02-18 Thread Michael Geary
On Fri, Feb 18, 2011 at 1:43 PM, Geoff Lane ge...@gjctech.co.uk wrote: ...if I can manipulate the innerHTML of a tbody element then that would do the job. FWIW, Sarah Giles suggested another mechanism via pm, which is to get the server-side script to send XML which is then parsed by