T O P I C R E V I E W |
w.korsten |
Posted - 10 Oct 2009 : 13:46:09 On my site www.ezmotica.nl I have some problems with Firefox. The menu I made is showing correct in IE (on top of the slideshow) but it's behind de slideshow in Firefox.
I already tryed to send the slideshow to the background and the pageplaceholder in the Masterpage to the back with no succes.
In the other pages example www.ezmotica.nl/remote.htm" target="_blank">http://www.ezmotica.nl/remote.htm this problem doens't show in Firefox while it uses the same masterpage, it's only on the index page with the slide show on it
Anyone who could help me with this issue. |
12 L A T E S T R E P L I E S (Newest First) |
siemens |
Posted - 14 Oct 2009 : 19:05:48 Ok, thanks for sharing, this looks more like a common solution. |
w.korsten |
Posted - 14 Oct 2009 : 15:25:20 That did the trick, thank you for your help. |
s.dav |
Posted - 14 Oct 2009 : 14:42:13 Willem-Jan,
the problem depends on the jquery library and the implementation of the slideshow they made. I fixed your site in a very simple way:
1- on the master_page file go to the html box you drawn in the page and change only the first line from:
<ul id="nav" class="dropdown lavaLampWithImage">
to:
<ul id="nav" class="dropdown lavaLampWithImage" style="z-index: 999;">
2- In the index page change the html code drawn in the page from:
<div id="fadeshow1"></div>
to:
<div id="fadeshow1" style="z-index:0;"></div>
Best Regards, Davide
|
w.korsten |
Posted - 13 Oct 2009 : 20:46:55 I have send you the project,
Regards Willem-Jan |
s.dav |
Posted - 13 Oct 2009 : 16:02:31 I made some tests and it should work, please send me a sample and I'll check it |
s.dav |
Posted - 13 Oct 2009 : 10:56:38 w.korsten,
can you send me the master-page, the menu and the page with the slideshow?
I think this problem cannot be solved actually, I need to make a new feature for you but I've to be sure of this.
|
siemens |
Posted - 12 Oct 2009 : 23:09:16 @Toon, it is 'smoothmenu1'
@w.korsten, i mostly do not use masterpages... , try one page without a masterpage, just import the dhe file with the menu you created.
|
w.korsten |
Posted - 12 Oct 2009 : 12:31:09 @Siemens My menu is in the shared folder and the slideshow loads in the masterpage. |
T00N |
Posted - 12 Oct 2009 : 08:48:20 Nice menu Siemens, what did you use for this? |
siemens |
Posted - 12 Oct 2009 : 08:23:01 Hello,
Standard issue in FireFox, create in your 'shared' folder an new file 'menu.dhe', put only your menu in this file, nothing else. Delete all your menus in other pages and insert in the pages the new menu template page and put it on top! Export all, it should be solved now, take a look at http://www.insync.nl/ for an simular example.....
Suc6
|
w.korsten |
Posted - 10 Oct 2009 : 15:51:10 Thanx Jan.
I updated and changed the things I can do on my own, seems that DHE does something wrong in the declaration but I think that will do no harm.
But....... this didn't solve the problem [2 ?:-|]
Still have some suggestions? |
Jan van Londen |
Posted - 10 Oct 2009 : 14:24:11 Hello Willem-Jan,
Unregarding the exact nature of your problem, Firefox seem to be a bit stricter in showing html pages. So mostly I tend to make them correct for Firefox.
Maybe you can validate the page at the w3c.org If you click on the link you will see that the page contains at least 14 errrors. Maybe it will help you. http://validator.w3.org/check?uri=http%3A%2F%2Fwww.ezmotica.nl%2Findex.htm&charset=%28detect+automatically%29&doctype=Inline&group=0
<UPDATE> Thise link is probably to long so: Go to: http://validator.w3c.org and fill in the url form the page http://www.ezmotica.nl/index.htm </UPDATE>
|