Posted by Knut Krueger on 11/17/06 12:17
Hi to all,
I have a problem at this page:
http://uni-regensburg.equine-behaviour.de/index.php?cooperation.php
There is a big empty space after
*Kooperationen mit* and the rest of the page
maybe anybody could give me a hint to prevent this space
Regards Knut
The CSS definitons of this container:
#content {
margin-left: 15em;
margin-right: 5em;
white-space:normal;
allign:top;}
..raggedLeft {
display: block;
float: left;
margin: .5em .5em .5em .5em ;
}
..raggedMiddle {
display: block;
float: middle;
margin: .5em .5em .5em .5em ;
}
..raggedRight {
display: block;
float: right;
clear: right;
margin: .5em .5em .5em .5em ;
}
..maxplank {
vertical-align:top;
display: block;
float: left;
clear: left;
margin: 2em 2em 2em 2em;
width:25em;
}
..muenster {
vertical-align:top;
display: block;
float: right;
clear: right;
margin: 2em 2em 2em 2em;
width:25em;
}
..wien {
vertical-align:top;
display: block;
float: left;
clear: left;
margin: 2em 2em 2em 2em;
width:25em;
}
..lpv {
display: block;
float: right;
clear: right;
margin: 2em 2em 2em 2em;
width:25em;
}
..nuernberg {
display: block;
float: left;
clear: left;
margin: 2em 2em 2em 2em;
width:25em;
}
[Back to original message]
|