Magnus Fahlström wrote:
> I'm trying to achieve someting like this (the rows and columns that 
> is): http://www.wiberger.se/templates/vred.htm

Ok. This one is a perfect candidate for CSS table, but since no version
of IE has the slightest support for the relevant part of CSS2/2.1, we'll 
have to use a lesser solution.

Floating divs in a list...
<http://www.gunlaug.no/tos/moa_21.html>
...or floating list-items in a list...
<<http://www.gunlaug.no/tos/moa_21a.html>>
...should do.

Vertical-align can't be replicated without a lot of hacking (caused by
IE's lack of CSS support), so I've left that out.

Since this is supposed to be part of an existing layout, I've fixed the 
width in pixels.

You can of course also em-scale the entire list...
<http://www.gunlaug.no/tos/moa_21b.html>
...if the layout it goes into can handle that.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to