Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Community Forums
 Community Discussions (All other subjects)
 Netscape and Javascript
 New Topic  Topic Locked
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 2

Nikkol
Forum Moderator

USA
6907 Posts

Posted - 14 January 2003 :  11:12:24  Show Profile
no errors in the console. will pointer show a hand?

if you want to see what it is doing.. go to http://www.ksta.org in Netscape.

Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~

Edited by - Nikkol on 14 January 2003 11:13:11
Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 14 January 2003 :  12:02:20  Show Profile
did you set the height of the <tr> by any chance? In Netscape 7, it expands (although the menu item gets moved way to the right) and colapses, but when the text is being hidden, the row stays the same height. Then when you re-expand it, the height is added to the height already present.
Go to Top of Page

DavidRhodes
Senior Member

United Kingdom
1222 Posts

Posted - 14 January 2003 :  12:04:38  Show Profile
Not sure if it makes too much difference but the JavaScript should go between the HEAD tags.
Also remember that if you use DIV tags, the menu won't stretch, it'll appear over the ones below.
Try align="left" in the TD tags to sort out the text

The UK MkIVs Forum
Go to Top of Page

Nikkol
Forum Moderator

USA
6907 Posts

Posted - 14 January 2003 :  12:06:22  Show Profile
Ya, I was thinking about height. I didn't set the height. Should I do that? Then do I need to reset the height in javascript for expanding and collapsing?

Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~
Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 14 January 2003 :  12:12:12  Show Profile
I believe that if the contents of a row exeed the set height, the row will be forced to get higher. It might be worth trying although I'm absolutely no good at JavaScript and am just guessing here
Go to Top of Page

Nikkol
Forum Moderator

USA
6907 Posts

Posted - 14 January 2003 :  12:27:34  Show Profile
Update ... messing with the height didn't work. Also, setting align="left" didn't work.

Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~
Go to Top of Page

Kat
Advanced Member

United Kingdom
3065 Posts

Posted - 14 January 2003 :  12:36:50  Show Profile  Visit Kat's Homepage
You are using visible="hidden" are you not? I haven't looked at your code. this property reserves the space on the screen even if the content is hidden. The display property can be set to block or none and this does not reserve space.

KatsKorner

Installation Help | Snitz Mods | Forum Hosting
Go to Top of Page

DavidRhodes
Senior Member

United Kingdom
1222 Posts

Posted - 14 January 2003 :  12:37:58  Show Profile
ok, instead of style="display: none" try style="visibility: hidden" in the TR tags
and change the JS appropriately ie
display = visibility
none = hidden
block = visible

may work?
what's 'block' btw?


The UK MkIVs Forum
Go to Top of Page

Nikkol
Forum Moderator

USA
6907 Posts

Posted - 14 January 2003 :  12:46:31  Show Profile
i just switched to using divs. seems to work fine. check it out.

Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~
Go to Top of Page

Kat
Advanced Member

United Kingdom
3065 Posts

Posted - 14 January 2003 :  12:49:37  Show Profile  Visit Kat's Homepage
quote:
Originally posted by DavidRhodes

ok, instead of style="display: none" try style="visibility: hidden" in the TR tags
and change the JS appropriately ie
display = visibility
none = hidden
block = visible

may work?
what's 'block' btw?






It means the content is visible when it is set to 'block'

KatsKorner

Installation Help | Snitz Mods | Forum Hosting
Go to Top of Page

Kat
Advanced Member

United Kingdom
3065 Posts

Posted - 14 January 2003 :  12:51:01  Show Profile  Visit Kat's Homepage
quote:
Originally posted by Nikkol

i just switched to using divs. seems to work fine. check it out.



You could also use <span></span> tags. They don't kick down a line after use like <div> does.

We actually had a similar problem the other day with this. I just haven't had time to type much!!

KatsKorner

Installation Help | Snitz Mods | Forum Hosting
Go to Top of Page

Nikkol
Forum Moderator

USA
6907 Posts

Posted - 14 January 2003 :  13:07:04  Show Profile
Yes, I think I've used span instead of div.

Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Previous Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.31 seconds. Powered By: Snitz Forums 2000 Version 3.4.07