Preserved Topic: More Positioning Questions (Page 1 of 1) |
|
---|---|
Obsessive-Compulsive (I) Inmate From: Simi Valley, California, USA |
posted 04-23-2000 14:53
Im working a page inspired by doc ozones Dream Page. (which I thinks is the best page of the entire site)this page uses Dhtml. the div tag and scrolling.It is also in a frame for the navigation interface. The problem lies in variable browser size. which throws off the positioning. Is there a code that will resize and keep everthing centered? http://www.wavewebs.com/aboutframe.htm |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 04-26-2000 15:09
I'm not exactly sure what the problem is. The only problem that I see is that the text goes out to the right of the scroller, which can probably be fixed by a "width" style-sheet attribute for the div tag. But this doesn't seem to be the problem that you're describing. Is it?<P>---------- |
Obsessive-Compulsive (I) Inmate From: Simi Valley, California, USA |
posted 04-27-2000 14:47
The Problem here is screen resolution or browser size will throw the centering off. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 04-28-2000 00:24
Okay this isn't really a centering problem with a resize. The thing is that your container DIV is positioned absolutely. (Not centered.<P>The page isn't that wide, I'd probably recommend just positioning everything absolutely it just gives you more control.<P>I've got an example of this at www.bitdamaged.com/testpages/about3.htm |
Obsessive-Compulsive (I) Inmate From: Simi Valley, California, USA |
posted 04-28-2000 01:41
Thanks Bitdamage whatever it is you did worked. Did you use absoulte positioning left |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 04-28-2000 18:39
Yeah, <P>Here's the changes to the HTML |