Re: [WSG]Bottom Aligned Div Tags

2003-10-08 Thread Adam Carmichael
Hi Anton, - Original Message - From: "Anton Andreasson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 07, 2003 9:05 AM Subject: Re: [WSG]Bottom Aligned Div Tags I didn't use any hyphens or underscores in the real CSS - the code that I had typed in was just a snippet

[WSG]Product Listing layout

2003-10-08 Thread Enders, Jerrod
Hi all, I am attempting a full css layout of a product listing including images. I have run into a couple issues that I am not sure if I approached the right way. Could I get a review of my styles from someone who has done something similar? The css is embedded. Thanks! http://www.jerrodenders

Re: [WSG]Product Listing layout

2003-10-08 Thread James Ellis
Quick query - would a table data cell layout be more applicable to this? If it's a product listing of related items I'd go for this - putting the img in one cell and text in an adjacent cell... Cheers James Ellis www.webqs.com --- WSG - http://webstandardsgroup.org | Web Standards Group syd::php

RE: [WSG]Product Listing layout

2003-10-08 Thread Mark Stanton
Hey Jerrod Just commenting on the HTML, it looks pretty much spot on. You might want to change your to . Apart from that I like the nested list model - probably prefereable to the paragraph model on the second one. Another thing is that once you start adding additional panels/blocks to the page

[WSG]Product Listing layout

2003-10-08 Thread Cade Whitbourn
(Apologies if you get this twice...I swapped email addresses as I wasn't sure whether my emails were getting through or not) You could format all the product information into tabular data, ie. > column for all product pictures, column for product titles etc, in which > case using tags would be

Re: [WSG]Product Listing layout

2003-10-08 Thread Cade Whitbourn
Hey Jerrod, Here's a slightly different way of coding it...without using positioning etc (roughed it up real quick):