Click to See Complete Forum and Search --> : netscape 4.7 vs 7.0 div-positioning


Chickenman
03-08-2003, 06:50 PM
Hi Cracks,

my problem concerns the navigation-bar in the top-frame. clicking on a link should make a layer in the left-frame with further links visible. these layers are div-containers positioned with external css. external because i want to take different screen-solutions into consideration with different sheets.
on 'home' there should be all layers on the left 'hidden' which is default, only when making a choice in the top a layer should become visible. It's of course no problem with all ie's, but netscape 7.0 won't show any layer! and most surprising netscape 4.7, this old bastard does !!!:confused:

any clues

thank you so far

Chickenman

gil davis
03-08-2003, 07:24 PM
Originally posted by Chickenman
any cluesAll clues lie in your code. Without your code we are clueless.

NS 7 is a DOM-compliant browser. You access an object using

document.getElementById("divID").style.visibility = "visible"; // or "hidden"

Chickenman
03-08-2003, 07:30 PM
you can have a look at www.alekos-farma-almyrida.com .
i'm building up this site but i just managed to have a somehow proper ie-version but look at the top-frame's code

i hope that helps, it's the show-hide-layer thing, not really elegant what i did, but i'm learning

thank you

Alex