Jump to content

div inside frames


dvayne

Recommended Posts

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

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.