View Full Version : need help on frames


angelicwings
06-17-2003, 06:27 PM
i need help... i know how to make a frameset with bottom and left frames... but then in their backgrounds, there's this one big background, so basically if u put the frameset all together, one big picture will show... but then the problem is, there's like a white gap between them... how do i remove that gap?

MaGiCSuN
06-17-2003, 06:35 PM
try adding frameborder="0" to the frame tags

Love,
Mirna

angelicwings
06-18-2003, 02:37 AM
uhm... i already have that.. they still have those white gap... and i am really confused... i know i shouldn't be cuz all that i'm gonna put in there is like really short... but then i want it to be really nice and i want it to be like what i had in mind... it's like the main menu is at the bottom frame,and then the background of the whole page is this one image. and when i click sumwhere there, a new navigation is shown at the left frame without ruining the background image and then when i click on one of the links on the left frame, it shows on the right frame. *sigh* it is really complicated... but i really wanted to focus on the background image... =(

pb&j
06-18-2003, 03:55 AM
try putting...
BORDER="0"
into your
FRAMESET
tag.

angelicwings
06-18-2003, 04:03 AM
uh... i have that too... i'll show you what i have:

<FRAMESET ROWS="383,93">
<FRAMESET COLS="140,473">
<FRAME SRC="splash.jpg" NAME="left" border=0 frameborder=0 framespacing=0 scrolling=no marginwidth=0 marginheight=0 noresize>
<FRAME SRC="main.jpg" NAME="right" border=0 frameborder=0 framespacing=0 scrolling=no marginwidth=0 marginheight=0 noresize>
</FRAMESET>
<FRAME SRC="menu.jpg" NAME="bottom" border=0 frameborder=0 framespacing=0 scrolling=no marginwidth=0 marginheight=0 noresize>
</FRAMESET>

and so far... the white gaps are still there... i'm trying to put them all together in a 618 x 478 chromeless pop-up(i already know how to do the pop-up) the problem is the frames...

pb&j
06-18-2003, 04:14 AM
Originally posted by pb&j
try putting...
BORDER="0"
into your
FRAMESET
tag.
try again.

angelicwings
06-18-2003, 05:14 PM
to get a great idea on how i wanted the frames to be... i wanted it to be like this: http://quasigeek.net/ i was browsing at some of the webpages here and if u click on writing part, then poetry, i wanted it to be like that... however, i want the main navigation to be at the bottom... i know it's complicated that's why help me... please...

MaGiCSuN
06-18-2003, 05:59 PM
<FRAMESET ROWS="383,93" border=0 frameborder=0 framespacing=0>
<FRAMESET COLS="140,473" border=0 frameborder=0 framespacing=0>
<FRAME SRC="splash.jpg" NAME="left" scrolling=no noresize>
<FRAME SRC="main.jpg" NAME="right" scrolling=no noresize>
</FRAMESET>
<FRAME SRC="menu.jpg" NAME="bottom" scrolling=no noresize>
</FRAMESET>

all you had to do was to put the frameborder=0 border=0 framespacing=0 part into the FRAMESET code not the FRAME SRC code :)

Love,
mirna

angelicwings
06-19-2003, 03:11 AM
t h a n k y o u v e r y m u c h ! ! !

i really appreciate your help!!!!