-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am 01.09.2011 14:16, schrieb Christian Nölle:
> Hi zusammen,
> 
> Ich hab HTML wie folgt
> 
> <ul> <li><img src=""></li> <li><img src=""></li> <div
> class="clear"></div> </ul>
> 
> Fragt nicht warum das div mit dem clear da steht, da hab ich
> leider keinen Einfluß drauf. Das ganze soll als FCE über TV gemappt
> werden, so dass die Redakteure dort Bilder einfügen können.
> 
> Nun ist auf das UL die Section gesetzt, auf das LI der Container
> und die Elemente entsprechend innerhalb. Die Section auf dem UL
> schmeisst mir aber das blöde DIV da raus, ist ja klar. Aber ich
> brauche das, wie bekomme ich das da wieder rein?
> 
> Danke und Gruß!
> 

hi warum löst du das nicht per CSS?
=== html ===
<ul class="myfce">
        <li></li>
        <li></li>
        <li></li>
        <li></li>
</ul>

=== CSS ===
.myfce li:last-child{clear:both;}

gruss chris




- -- 
Christian Wolff // Berlin
http://www.connye.com

some projects:
http://richtermediagroup.com | http://titanic.de | http://keyopinions.info
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)

iEYEARECAAYFAk5ff8gACgkQIcCaXPh/JHFX5QCeIQCGkwxRzN1RFTkkmUQTMzLC
U64AoLiDTLkgllSCJm9i3aI0Uu88FHTL
=ulq4
-----END PGP SIGNATURE-----
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an