[gelöst] Problem mit image captions

Hilfe zu Modulen und Tags
Post Reply
User avatar
tbillert
Forum Members
Forum Members
Posts: 49
Joined: Tue Jun 17, 2008 3:46 pm

[gelöst] Problem mit image captions

Post by tbillert »

Hallo,

wieder bin ich einen Schritt weiter. Letztes Thema in Sachen Bilder formatieren: image captions.

Ich habe also nach der Anleitung auf

http://wiki.cmsmadesimple.org/index.php ... aptions/de

jquery und imagecaptions installiert. Scheint auch zu funktionieren, aber die Captions der Bilder sind fuerchterlich schmal, siehe:

http://geojena.billert.de/index.php?pag ... ikums-2000

Leider finde ich im CSS nichts, was das bewirken sollte. Warum also ist der Textbereich der Captions so schmal?

Hier das CSS:

Code: Select all

/* Some suggested CSS styles for the Image Captions plug-in. */

div.captionborder, div.captionborderleft,div.captionborderright {
border: 1px solid #cccccc;
padding: 3px;
background-color: #333333;
}

div.captionborderright {
float: right;
margin-left: 1em;
}

div.captionborderleft {
float: left;
margin-right: 1em;
}

p.captiontext {
margin: 0;
padding: 0;
font-size: 90%;
background-color: #333333;
color: white;
text-align: center;
}

div.captionborderright p.captiontext  {
text-align: right;
padding-right: 3px;
}

div.captionborderleft p.captiontext  {
text-align: left;
padding-left: 3px;
}
Danke schonmal fuer alle Hinweise!

Viele Gruesse,

Thomas.
Last edited by tbillert on Tue Dec 28, 2010 12:17 pm, edited 1 time in total.
User avatar
tbillert
Forum Members
Forum Members
Posts: 49
Joined: Tue Jun 17, 2008 3:46 pm

Re: Problem mit image captions

Post by tbillert »

geloest - die Captions haben die Margins des normalen Textes in uebernommen. Ein Aendern von

Code: Select all

p.captiontext {
margin: 0;
padding: 0;
font-size: 90%;
background-color: #333333;
color: white;
text-align: center;
}
auf

Code: Select all

#main-text p.captiontext {
margin: 0;
padding: 0;
font-size: 90%;
background-color: #333333;
color: white;
text-align: center;
}
hat geholfen.

Gruss.

Thomas.
uniqu3

Re: Problem mit image captions

Post by uniqu3 »

Super  ;)
Setze bitte [gelöst] in deinem ersten Beitrag. Auf "modify" klicken und titel ändern.
User avatar
tbillert
Forum Members
Forum Members
Posts: 49
Joined: Tue Jun 17, 2008 3:46 pm

Re: [gelöst] Problem mit image captions

Post by tbillert »

klar! Habe ich getan...

Gruss,

Thomas.
Post Reply

Return to “Module und Tags”