[TYPO3-german] CSS Bid im Div im Newsmodul

Marek Böttcher info at marexx.net
Wed Jan 4 11:50:15 CET 2006


Hallo,
hab folgendes Problem:
http://www.tos.info/cms

Im IE werden die Bilder schön im DIV positioniert, Im Firefox, schauen die 
Bilder über den Rand des DIVs
hinaus. Wie kann ich das verhindern ???

Mein CSS für das News-Modul sieht bisher so aus :

.news-list-item {
vertical-align: top;
 padding: 10px;
 margin: 0 0 10px 0;
 background-color: #F5F7FA ;
 border: 1px solid #CCD9E5;
 /* IE hack */
 height: 1%;
 line-height: 1.3;
 /* IE hack end */

}

.news-list-item h3 a{
 text-decoration: none;
 vertical-align: top;
 font-size: 14px;
 font-weight: bold;
 margin: 0 0 0 0px;
 padding: 0;
 height: 18px;
}

.news-list-item a{
 padding: 0;
 text-decoration: none;

}

.news-list-item h3{
 margin: 0 0 3px 0;
 padding: 0 0 2px 0;

}


.news-list-item a img {
 float: none;
 margin: 10px;
 padding: 0 10px 0 0px;

}

.news-list-item p {
 margin: 0 0 0 5px;
 float: left;
 width: 280px;

}

*html .news-list-item p {
 margin: 0 0 0 5px;
 float: left;
  width: 277px;

}

Grüße und vielen Dank

Marek Böttcher 





More information about the TYPO3-german mailing list