|
Home > Archive > Mozilla Browser > May 2005 > Problems viewing site.
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Problems viewing site.
|
|
| Hendrik Maryns 2005-05-24, 5:52 pm |
| Hi,
I convinced my friend to use Mozilla, but now I get overloaded with
sites and stuff that don't work...
So: on the site http://www.provant.be/jeugd/, the menu on the left side
doesn't work. What is the problem?
Cheers, H.
--
Hendrik Maryns
Interesting websites:
www.lieverleven.be (I cooperate)
www.eu04.com European Referendum Campaign
aouw.org The Art Of Urban Warfare
| |
|
| Once upon a time *Hendrik Maryns* wrote:
> Hi,
>
> I convinced my friend to use Mozilla, but now I get overloaded with
> sites and stuff that don't work...
>
> So: on the site http://www.provant.be/jeugd/, the menu on the left side
> doesn't work. What is the problem?
>
Seams to work without problem here. Mozilla Suite 1.7.8
--
/Arne
Top posters will be ignored. Quote the part you
are replying to, no more and no less! And don't
quote signatures, thank you.
| |
| Roland 2005-05-24, 5:52 pm |
| On 24-5-2005 21:55, Hendrik Maryns wrote:
> Hi,
>
> I convinced my friend to use Mozilla, but now I get overloaded with
> sites and stuff that don't work...
>
> So: on the site http://www.provant.be/jeugd/, the menu on the left side
> doesn't work. What is the problem?
>
> Cheers, H.
Instead of
.style.cursor='hand'
use
.style.cursor='pointer'
Instead of
.style.cursor='arrow'
use
.style.cursor='auto'
Instead of
.style.display == "block"
.style.display = "block";
Use
.style.display == DisplayOn
.style.display = DisplayOn;
where DisplayOn is set early on in the <script> section like
// 'inherit' doesn't work in IE6
var DisplayOn = document.all ? 'block' : 'inherit';
var DisplayOff = 'none';
--
Regards,
Roland de Ruiter
___ ___
/__/ w_/ /__/
/ \ /_/ / \
| |
| Watchman 2005-05-25, 2:45 am |
| Hendrik Maryns wrote:
>
> Hi,
>
> I convinced my friend to use Mozilla, but now I get overloaded with
> sites and stuff that don't work...
>
> So: on the site http://www.provant.be/jeugd/, the menu on the left side
> doesn't work. What is the problem?
>
> Cheers, H.
> --
Have you got Javescript enabled?
Watchman 
--
'Anyone who isn't confused doesn't really know what's going on'
| |
| ßnôtråg 2005-05-25, 7:45 am |
| In article <1116964458.906459@seven.kulnet.kuleuven.ac.be>,
hendrik_maryns@despammed.com says...
> So: on the site http://www.provant.be/jeugd/, the menu on the left side
> doesn't work. What is the problem?
The submenu doesn't appear (in blue) until you click on a menu item
(which is misleadingly black and doesn't respond to mouseover).
It works in FF 1.04, Opera 8 & IE6 with the latest patches.
For me anyway.
| |
| Hendrik Maryns 2005-05-25, 5:46 pm |
| =DFn=F4tr=E5g uitte de volgende tekst op 25/05/2005 13:44:
> In article <1116964458.906459@seven.kulnet.kuleuven.ac.be>,=20
> hendrik_maryns@despammed.com says...
>=20
>=20
=20[vbcol=seagreen]
>=20
>=20
> The submenu doesn't appear (in blue) until you click on a menu item=20
> (which is misleadingly black and doesn't respond to mouseover).
>=20
> It works in FF 1.04, Opera 8 & IE6 with the latest patches.
> For me anyway.=20
Huh? I've got FF 1.0.4, but I can't reproduce what you're saying. I=20
tried clicking on about everything there is, but that didn't change=20
anything (except for the links in the main page).
Any way, Roland proposed some changes to the site, which I forwarded to=20
the webmaster.
Also Adblock, IEview, Chatzilla, Fireftp, undoclosetab, bugmenot,=20
signature and bugmenot extensions.
H.
--=20
Hendrik Maryns
Interesting websites:
www.lieverleven.be (I cooperate)
www.eu04.com European Referendum Campaign
aouw.org The Art Of Urban Warfare
| |
| Roland 2005-05-25, 5:46 pm |
| On 25-5-2005 18:06, Hendrik Maryns wrote:
> ßnôtråg uitte de volgende tekst op 25/05/2005 13:44:
>
>
>
> Huh? I've got FF 1.0.4, but I can't reproduce what you're saying. I
> tried clicking on about everything there is, but that didn't change
> anything (except for the links in the main page).
>
> Any way, Roland proposed some changes to the site, which I forwarded to
> the webmaster.
>
> Also Adblock, IEview, Chatzilla, Fireftp, undoclosetab, bugmenot,
> signature and bugmenot extensions.
>
> H.
>
I got strange results on my system (W2K/SP4):
Moz 1.7.8: menu NOT working
Moz 1.8b1: menu DOES work
FF 1.0.4: menu DOES work
--
Regards,
Roland de Ruiter
___ ___
/__/ w_/ /__/
/ \ /_/ / \
| |
| Moz Champion 2005-05-25, 5:46 pm |
| Roland wrote:
> On 25-5-2005 18:06, Hendrik Maryns wrote:
>
>
> I got strange results on my system (W2K/SP4):
>
> Moz 1.7.8: menu NOT working
> Moz 1.8b1: menu DOES work
> FF 1.0.4: menu DOES work
try disabling your extensions, does it work then?
One or more of your extensions might be having a dehilbilitating affect,
who knows
| |
| Roland 2005-05-25, 5:46 pm |
| On 25-5-2005 23:31, Moz Champion wrote:
> Roland wrote:
>
>
>
> try disabling your extensions, does it work then?
> One or more of your extensions might be having a dehilbilitating affect,
> who knows
Hmm... disabling extensions in Mozilla Suite, do you know a way how to
do that?
FWIW, in Moz 1.7.8, I did create a new profile to do the test (the menu
didn't work).
--
Regards,
Roland de Ruiter
___ ___
/__/ w_/ /__/
/ \ /_/ / \
| |
| Moz Champion 2005-05-25, 5:46 pm |
| Roland wrote:
> On 25-5-2005 23:31, Moz Champion wrote:
>
>
>
> Hmm... disabling extensions in Mozilla Suite, do you know a way how to
> do that?
>
> FWIW, in Moz 1.7.8, I did create a new profile to do the test (the menu
> didn't work).
Start up in safe mode, that disables all extensions
go to site, see if it works
| |
| Roland 2005-05-25, 5:46 pm |
| On 25-5-2005 23:50, Moz Champion wrote:
> Roland wrote:
>
>
>
> Start up in safe mode, that disables all extensions
> go to site, see if it works
Hmm... safe mode in Mozilla Suite, do you know a way how to do that?
--
Regards,
Roland de Ruiter
___ ___
/__/ w_/ /__/
/ \ /_/ / \
| |
| Hendrik Maryns 2005-05-25, 5:46 pm |
| Moz Champion uitte de volgende tekst op 25/05/2005 23:50:
> Roland wrote:
>=20
).[vbcol=seagreen]
=20[vbcol=seagreen]
=20[vbcol=seagreen]
>=20
>=20
> Start up in safe mode, that disables all extensions
> go to site, see if it works
Doesn't seem to help here. But as I said, the source code is broken.
H.
--=20
Hendrik Maryns
Interesting websites:
www.lieverleven.be (I cooperate)
www.eu04.com European Referendum Campaign
aouw.org The Art Of Urban Warfare
| |
| Moz Champion 2005-05-25, 5:46 pm |
| Roland wrote:
> On 25-5-2005 23:50, Moz Champion wrote:
>
>
>
> Hmm... safe mode in Mozilla Suite, do you know a way how to do that?
>
My bad, doesnt exist, thats a Firefox thang
Sorry about that.
Disable all extensions and try the page
|
|
|
|
|