CSS Arguments... need a fast fix please
Hey there all... sorry this is short but i need this quick... and or some type of work around... ok... Can you set something like "height=100% -130px" if so how would one do that? thank you for the help.... jeremy-bass
the container [CODE].padbcont_32AE27C {position: absolute; left: 50%; margin-left: -312px; width:625px; height:100% }[/CODE]
the top [CODE].padbcont_32D0C61 { width:625px; height:136px }[/CODE]
the middle [CODE].padbcont_3A1FA66 { width:625px;}[/CODE]
the bottom
[CODE].padbcont_32D4330 { bottom: 0; width:625px; height:61px }[/CODE]
body
[CODE]<body align="center"> <div align="center"> <iframe src="indexITEMS/header.html" frameborder="0" scrolling="no" align="top" height="136px" width="641"></iframe> <iframe id="_Bodyarea" name="_Bodyarea" src="indexITEMS/body/body_home.html" frameborder="0" scrolling="yes" align="absmiddle" height="100%" width="641"></iframe> <iframe src="indexITEMS/foot/foot.html" frameborder="0" scrolling="no" align="bottom" height="61px" width="641"></iframe> </div> </body>[/CODE] Started By JeremyLBass on Apr 11, 2006 at 3:26:06 AM |