J&J
01-23-2004, 03:30 PM
Ok, I use 1 external CSS for IE-compatible browsers, & a different external CSS for Netscape-compatible ones. The page functions & looks fine in both IE & Netscape, FOR NOW...
It's annoying to update EVERY web page because of the links in my navigation constantly changing or pointing elsewhere, so I thought I'd make it easier on myself by putting the navigation in an external javascript called submenu.js. That way, I have only 1 file to edit, & all the pages are updated.
The navigation consists of 1 external javascript 1 external javascript (menu.js) for the popup DHTML menu functions & rollover buttons, and the final external javascript I'm trying to work on (submenu.js) is the list-items in the popup menu - which are updated frequently.
The problem is that when I try to make the popup list-items an external JS (submenu.js), the navigation menu's background seems to tile itself across the screen, even though I have it encased in a table cell of its own.
I can't seem to find out what's causing the stupid tile effect. It's weird because the original page & the new one are exactly the same, except for moving some of the coding into an external JS file (submenu.js).
The prob could be something so simple that I've overlooked cuz' I've been staring at the coding forever & getting cross-eyed. Maybe it's just a netscape bug, but I'm not sure. If you can figure it out, let me know.
BTW, excuse the site - as I haven't uploaded any more pages until I can figure out this mess or give up, whichever comes first. :D
Here's what the page looked like before making the popup menu's list-items an external JS: http://users.zoominternet.net/~jimmi.n.judy/PERFECT.html
Here's what it looks like after using submenu.js (looks ok in IE, but tiles in Netscape 7):
http://users.zoominternet.net/~jimmi.n.judy/PROBLEM.html
This is the problem external JS that causes tiling under netscape:
http://users.zoominternet.net/~jimmi.n.judy/submenu.js
And in case you need it, other pertinent files:
Popup DHTML menu & rollover buttons external JS - http://users.zoominternet.net/~jimmi.n.judy/menu.js
Netscape external CSS - http://users.zoominternet.net/~jimmi.n.judy/nsbody.css
:confused:
It's annoying to update EVERY web page because of the links in my navigation constantly changing or pointing elsewhere, so I thought I'd make it easier on myself by putting the navigation in an external javascript called submenu.js. That way, I have only 1 file to edit, & all the pages are updated.
The navigation consists of 1 external javascript 1 external javascript (menu.js) for the popup DHTML menu functions & rollover buttons, and the final external javascript I'm trying to work on (submenu.js) is the list-items in the popup menu - which are updated frequently.
The problem is that when I try to make the popup list-items an external JS (submenu.js), the navigation menu's background seems to tile itself across the screen, even though I have it encased in a table cell of its own.
I can't seem to find out what's causing the stupid tile effect. It's weird because the original page & the new one are exactly the same, except for moving some of the coding into an external JS file (submenu.js).
The prob could be something so simple that I've overlooked cuz' I've been staring at the coding forever & getting cross-eyed. Maybe it's just a netscape bug, but I'm not sure. If you can figure it out, let me know.
BTW, excuse the site - as I haven't uploaded any more pages until I can figure out this mess or give up, whichever comes first. :D
Here's what the page looked like before making the popup menu's list-items an external JS: http://users.zoominternet.net/~jimmi.n.judy/PERFECT.html
Here's what it looks like after using submenu.js (looks ok in IE, but tiles in Netscape 7):
http://users.zoominternet.net/~jimmi.n.judy/PROBLEM.html
This is the problem external JS that causes tiling under netscape:
http://users.zoominternet.net/~jimmi.n.judy/submenu.js
And in case you need it, other pertinent files:
Popup DHTML menu & rollover buttons external JS - http://users.zoominternet.net/~jimmi.n.judy/menu.js
Netscape external CSS - http://users.zoominternet.net/~jimmi.n.judy/nsbody.css
:confused: