mamertionwm
02-09-2006, 08:54 AM
I have a site that has a top frame containing a graphic, and somehow I got it to not eclipse the graphic when you shrink the window. In fact, the whole page is almost kind of fluid. I have no idea how I did it, though.
I don't want to link to the site at the moment because it's for my cousin's wedding and has some private info in it, but if you need to see it to know what I mean, I can do a copy page and take out the info.
I'm just trying to find out if there is something obvious I've forgotten that you can plug in there to make that happen. Here is the html in the frames, if that will help:
<FRAMESET COLS="*,680,*" border=0 frameborder=0 framespacing=0>
<FRAME SRC="left.html" NAME="left" scrolling=no noresize>
<FRAMESET ROWS="145,135,*" border=0 frameborder=0 framespacing=0>
<FRAME SRC="top.html" NAME="top" scrolling=no noresize>
<FRAME SRC="top2.html" NAME="top2" scrolling=no noresize>
<FRAME SRC="bottom.html" NAME="bottom" noresize>
</FRAMESET>
<FRAME SRC="right.html" NAME="right">
</FRAMESET>
Thanks,
Mamertion
I don't want to link to the site at the moment because it's for my cousin's wedding and has some private info in it, but if you need to see it to know what I mean, I can do a copy page and take out the info.
I'm just trying to find out if there is something obvious I've forgotten that you can plug in there to make that happen. Here is the html in the frames, if that will help:
<FRAMESET COLS="*,680,*" border=0 frameborder=0 framespacing=0>
<FRAME SRC="left.html" NAME="left" scrolling=no noresize>
<FRAMESET ROWS="145,135,*" border=0 frameborder=0 framespacing=0>
<FRAME SRC="top.html" NAME="top" scrolling=no noresize>
<FRAME SRC="top2.html" NAME="top2" scrolling=no noresize>
<FRAME SRC="bottom.html" NAME="bottom" noresize>
</FRAMESET>
<FRAME SRC="right.html" NAME="right">
</FRAMESET>
Thanks,
Mamertion