AW: [Typo3] tmenu_layers problem in FIREFOX

Rudolf Ganglbauer rudolf.ganglbauer at ixpect.at
Wed May 25 23:57:24 CEST 2005


Hi gabe,

I got a working solution (for me...) 

> Right... believe me I have had nothing but pain and suffering 
> trying to get mine to work... it still doesn't work, and it 
> is also a centered menu like yours.
> 
> Although, yours isn't truly centered, yours is left aligned 
> within a centered div. You know that the css box model for 
> absolute positioning positions absolutely off the last 
> relatively or absolutely positioned element?
> 
> I think that if you add "position: relative;" to your 
> #globalNav id, and then a "position:absolute; left:0px;" to 
> your .subglobalNav class, that might fix your menu...
No, it has nothing to do with positioning! It is a matter of the BODY
tag.
Try this:

Body {
	margin: 0em auto;
	padding: 0em;
	width: 740px;
}
I think, it is important to have all three elements in it. For me it is
working now!
You can have a look at www.reiseabrechnung.at

> 
> In any case, I'm going to try the ala fix, though, and post 
> it if I can get it to work.
> 
> --gabe

Rgds,
rudolf



More information about the TYPO3-english mailing list