Page 1 of 1

Problem with suckerfish menu and IE

Posted: 29 Oct 2008, 22:35
by Worti
Hi Jan,

It is great that you answer the questions so quick.

My Problem. I made a webpage with a suckerfish menu. If I use the IE the suckerfish menu will extand behind your sectionbox. In firefox, opera and the other browsers it look fine and it extand before your sectionbox.

Could you help me, please?

I will send you the URL wie private message.

Thanks for your help.

Markus

Re: Problem with suckerfish menu and IE

Posted: 30 Oct 2008, 01:14
by Jan
the z-index in the template should be change or added. Phoca Download doesn't use any z-index, so this need to be done in template or somewher in menu css ...

Re: Problem with suckerfish menu and IE

Posted: 31 Oct 2008, 10:12
by Worti
Hi Jan,

I tried this long time ago, but nothing changed in view. It could not be a problem with the z-index because the content text and pictures in the content text are shown right behind the menu. Except pictures in components are in front of the menu.

If I find no solution I have to search for an other download component and this would make me very sad.

Greetings
Markus

Solved the Problem

Posted: 31 Oct 2008, 13:23
by Worti
Hi everybody,

:D I solved the problem I had with suckerfish components, pictures and IE. :D

Solvation: InternetExplorer ignores the z-index tag in CSS. For him the div-tag order in html is important. So use the right order in html. First content and then left and right positions. To bring the postitions to their places use:

position: absolute;
left: 20px;
top: 200px;
width: 200px;

in CSS.

Now you are able to fix the top picture and/ore the left and rigth position just change "absolute" with "fixed". But use this only if the left and right positions are not too long to show on the screen else you will not be able to see the whole positions.

Thanks to everybody for your help especially to the German Joomla! forum.

Greetings
:D Markus :D

Re: Problem with suckerfish menu and IE

Posted: 31 Oct 2008, 18:32
by Jan
great, thank you for this information...

Jan