Moin,
Sorry, aber die Glaskugeln sind gerade als Baumschmuck in Benutzung.:-)
Der Einfachheit halber stellst Du vielleicht einfach mal Deine Seite irgendwo online, damit man sich den Quelltext ansehen kann.TomIRL
Hallo TomIRL!
Ich konnte wegen des Weihnachtsstress erst jetzt antworten. Sorry, ich habe die Seite jetzt online gestellt unter:
http://thomasheimroth.de/urlaub/portugal/portugal_anreise.shtml
die beiden css-Dateien, welche notwendig sind unter dem Browser Mozilla:
<style type="text/css">
<!--
@import url("../../Styles/stylesheet_layout.css");
@import url("../../Styles/fotoalbum.css");
-->
</style>
hir sind Ausschnitte, welche notwendig sind für mein Problem:
fotoalbum.css:
.gruppe{
background-color: #6CD9AA;
text-align: left;
border: 2px solid #006699;
margin-bottom: 10px;
padding: 5px;
width: auto;
}
.bild {
float: left;
text-align: center;
font-weight: bold;
}
.leer {
font-weight: bold;
margin-left: 5px;
clear: left;
}
.explain{
float: right;
width: 200px;
border-left: 2px dashed #006699;
border-bottom: 2px dashed #006699;
padding: 0px 10px 10px 10px;
margin-bottom: 10px;
}
hierbei geht es einmal um float:left von .bild und einmal um float:right von .explain.
Ich hoffe das hilft weiter?
MFG Thomas