[Typo3] 2 or 3 level horizontal menu
Jan Bednarik
info at bednarik.org
Tue Jun 14 16:09:27 CEST 2005
> The menus I have been able to create has an absolute positioning which is
> fine until you center you template (at least in my case).
Since the above block element is positioned relatively, inside elements
have 0,0 coordinates according to this element.
IE:
<div style="position: relative;width:100px;margin: 0 auto">
<div style="position: absolute; top: 100px; left: 100px">x</div>
</div>
The second div will be 100,100px far from the top left hand corner of
the first div.
--
Jan Bednarik
More information about the TYPO3-english
mailing list