Re: [WSG] Definition List for Products/Items with Image

2006-04-05 Thread Paul Novitski
At 05:37 PM 4/4/2006, Richard Czeiger wrote: In your example, Chien, Perro, Inu are representations of the concept of 'dog' and therefore would fall into the category of signifiers (dd). True: a photograph is not a definition of a dog, however, a photograph of a dog is not the dog itself, but

Re: [WSG] Definition List for Products/Items with Image

2006-04-04 Thread Daniel Nitsche
I had a quick go, and this is what I came up with (assuming a 100x100px image):dl dtProduct title/dt ddProduct description - this can be as long as you like/dd ddimg src="" alt=product title/dd/dlstyle dl { position: relative; } dl dt { margin-left: 110px; font-weight: bold; } dl dd {

Re: [WSG] Definition List for Products/Items with Image

2006-04-04 Thread Samuel Richardson
Absolute positioning should position from the top/left of whatever absolute element is containing it, usually this is the body. However, if you specifiy an element as being absolute but don't feed it a top/left, it will stay positioned wherever it is on the page (but outside of the content

Re: [WSG] Definition List for Products/Items with Image

2006-04-04 Thread Paul Novitski
At 11:13 PM 4/3/2006, Samuel Richardson wrote: Absolute positioning should position from the top/left of whatever absolute element is containing it, usually this is the body. A parent can have either absolute or relative positioning to provide positional context for an absolute child.

Re: [WSG] Definition List for Products/Items with Image

2006-04-04 Thread Philippe Wittenbergh
On Apr 4, 2006, at 2:58 PM, Daniel Nitsche wrote: I had a quick go, and this is what I came up with (assuming a 100x100px image): dl dtProduct title/dt ddProduct description - this can be as long as you like/dd ddimg src=product-image.jpg alt=product title/dd /dl style dl {

Re: [WSG] Definition List for Products/Items with Image

2006-04-04 Thread Thierry Koblentz
Daniel Nitsche wrote: As others have said, I like this better than putting the image in the dt. This works in Firefox (Linux and Windows) and Konqueror, but breaks in IE 6 (it seems to be ignoring the absolute positioning of the image). Perhaps someone could expand on this to make it work in

Re: [WSG] Definition List for Products/Items with Image

2006-04-04 Thread Jan Brasna
Last year I've done this http://www.bonsoir.cz/obchod/chateau-laroche, it should fit your needs. -- Jan Brasna :: www.alphanumeric.cz | www.janbrasna.com | www.wdnews.net ** The discussion list for http://webstandardsgroup.org/ See

Re: [WSG] Definition List for Products/Items with Image

2006-04-04 Thread Richard Czeiger
, April 05, 2006 10:21 AM Subject: Re: [WSG] Definition List for Products/Items with Image Richard: Did I just over-geek the whole scenario? Yes. That's what we are here for. A rough example might be: dog, chien, bow wow, image of a dog, etc... which are all signifiers for the one signified

Re: [WSG] Definition List for Products/Items with Image

2006-04-04 Thread Daniel Nitsche
Great work!The only (very minor) issue I can see, is the image is not vertically aligned when the product title wraps to two lines, but as you have written, you can adjust the width to suit.Also works in Firefox and Konqueror (Linux). Daniel NitscheOn 4/5/06, Richard Czeiger [EMAIL PROTECTED]

Re: [WSG] Definition List for Products/Items with Image

2006-04-04 Thread Richard Czeiger
: Micky Mourelo [EMAIL PROTECTED] To: wsg@webstandardsgroup.org Sent: Wednesday, April 05, 2006 11:02 AM Subject: Re: [WSG] Definition List for Products/Items with Image Richard: Hi Micky, Not sure I follow.. The dt is the signified (the object itself) and the signifiers (dds) don't so much

Re: [WSG] Definition List for Products/Items with Image

2006-04-04 Thread Seona Bellamy
On 05/04/06, Richard Czeiger [EMAIL PROTECTED] wrote: This is similar to Russ's explanation in the Punt example here:http://www.maxdesign.com.au/presentation/definition/ And on that same page, a little further down, we have this example of a use for DLs: DT: TermDD: Descriptive imageDD:

RE: [WSG] Definition List for Products/Items with Image

2006-04-04 Thread Eric Orton
:[EMAIL PROTECTED] On Behalf Of Daniel NitscheSent: Wednesday, 5 April 2006 10:55 AMTo: wsg@webstandardsgroup.orgSubject: Re: [WSG] Definition List for Products/Items with Image Great work!The only (very minor) issue I can see, is the image is not vertically aligned when the product title

Re: *****SPAM***** Re: [WSG] Definition List for Products/Items with Image

2006-04-04 Thread Richard Czeiger
e - From: Richard Czeiger To: wsg@webstandardsgroup.org Sent: Wednesday, April 05, 2006 10:25 AM Subject: *SPAM* Re: [WSG] Definition List for Products/Items with Image Aha! Following on from my chat with Micky, I'vedecided the best place (semantically) for an image is in a dd. Af

Re: RE: [WSG] Definition List for Products/Items with Image

2006-04-04 Thread Richard Czeiger
: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED] On Behalf Of Daniel NitscheSent: Wednesday, 5 April 2006 10:55 AMTo: wsg@webstandardsgroup.orgSubject: Re: [WSG] Definition List for Products/Items with Image Great work!The only (very minor) issue I can see, is the image

Re: [WSG] Definition List for Products/Items with Image

2006-04-04 Thread Thierry Koblentz
Eric Orton wrote: I've been enjoying this disucssion, especially as this is something I have to deal with a lot. I like the solution from Richard, but I don't like having the image absolutely positioned. It's similiar to absolutely positioning a column, when the image is the tallest

Re: [WSG] Definition List for Products/Items with Image

2006-04-03 Thread Micky Mourelo
Richard: I always use a DL when dealing with scenarios like the one on juniperwebcraft (photo with title and desc) but I do not find right to have the image as a DT as I think the image is not what you are defining, but the title you have as a DD, so I put the image on its own DD or inside the

Re: [WSG] Definition List for Products/Items with Image

2006-04-03 Thread Thierry Koblentz
Richard Czeiger wrote: Hi Paul and Micky :o) I would think that the textual description of the product/item would be the primary dt - at the top of the list. If the image were a dt (and I think there's a case that can be made for this) then it would be a secondary dt. Micky, I'm not

Re: [WSG] Definition List for Products/Items with Image

2006-04-03 Thread Thierry Koblentz
Richard Czeiger wrote: Hi Thierry, I guess the tricky bit is what goes in the blahblahblah. I'd love to be able to get rid of the classname but I think the dt that holds the image would have to be positioned somehow and I'm pretty sure you can't work backwards up the cascade (more's the

[WSG] Definition List for Products/Items with Image

2006-04-02 Thread Richard Czeiger
Hi All :o) Wondering if anyone has recommendations/code for a cross-browser solution to the following scenario.. There's a list of products/items that have the following characteristics: Product Title Product Image Product Description Possible Additional Information (let's say 'Price'

Re: [WSG] Definition List for Products/Items with Image

2006-04-02 Thread Dan Bowling
: [WSG] Definition List for Products/Items with Image Richard Czeiger wrote: There's a list of products/items that have the following characteristics: Product Title Product Image Product Description Possible Additional Information (let's say 'Price' or something

Re: [WSG] Definition List for Products/Items with Image

2006-04-02 Thread Richard Czeiger
Also Dan, when you add another dd the -30 in the top margin makes it all screwy... R - Original Message - From: Dan Bowling [EMAIL PROTECTED] To: wsg@webstandardsgroup.org Sent: Monday, April 03, 2006 2:19 PM Subject: Re: [WSG] Definition List for Products/Items with Image Well, I