Re: [WSG] Auto scaling within a table's background image

2007-08-02 Thread Matt 0000
Kepler, Looks like you got right down to the nuts and bolts. Honestly, you may have inadvertently isolated the nerve of my problem. I was lost in attempting the use of z-index with absolute positioning. After a few vain attempts at adjusting the top and left to bring the imageoverlay within

RE: [WSG] Auto scaling within a table's background image

2007-08-02 Thread Kepler Gelotte
Could you show me how to correctly position the image overlay in the content-reserved portion in my example. Hi Matt, I'm not sure what you are asking me. One thing to remember is that absolute positioning is from the next higher block element. If you want to absolutely position within a

RE: [WSG] Auto scaling within a table's background image

2007-08-02 Thread Kepler Gelotte
No. Positioned element, not block element. Ah, thanks for clarifying. Type attribute? this was just a stripped down example to show the concept. 50 what? It's what he was asking for help on. *** List Guidelines:

Re: [WSG] Auto scaling within a table's background image

2007-08-02 Thread David Dorward
On 2 Aug 2007, at 16:10, Kepler Gelotte wrote: One thing to remember is that absolute positioning is from the next higher block element. No. Positioned element, not block element. Doctype? html head style Type attribute? img.stretch {

Re: [WSG] Auto scaling within a table's background image

2007-08-01 Thread Stuart Foulstone
Hi, This is the Web Standards Group. Web Standards say only use tables for tabular data - not presentation. I'm not sure what your tabular data is here? -- Stuart Foulstone. http://www.bigeasyweb.co.uk BigEasy Web Design 69 Flockton Court Rockingham Street Sheffield S1 4EB Tel. 07751 413451

Re: [WSG] Auto scaling within a table's background image

2007-08-01 Thread lisa herrod
Hi there On 01/08/07, Stuart Foulstone [EMAIL PROTECTED] wrote: Hi, This is the Web Standards Group. Web Standards say only use tables for tabular data - not presentation. Stuart, I think you're referring to WGAG 1. It does *sort of* say that, but not quite... While it's not best

Re: [WSG] Auto scaling within a table's background image

2007-08-01 Thread lisa herrod
On 01/08/07, David Dorward [EMAIL PROTECTED] wrote: On 1 Aug 2007, at 09:34, lisa herrod wrote: On 01/08/07, Stuart Foulstone [EMAIL PROTECTED] wrote: Web Standards say only use tables for tabular data - not presentation. Stuart, I think you're referring to WGAG 1. Lets look at HTML

Re: [WSG] Auto scaling within a table's background image

2007-08-01 Thread David Dorward
On 1 Aug 2007, at 09:34, lisa herrod wrote: On 01/08/07, Stuart Foulstone [EMAIL PROTECTED] wrote: Web Standards say only use tables for tabular data - not presentation. Stuart, I think you're referring to WGAG 1. Lets look at HTML 4.01 instead, which is somewhat clearer on the subject:

Re: [WSG] Auto scaling within a table's background image

2007-08-01 Thread Hassan Schroeder
Matt wrote: I guess there were a couple of concerns raised. One of them was the justification of the table's use. I chose it only because it is currently the only way I know to put pretty borders (outer and inner) around and within an image. / I'm still waiting on someone to post a

Re: [WSG] Auto scaling within a table's background image

2007-08-01 Thread Matt 0000
Hassan, The specific portion of the code I'm having a problem with was inlcuded on my first post. The code that was not included is just regular table based border wrapping. I bet most if not all the members here are of the been there, done that experience level, which is why I didn't bother

Re: [WSG] Auto scaling within a table's background image

2007-08-01 Thread Hassan Schroeder
Matt wrote: The specific portion of the code I'm having a problem with was inlcuded on my first post. The code that was not included is just regular table based border wrapping. I bet most if not all the members here are of the been there, done that experience level, which is why I

RE: [WSG] Auto scaling within a table's background image

2007-08-01 Thread Kepler Gelotte
My dilemna was and still is to autofit an image of any size (entire image should be viewable) within the table's background image property using the style attribute. This table is currently no more than roughly 100 pixels on either side. Hi Matt, Here is a sample mockup I created using

[WSG] Auto scaling within a table's background image

2007-07-31 Thread Matt 0000
My goal is to set the background image of a table and add individual cells (text or images) that can be opaque or transparent. The height and width of the table is fixed. The image that needs to be set in the table background however, is not under my control, and can be larger or smaller than the

RE: [WSG] Auto scaling within a table's background image

2007-07-31 Thread Mark L Hedley
(Guild of Accessible Web Designers) | Web Standards Group | Independent Web Developers Portal | HTML Writers Guild From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Sent: 31 July 2007 17:03 To: wsg@webstandardsgroup.org Subject: [WSG] Auto scaling within a table's

Re: [WSG] Auto scaling within a table's background image

2007-07-31 Thread Matt 0000
of Accessible Web Designers) | Web Standards Group | Independent Web Developers Portal | HTML Writers Guild *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Matt *Sent:* 31 July 2007 17:03 *To:* wsg@webstandardsgroup.org *Subject:* [WSG] Auto scaling within a table's background

Re: [WSG] Auto scaling within a table's background image

2007-07-31 Thread Matt 0000
Writers Guild *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Matt *Sent:* 31 July 2007 17:03 *To:* wsg@webstandardsgroup.org *Subject:* [WSG] Auto scaling within a table's background image My goal is to set the background image