[TYPO3-german] Text m/Bild: Bilder nur untereinander

Marc Fell info at marc-fell.de
Sat Sep 2 16:04:33 CEST 2006


Hallo,
eigendlich ganz einfach: Seiteninhalt Typ Text "m/Bild" oder "Bild" und 
dann 8 Bilder zweispaltig. Es wird aber nicht zweispaltig, obwohl es 
zweispaltig gewählt wurde und genügend Platz wäre.

Kannt ihr diesen Effekt? Was ich dar nicht verstehe: In einerm anderen 
Typo3-Projekt funtioniert es einwandfrei...

Typo3: 4.0 / 4.0.1
css_styled_content: beide 0.3.1
Sehe keine sonstigen Extensions, die diesbezüglich stören könnten.

Oder habe ich mir das durch mein CSS selber verursacht? Ich hänge mal 
vorsorglich meine CSS Definitionen dran:



* { margin: 0; padding: 0; }

body {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 11px;
    	color : #444444;
    	width: 840px;
    	margin: 0 auto; margin-top: 10px; margin-bottom: 50px;
    	border: 1px solid #A4B7CE; }

h1, h2, h3, h4, h5 {
  	font-size: 14px;
  	font-weight: bold;
  	color: #0B2A88;
  	margin-bottom : 15px; }

p { margin: 0px 0px 0px 0px; }
ol, ul 	{ margin: 0px 0px 0px 15px; }

#menufunctions { width: 840px; text-align: right; background-color: 
#DFE7ED;}
#breadcrumb { width: 835px; height: 22px; background-color: #F0F5F7; 
padding-left: 5px; }
#main { width: 840px; }
#links { vertical-align: top; width: 160px; background-color: #F0F5F7; 
border-right: 1px solid #A4B7CE; }
#infoboard { padding: 5px; margin-top: 10px; background-color: #FEE5E5; }
#mitte { vertical-align: top; width: 520px; padding: 0px 5px 5px 5px; 
background-color: #F0F5F7; border-right: 1px solid #A4B7CE; }
#rechts { vertical-align: top; width: 160px; background-color: #F0F5F7; }
.footer { background-color: #F0F5F7; padding: 5px; }

.newsLatestHeader { color : #DC1412; text-decoration: none; font-weight: 
bold; }
#tableLatestNews, .newsLatestHeader { font-size : 10px; width: 150px; }
.tdLatestNews { padding: 5px; width: 150px; }

.tx-guestbook-list-header { background-color: #DFE7ED; color: #0B2A88; }
.tx-guestbook-list-table { border: 1px solid #A4B7CE; }
.tx-guestbook-list-table td { padding: 5px; }
.tx-guestbook-form-table td { padding: 2px; }
.tx-guestbook-form-table .tx-guestbook-form-input input, 
.tx-guestbook-form-table .tx-guestbook-form-input textarea { border: 1px 
solid #A4B7CE; }

.csc-textpic-caption { font-size: 10px; padding-left : 5px; 
background-color: #FFFFFF; }

#breadcrumb a     { text-decoration: none; font-weight: bold; color : 
#444444; }
.footer a:link,    #mitte a:link     { text-decoration: none; color: 
#0B2A88; border-bottom: 1px dashed #0B2A88; }
                    .tdLatestNews a:link    { text-decoration: none; 
color: #0B2A88; }
.footer a:visited, #mitte a:visited, .tdLatestNews a:visited { 
text-decoration: none; color: #0B2A88; }
.footer a:hover,   #mitte a:hover,   .tdLatestNews a:hover   { 
text-decoration: none; color: #0B2A88; border-bottom: 1px solid #A4B7CE; }
.footer a:active,  #mitte a:active,  .tdLatestNews a:active  { 
text-decoration: none; color: #0B2A88; }



More information about the TYPO3-german mailing list