Problem with suckerfish menu and IE

Phoca Download - download manager
Worti
Phoca Member
Phoca Member
Posts: 12
Joined: 20 Oct 2008, 17:10

Problem with suckerfish menu and IE

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Problem with suckerfish menu and IE

Post 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 ...
If you find Phoca extensions useful, please support the project
Worti
Phoca Member
Phoca Member
Posts: 12
Joined: 20 Oct 2008, 17:10

Re: Problem with suckerfish menu and IE

Post 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
Worti
Phoca Member
Phoca Member
Posts: 12
Joined: 20 Oct 2008, 17:10

Solved the Problem

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Problem with suckerfish menu and IE

Post by Jan »

great, thank you for this information...

Jan
If you find Phoca extensions useful, please support the project
Post Reply