Jump to content

frames to divs


brown2005

Recommended Posts

print"<frameset rows='130,*' border='0' frameborder='0' framespacing='0'>\n";

print"<frame src='' name='nav' marginwidth='0' marginheight='0' scrolling='no' noresize>\n";

print"<frame src='http://www.fantasy-comps.com' name='merch' scrolling='auto' frameborder='1' noresize>\n";

print "</frameset>\n";

 

hi i have the above frames which is what im looking for but is there a way of doing the same with divs and not using frames

 

Link to comment
https://forums.phpfreaks.com/topic/79738-frames-to-divs/
Share on other sites

ditto on wrong section...

 

Usually frames are used for a specific reason, which is to be able to update one specific frame without reloading the entire site. Converting to divs will lose the ability to target a frame. If that's cool with you, here's a page with some 'frame' type layouts using CSS: http://www.pmob.co.uk/

 

Some of the code behind those examples is old, but it's a starting point. Further questions would be suited to the CSS forum.

 

PhREEEk

Link to comment
https://forums.phpfreaks.com/topic/79738-frames-to-divs/#findComment-403811
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.