Forum Moderators: open

Message Too Old, No Replies

N4 > div position: relative > links not clickable

         

rcjordan

7:20 pm on Jan 4, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



DIV.contmain {
position: relative;
left: 145px;
WIDTH: 469
}
DIV.contleft {
position: relative;
left: -470px;
width: 145;
}

In N4 (natch) any links in the moved divs become unclickable. Any workarounds?

Marshall

7:51 pm on Jan 4, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



RC,

Should you in px after the width figure?

DIV.contmain {
position: relative;
left: 145px;
WIDTH: 469px;
}
DIV.contleft {
position: relative;
left: -470px;
width: 145px;
}

Just a thought.

rcjordan

8:19 pm on Jan 4, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



> px after the width figure

I just put it in, that was sloppy of me... but no change on the links.

HOWEVER, wrapping the content in <ilayer><layer> links here</layer></ilayer> does activate the links on DIV.contmain. Doing the same trick on DIV.contleft makes the content disappear entirely. I'm playing with layer visibility now.

toolman

9:42 pm on Jan 4, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Are the layers overlapping? If they are let me know when you find the fix.

rcjordan

9:52 pm on Jan 4, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hey, I was counting on YOU to find the fix.

>overlapping

It's really wack-o, tool. I haven't tried clipping yet.

toolman

10:37 pm on Jan 4, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



>>>Hey, I was counting on YOU to find the fix.

If there was only a fix for that it would open a whole new world.

rcjordan

10:48 pm on Jan 4, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



>Doing the same trick on DIV.contleft makes the content disappear entirely.

OK, with clip I've gotten DIV.contleft to be visible, but it's stacked over DIV.contmain. I think I see what N4 is doing, the only hope may be to try and add the old table trick.