Preserved Topic: scrolling tables (Page 1 of 1) |
|
---|---|
Nervous Wreck (II) Inmate From: Manassas VA, USA |
posted 05-28-2002 18:38
Hopefully some of you guru types can give me a hand here. |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 05-28-2002 21:55 |
Nervous Wreck (II) Inmate From: Manassas VA, USA |
posted 05-29-2002 21:09
I know the percentage is why it scrolls. I would use pixels but it has to be variable. I was hoping someone had a solution aside from px. |
Bipolar (III) Inmate From: Berlin (almost) |
posted 05-29-2002 21:18
Could you give us a link to an example page? That would make suggestions much easier... |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 05-29-2002 21:42
RypTide: You could always use Javascript to detect the size of the browser window and adjust the height of the scrolling element accordingly - a little convoluted but it would work. I would have thought setting things to a percentage would work but as kuckus says we'd need to see the page (there could be something else messing up your layout). |
Bipolar (III) Inmate From: Berlin (almost) |
posted 05-29-2002 21:51
What, that's your first two posts? I'm really blind sometimes. But better late than never: Welcome to the Asylum! |
Nervous Wreck (II) Inmate From: Manassas VA, USA |
posted 06-03-2002 19:50
quote:
|
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 06-03-2002 19:51
btw: out of personal experience that javascript resolution detector only works in 50% of page loads. |
Nervous Wreck (II) Inmate From: Manassas VA, USA |
posted 06-03-2002 20:07
actually, I think I can use the screensize - header - footer. |
Nervous Wreck (II) Inmate From: Manassas VA, USA |
posted 06-05-2002 20:54
I figured out what the problem was.: |