> HI all
>
> I am just starting to use CSS.
>
> I want to replace a table I am using to display information with a CSS.
>
> The biggest issue I am having so far is that I cant get the <div>s  with
> the data in them to all change size to match each other.
>
>
> ie:
>
> If all <div>s only have a single line of text, they are all the same size,
> but if one wraps and has two or more lines, only that <div> expands.
> How can I get them all to expand or contract to be the same height no
> mater what amount of text is in each <Div>?
> I limit the over all lenght with the outside <div style="row">.
>
> example:
>
> <div  style="row">
> <div style="col">text here</div>
> <div style="col">text here</div>
> <div style="col">text here, more text that will cause this div to
> wrap and be taller then the others.</div>
> <div style="col">text here</div>
> </div>
>
>
>
> Thanks
> Rodney
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to