Preserved Topic: Problem With Frames |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: NyC |
posted 12-17-2000 07:01
Ok i have been working on this all day and i jsut can't get it right. I am trying to align this interface i made, heres a screen shot of what it looks like http://www.gamerznetwork.net/screen.jpg First off its only lined up if the browser is that exact size. and only on 1024x768. I have tried everything but i just cant get it. Anyone know how i can align it? |
Paranoid (IV) Inmate From: Honolulu, Hawaii, USA |
posted 12-17-2000 07:27
I took a look with my 800x600 IE5 browser. Bummer. You neglected to say where you want it aligned. I was unable to view the source code, so I wasn't able to see what you were trying to accomplish. Did you block the source code visibility? |
Maniac (V) Inmate From: out of a sleepy funk |
posted 12-17-2000 07:46
The source code isn't visible cuz it's a screen cap, a jpg. I'm with RANCID there man, I'm not sure what you're askin. Aligned with what? Frames? Where? That design doesn't appear to need frames. I'm confused all 'round. Are you messin with my head? HEheh, sleepy. g'nite. |
Bipolar (III) Inmate From: NyC |
posted 12-17-2000 17:08
ok the reason i want to have that in frames is because i want to be able to write in the middle aswell as have a scroll bar in the middle, so what i did is cut that image up in to 4 peices, and made 5 frames which look something like this the middle fram is just gonna be gray and then i put the 4 peices that i cut the interface into the 4 frames around the middle, do u understand now? If you still dont please icq me: 37874753 thanks |
Bipolar (III) Inmate From: NyC |
posted 12-17-2000 17:09
ok the reason i want to have that in frames is because i want to be able to write in the middle aswell as have a scroll bar in the middle, so what i did is cut that image up in to 4 peices, and made 5 frames which look something like this the middle fram is just gonna be gray and then i put the 4 peices that i cut the interface into the 4 frames around the middle, do u understand now? If you still dont please icq me: 37874753 thanks |
Maniac (V) Inmate From: out of a sleepy funk |
posted 12-17-2000 21:35
I've personally never worked with frames before so I'm not much help. When I first started making web sites, frames was a dirty word amongst the people I was learning from so I never even looked into them. It does however look to be a perfect opportunity for a DHTML scroller, this would probably be much simpler to implement than the set of frames you're showing there. |
Maniac (V) Mad Scientist From: :morF |
posted 12-17-2000 23:14
if you're still determined to do frames...have you made sure that in your frame settings, you have your margins set to "0" and any padding set to "0", and all of your borders turned off? Prolly a stupid question, but it has to be asked. |
Bipolar (III) Inmate From: NyC |
posted 12-18-2000 01:54
where can i find out how to make a dhtml scroller? |
Paranoid (IV) Inmate From: Honolulu, Hawaii, USA |
posted 12-18-2000 02:59
JMabry and I went to the same classes regarding frames. |
Paranoid (IV) Inmate From: Honolulu, Hawaii, USA |
posted 12-18-2000 03:21
Alternatively, you could make a table with three rows. |
Maniac (V) Mad Scientist From: Mi, USA |
posted 12-18-2000 03:29
this is a framed site that I did recently that is quite similar to the layout you show that you want. |
Bipolar (III) Inmate From: Jacksonville, FL, USA |
posted 12-18-2000 17:18
http://www.chizeledlight.com/other/sotf/ |
Maniac (V) Mad Scientist From: the west wing |
posted 12-18-2000 22:15
code: <frameset cols="*,80" frameborder="NO" border="0" framespacing="0">
|