[TYPO3-content-rendering] CSS problem with floats and bullet lists

Matthias Peltzer mail at mpeltzer.de
Thu Apr 6 14:18:30 CEST 2006


Ernesto Baschny [cron IT] schrieb:
> Hi!
> 
> Maybe some CSS-enthusiast has a solution for this problem. I've found no
> solution in my quick Google research.
> 
> The challenge is here:
> 
> http://www.baschny.de/test-bullet.html
> 
> Is someone able to style the bullet-list that is rendered to the side of
> the floated box with correct margins and bullets positioning, and
> without affecting the appearance of bulleted lists in other
> circumstances (i.e. no float to the left)?
> 
> This is related to the bug report http://bugs.typo3.org/view.php?id=66.
> 
> Cheers,
> Ernesto

try it with:

UL LI {
	border: 1px solid green;
	list-style:inside;
}

this should work...

but nice is another way... floating lists... hmmm...

greetings

matthias



More information about the TYPO3-project-content-rendering mailing list