Closed Thread Icon

Preserved Topic: dHTML sliders not working in nested tables with CSS? (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=17910" title="Pages that link to Preserved Topic: dHTML sliders not working in nested tables with CSS? (Page 1 of 1)" rel="nofollow" >Preserved Topic: dHTML sliders not working in nested tables with CSS? <span class="small">(Page 1 of 1)</span>\

 
Pugzly
Paranoid (IV) Inmate

From: 127.0.0.1
Insane since: Apr 2000

posted posted 01-08-2001 17:56

Ok. I've tried a bunch of dHTML sliders. On a page by themselves, they all work in IE and NN. Cool.
But insert the same code (copy/paste) into a nested tables page (for positioning within existing content) that uses CSS, and they stop working. I've adjusted the DIV tags and such accordingly. But none seem to work.

Just curious as to if anyone else has seen this, or has some pointers?

Pat Richard
Web weenie
http://www.gurusnetwork.com
ICQ 23113317

GRUMBLE
Paranoid (IV) Mad Scientist

From: Omicron Persei 8
Insane since: Oct 2000

posted posted 01-08-2001 18:08

hmmm. could you give an example?
maybe its cause tables are something very static?

Bugimus
Maniac (V) Mad Scientist

From: New California
Insane since: Mar 2000

posted posted 01-08-2001 20:51

Pugz,

This is a real doozy. I have been struggling with it recently but don't have much successful sample code to share yet. Once I figure it out, I will be happy to help but for now, I join you in calling for insight from our fellow coding friends.

Pugzly
Paranoid (IV) Inmate

From: 127.0.0.1
Insane since: Apr 2000

posted posted 01-09-2001 06:12

Ok, here is the closest I've gotten so far: http://development.runningwolf.com/index.htm?/scroller2/new_index.htm
In IE, it works perfectly. In NN, it works, but it kills all the style info for the page.
If you look at the main template page, http://development.runningwolf.com/index.htm you see that the page looks fine. So using an SSI call to toss the scroller into the content area breaks something in NN, and I can't figure out what. Seems no matter which scroller I use, I end up with this problem.

A big Bozo button to anyone who may have a solution.

Pat Richard
Web weenie
http://www.gurusnetwork.com
ICQ 23113317

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 01-09-2001 09:02

Hmm, I would say that it doesn't work in IE correctly, either. The scroller is positioned over the navigation menu (at least on my screen resolution).

[edit]
I see that you're using absolute positioning, so that's why scroller is over the navigation menu. If you intend to use absolute positioning, then there's no need to put the scroller in the table.
[/edit]



[This message has been edited by mr.maX (edited 01-09-2001).]

Pugzly
Paranoid (IV) Inmate

From: 127.0.0.1
Insane since: Apr 2000

posted posted 01-09-2001 14:25

Okay. I'm kinda new in the DIV areas, especially with positioning. What is the alternative if I want to include it in the middle of the page? Should I use "RELATIVE"?

Pat Richard
Web weenie
http://www.gurusnetwork.com
ICQ 23113317

DmS
Paranoid (IV) Inmate

From: Sthlm, Sweden
Insane since: Oct 2000

posted posted 01-10-2001 08:39

It works up to 800x600 right now, as I see it, you need to either make the scrolling div follow the "centering" of the page, or to settle with having the whole page to the far left.
(that's what I'd do) If you want to keep it centered you could either calculate innerwidth on every resize and place it correctly from that, or you could try relative positioning.
(I hav'nt tried anything else than placing it all to the left)

If you use relative positioning you should place the DIV's in the place in the code that you'd normally write the text, for example inside a table cell, then whatever values you use in the positioning attribute will be the distance from the upper left corner of that TD.
Remember though, the DIV will reserve space in the browser wether it is visible or not, don't know if that would matter in this case though.

As for the NS thing, I don't have a clue, but I've encountered it on a test page I made a while back.
Dan

« BackwardsOnwards »

Show Forum Drop Down Menu