This is Interesting: Free Magazines for Graphics designers and webmasters  


Home > Archive > Stylesheets > January 2005 > General Problem to replace tables





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author General Problem to replace tables
Wilhelm Kutting

2005-01-21, 12:17 pm

I often got the following Layout:

|Textleft | |
| | |
| | Textright|

or

|Textleft | Textright|




2 Rows each of it is aligned to another horizontal direction and
vertical direction.

With Tables this Layout is very Easy, but using css2 i got problems with it.

It there a good way to accomplich this wthout using lots of classes?
Spartanicus

2005-01-21, 12:17 pm

Wilhelm Kutting <wkutting@arcor.de> wrote:

>I often got the following Layout:
>
>|Textleft | |
>| | |
>| | Textright|
>
>or
>
>|Textleft | Textright|
>
>2 Rows each of it is aligned to another horizontal direction and
>vertical direction.
>
>With Tables this Layout is very Easy, but using css2 i got problems with it.


Ascii drawings of a "layout" often won't do, are the lines (| or pipe
character) relevant for example? Upload a sample using a table, post the
url.

--
Spartanicus
Wilhelm Kutting

2005-01-21, 12:17 pm

Wilhelm Kutting schrieb:
> I often got the following Layout:
>
> |Textleft | |
> | | |
> | | Textright|
>
> or
>
> |Textleft | Textright|
>
>
>
>
> 2 Rows each of it is aligned to another horizontal direction and
> vertical direction.
>
> With Tables this Layout is very Easy, but using css2 i got problems with
> it.
>
> It there a good way to accomplich this wthout using lots of classes?

Here is my Example for
|Textleft | Textright|

style:
..footleft {

padding-top: 20px;
padding-left:220px;
text-align: left;
width: 100px;
}
..footright {
width:600px;
text-align: right;
}


<span class="footleft">Leftrow</span><span
class="footright">Rightrow</span>

Spartanicus

2005-01-21, 12:17 pm

Wilhelm Kutting <wkutting@arcor.de> wrote:

>Wilhelm Kutting schrieb:


Answering your own question?

--
Spartanicus
Sponsored Links


Copyright 2003 - 2008 forum4designers.com  Software forum  Computer Hardware reviews