Re: CSS vs. Tables

> It gave me an idea.... "Could <div>s give me one line that has left-,
> center-, and right- aligned text?"
>
> Something like this:
>
> left                        center                   right
>
> (Which is something that I can only do using Tables, as far as I know)
>
> So I tried this (in Opera)
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Strict//EN">
> <html><head><title>absolute divs</title>
> <style><!-- div { position:absolute } --></style></head>
> <body>
> <div align="left">left</div>
> <div align="center">center</div>
> <div align="right">right</div>
> <br /><hr /><p>This is a test</p>
> </body></html>
>
> It fails totally in IE (I don't have Netscape installed, so I can't say
> how it works there)
>
> http://www.peak.org/~luomat/misc/divtest.htm
>
> It'll be nice when we get to the point where we don't have to use
> tables for layout, but it's a long way away, unfortunately.
>
> TjL

Very nice. It works on Netscape communicator 4.75 for linux
It geve me many new ideas.... :-)


The Disintegrator
www.amigosdelpedal.com.ar

Received on Thursday, 12 April 2001 20:31:16 UTC