![]() Preserved Topic: Problem With Frames (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: NyC |
![]() 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 |
![]() 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 |
![]() 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 |
![]() 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 |
Bipolar (III) Inmate From: NyC |
![]() 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 |
Maniac (V) Inmate From: out of a sleepy funk |
![]() 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 |
![]() 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 |
![]() where can i find out how to make a dhtml scroller? |
Paranoid (IV) Inmate From: Honolulu, Hawaii, USA |
![]() JMabry and I went to the same classes regarding frames. |
Paranoid (IV) Inmate From: Honolulu, Hawaii, USA |
![]() Alternatively, you could make a table with three rows. |
Maniac (V) Mad Scientist From: Mi, USA |
![]() 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 |
![]() http://www.chizeledlight.com/other/sotf/ |
Maniac (V) Mad Scientist From: the west wing |
![]() code: <frameset cols="*,80" frameborder="NO" border="0" framespacing="0">
|