![]() | |
#1
| |||
| |||
|
|
How does one convert the above to css? I want the divisions to change in accordance with screen width, not use fixed positions. In order to have the proper appearance in accordance with screen size. |
#2
| |||
| |||
|
|
Richard <anom@anom> wrote: How does one convert the above to css? I want the divisions to change in accordance with screen width, not use fixed positions. In order to have the proper appearance in accordance with screen size. In body: div class="container" div class="column">Hello</div div class="column">Hello</div div class="column">Hello</div |
|
In head: style type="text/css" .column { width: 33%; float: left; text-align: center; } /style |
|
How's this look html gurus? -- Michael Wilcox mjwilco at yahoo dot com |
![]() |
| Thread Tools | |
| Display Modes | |
| |