[WSG] Two column left navigation

2005-08-30 Thread Stevio
I have a web site with a left navigation system consisting of images and text in 2 columns. The image is displayed on the left, with the text link to the right of it. At the moment this is displayed using a table. What would be the best way to display this without using tables, i.e. with a

Re: [WSG] Two column left navigation

2005-08-30 Thread Bert Doorn
G'day I have a web site with a left navigation system consisting of images and text in 2 columns. The image is displayed on the left, with the text link to the right of it. ... The width of the container is fixed (at 220px), and the size of the left images is 100px. Why not use a simple

Re: [WSG] Two column left navigation

2005-08-30 Thread Stevio
@webstandardsgroup.org Sent: Tuesday, August 30, 2005 11:39 AM Subject: Re: [WSG] Two column left navigation http://www.kennygraham.net/projects/wsg/stevio/index.htmlhttp://www.kennygraham.net/projects/wsg/stevio/style.css At the moment this is displayed using a table. What would be the best

Re: [WSG] Two column left navigation

2005-08-30 Thread Kenny Graham
http://www.kennygraham.net/projects/wsg/stevio/index.html http://www.kennygraham.net/projects/wsg/stevio/style.css At the moment this is displayed using a table. What would be the best way to display this without using tables, i.e. with a couple of divs for each image and text pair?

Re: [WSG] Two column left navigation

2005-08-30 Thread Kenny Graham
Seems the list filtered out my last response (probably thought it was spam) so this time I'll include text along with the links. Is this what you want?: http://www.kennygraham.net/projects/wsg/stevio/index.html and the css: http://www.kennygraham.net/projects/wsg/stevio/style.css

Re: [WSG] Two column left navigation

2005-08-30 Thread Kenny Graham
In that case: http://www.kennygraham.net/projects/wsg/stevio/index2.html style: http://www.kennygraham.net/projects/wsg/stevio/style2.css