100% Height?
100% Height?
Guten Morgen
Wie kann man es hinbekommen das man eine Höhe aller Blöcke von 100% hinbekommt? So das man immer eine einheitliche ansicht hat.
Gruß
Oliver
Wie kann man es hinbekommen das man eine Höhe aller Blöcke von 100% hinbekommt? So das man immer eine einheitliche ansicht hat.
Gruß
Oliver
- Oliver Georgi
- Site Admin
- Posts: 9919
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
100% Table Height
Here is the solution - I have tested this:
add a new class to the templates's CSS file (can also be named different):
And then fill in all blocks's class field "tableheight".
That works.
Oliver
add a new class to the templates's CSS file (can also be named different):
Code: Select all
.tableheight { height: 100%; }
That works.
Oliver
- Oliver Georgi
- Site Admin
- Posts: 9919
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
Have both a border around the table and the length expressed as %.
Maybe a simple solution is to use a separate stylesheet include in the header or somewhere... Then we could have the default or standard phpwcms styles and include as many classes we need. Or maybe reference that custom stylesheet file in the page layout instead of the class.
Maybe a simple solution is to use a separate stylesheet include in the header or somewhere... Then we could have the default or standard phpwcms styles and include as many classes we need. Or maybe reference that custom stylesheet file in the page layout instead of the class.
- Oliver Georgi
- Site Admin
- Posts: 9919
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
- Oliver Georgi
- Site Admin
- Posts: 9919
- Joined: Fri 3. Oct 2003, 22:22
- Contact: