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
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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.