|
|
 |
Re: FN-FORUM Netscape Probs
date posted 31st August 2000 12:57
Simon
The problem is the javascript you're using I think. You're using
if (document.images)
but your images are in a div tag. Netscape is looking for the images in the body of
the document and not in the div.
Den
>
> Hello
>
> I'm currently working on a new webpage for a client of mine who wants a very
> simple webpage but uses
> layers and behaviours etc..
>
> Now everything works fine in IE 5, but when loaded up in Netscape 4.5 and
> 4.75 the java rollovers don't work and nor does the behaviours which control
> the layers.
>
> As I'm just the designer type, I used Dreamweaver 2 to deal with the layers
> and behaviours and Imageready 2 to create the menu rollovers. So I don't
> really have a clue to whats going wrong here :-(
>
> Here are two versions of the same page (the only buttons which do anything
> are clients and jobs, but the others should still rollover)
>
> http://www.acute.force9.co.uk/emg/
> http://www.acute.force9.co.uk/emg/1emg.html
>
> Don't view the rest of the site, it's very old and only used for dev now!
>
> Simon
> www.dewboy.co.uk
>
|
 |
|