brown2005 Posted December 1, 2007 Share Posted December 1, 2007 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 Quote Link to comment Share on other sites More sharing options...
MadTechie Posted December 1, 2007 Share Posted December 1, 2007 Wrong section.. the fact you use print doesn't mean its PHP related this is a HTML/CSS problem Quote Link to comment Share on other sites More sharing options...
PHP_PhREEEk Posted December 1, 2007 Share Posted December 1, 2007 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.