dvayne Posted February 29, 2008 Share Posted February 29, 2008 is it possible? how? any help would be appreciated.. Link to comment https://forums.phpfreaks.com/topic/93608-div-inside-frames/ Share on other sites More sharing options...
AndyB Posted February 29, 2008 Share Posted February 29, 2008 Yes it's possible. Now why not tell us what you're trying to do? Link to comment https://forums.phpfreaks.com/topic/93608-div-inside-frames/#findComment-479674 Share on other sites More sharing options...
haku Posted February 29, 2008 Share Posted February 29, 2008 Its possible, but frames are bad programming and are not recommended at all. They cause all sorts of troubles. Link to comment https://forums.phpfreaks.com/topic/93608-div-inside-frames/#findComment-479684 Share on other sites More sharing options...
dvayne Posted February 29, 2008 Author Share Posted February 29, 2008 Yes it's possible. Now why not tell us what you're trying to do? <html> <head> </head> <frameset rows="15%,75%,8%" frameborder=0 framespacing=0 border=0 style="z-index:1;"> <div style="position:absolute; top:10px; left:826px; z-index:100;" align="right"><a href="logout.php">Sign-out</a></div> <frame name=Frame1 src="banner1.html" scrolling=no marginwidth=0 marginheight=0"> <frame name=Frame3 src="body.php" scrolling="yes" marginwidth=10 marginheight=0 > <frame name=Frame2 src="banner2.html" scrolling=no marginwidth=0 marginheight=0 > <noframes> </noframes> </frameset> </html> I couldn't see Sign-out, please help me... Link to comment https://forums.phpfreaks.com/topic/93608-div-inside-frames/#findComment-480522 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.