[TYPO3] TMENU_LAYERS
P H Vetch
paul at qedstudio.com
Wed Feb 8 09:47:58 CET 2006
> Because the div streched my menu items away from each other
> and it looks really strange. If I could change this div into
> span or somthing else, I would be able to shorten the space
> made by this invisible div.
No need to change the tag - the behaviour of the div can be made to mimic
that of a span or any other inline tag using css (I'm assuming it's the
block behaviour of the div causing you a problem)
In your css:
{ ... display: inline; ...}
Paul
More information about the TYPO3-english
mailing list