PDA

View Full Version : Help with Frames please



Artom
January 29th, 2004, 06:06 PM
Hey guys i am not 2 familiar with frames, but i think that's what they used on this website--> http://www.flashlevel.net . If you go from page to page the content loads in the bottom part of the site and the header stays the same.

do you think they used frames for that? Or did they use something else?


Thanks in adv.

eyezberg
January 29th, 2004, 06:09 PM
in your browser, use "view>source"....


<frameset cols="*,736,*" framespacing="0" frameborder="no" border="0">
<frame src="outside_leftcolumn.htm" name="left" frameborder="no" scrolling="no" noresize marginwidth="0" scrolling="no">
<frameset rows="212,*" cols="*" framespacing="0" frameborder="no" border="0">
<frame src="flexy/inside_top.htm" name="header" frameborder="no" noresize marginwidth="0" marginheight="0" scrolling="no">
<frameset cols="13,*"framespacing="0" frameborder="no" border="0">
<frame src="inside_leftcolumn.htm" name="leftcolumn" frameborder="no"noresize marginwidth="0" marginheight="0" scrolling="no">
<frameset cols="710,13" framespacing="0" frameborder="no" border="0">
<frame src="http://www.flashlevel.net/flexy/contents.php" name="content" frameborder="no" scrolling="AUTO" noresize marginwidth="0" marginheight="0">
<frame src="inside_rightcolumn.htm" name="rightcolumn" frameborder="no" marginwidth="0" marginheight="0" scrolling="NO">
</frameset>
</frameset>
</frameset>
<frame src="outside_rightcolumn.htm" name="right" frameborder="no" scrolling="no" noresize marginwidth="0" marginheight="0">
</frameset>

</frameset>

Artom
January 29th, 2004, 06:15 PM
didn't think of that man.
okay thanks.

one more question... what are iframes? are they another kind of frames?
Thanks again

eyezberg
January 30th, 2004, 01:57 AM
use google...

they're like a layer on top of your page which you can move around with code..
html familiars, pls add/correct/complete the former..
i only flash :D

Jeff Wheeler
January 31st, 2004, 10:18 PM
I would drscribe them as frames within the page where you don't have to have the rest of the page in tons of frames. The site you posted would have a much easier job bye the way if they used iframes instead of frames, not sure how great the support is though. I use css to make my scrollbars, never iframes or frames.