Search found 3 matches

by evasjam
Wed Jul 10, 2002 1:11 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: :?: NN 4.7 does not set colours correctly
Replies: 2
Views: 2635

Hi,
thanx for your tip. I edited my css and now it works fine!:D

bye,
evasjam
by evasjam
Wed Jul 10, 2002 11:42 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: :?: NN 4.7 does not set colours correctly
Replies: 2
Views: 2635

:?: NN 4.7 does not set colours correctly

Hi! I experierenced that Netscape 4.7 doesn't set correct 'Mouse Off Font Color', 'Mouse Off Background Color', 'Mouse On Font Color' and 'Mouse On Background Color' in my menu. It works fine with Netscape 6, Opera 6, IE 6, Beonex and Mozilla.
I tried the workaround which Richard posted in the ...
by evasjam
Fri Jun 14, 2002 2:54 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: links and targets
Replies: 0
Views: 2181

links and targets

:?: Hi! I would like to have clicking on a link in a submenu, the page pops up in a new window instead of in the same page. I tried to implement a function like

var newwin;
function popRemote(winurl,winname,winfeatures,opener) {
newwin = window.open(winurl,winname,winfeatures);
if (newwin.opener ...