html frameset alignment
say i have 3 frames frameset organized 3 rows. frames 1 3 site support 2 (the executive one) an outmost website. there duplicity proceed force browser centre align information support 2?
i've found little work-around uses frameset within frameset 2 vacant columns presumably side information nonetheless means scrollbars frames 2 3 out alignment.
any ideas?
edit : formula i have now :
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="head1" runat="server" />
<frameset rows="10%,65%,25%" border=0 frameborder="no">
<frame name="nav" noresize scrolling="no" src='navigationbar.aspx?navigation=<%=sdisplaynavigation %>'>
<frameset cols="1*,1010px,1*">
<frame name="lspace" scrolling="no" src="border.htm">
<frame name= "main" scrolling="auto" src='<%=smaintexturl%>#highlight'>
<frame name="rspace" scrolling="no" src="border.htm">
</frameset>
<frame name="suggest" scrolling="yes" noresize src='<%=ssuggesturl%>'>
</frameset>
</html>
Comments
Post a Comment