Search found 3 matches

by jj@bitmaster.it
Wed Apr 10, 2002 8:55 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Centering in explorer
Replies: 3
Views: 3564

Re: Centering in explorer

Last rant for the day :-)

This is the ultimate fix for explorer... (it wasn't going to be ok anymore when scrollbars showed up):

line 496 char 341:

ww=_d.body.clientWidth;wh=_d.body.clientHeight

becomes

ww=_d.body.clientWidth;wh=_d.body.clientHeight;if( _d.body.clientHeight>_d.body.scrollHeight ...
by jj@bitmaster.it
Wed Apr 10, 2002 8:03 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Centering in explorer
Replies: 3
Views: 3564

Re: Centering in explorer

Seems like I got it right... it works in Opera, too. :-)
by jj@bitmaster.it
Wed Apr 10, 2002 7:56 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Centering in explorer
Replies: 3
Views: 3564

Re: Centering in explorer

Ahum... to fix NS 4.79(dunno about other releases)...

line 496, char 424

change:

ww=self.innerWidth-16

to:

ww=self.innerWidth-12


I'm not totally sure this is the way to go for fixing EVERY centering problem, but my menu wasn't going to cooperate any way but this.

I'm gonna test this with ...