Re: Tables
- From: Tony <tony23@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 13 Jul 2006 12:31:05 -0700
Mark VB wrote:
Mark Parnell wrote on 13/07/2006 03:56
Well, it isn't tabular data. But because my knowledge of CSS isn't that good, I used tables.
Trying to convert it to CSS, basically I now have:
.titleleft { width: 200px;
position: absolute;
left: 10px; }
.titlecenter { width: 100%;
position: absolute;
text-align: center; }
.titleright { width: 200px;
position: absolute;
right: 10px; }
But when resizing the window, the one part is sliding over the other part. How can I prevent that ?
First, are you sure you want to? CSS should allow for flexible display like that.
But if you really must, enclose the top 3 in a DIV, and set a min-width.
And how to create those 2 columns ? I didn't find any solutions for that, except by defining the width of the columns.
Google CSS two-column layout - lots of solutions. Check out Position Is Everything especially.
--
"The most convoluted explanation that fits all of the made-up facts is the most likely to be believed by conspiracy theorists. Fitting the actual facts is optional."
.
- Follow-Ups:
- Re: Tables
- From: Mark VB
- Re: Tables
- References:
- Tables
- From: Mark VB
- Re: Tables
- From: Mark Parnell
- Re: Tables
- From: Mark VB
- Tables
- Prev by Date: Re: https-Question
- Next by Date: Re: is there a way
- Previous by thread: Re: Tables
- Next by thread: Re: Tables
- Index(es):
Relevant Pages
|