On 06/08/06, Maria Falconer <[EMAIL PROTECTED]> wrote:
>
> Hi all
> I¹m trying to position a table on a page but when I use a tag like this
> #two {
> position: absolute;
> top: 12%;
> left: 30%;
> }
>
> First of all it is a bad idea to use absolute positioning in this case,
> especially with such a simple layout, same goes for using a table for
> layout. You would be much better off using a series of divs to structure the
> content, for example a wrapper container, the image contained in normal
> flow, and the links structured as an unordered list with each element
> floated left (just for example).





______________________________________________________________________
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
> List wiki/FAQ -- http://css-discuss.incutio.com/
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>



-- 
http://www.web-buddha.co.uk
http://www.projectkarma.co.uk
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to