hi all,
i've got the html below to include a background
[CODE=html]
<HTML>
<HEAD>
<TITLE> StarHub Query System </TITLE>
</HEAD>
<BODY BACKGROUND="C:\ program files\Apache Software Foundation\Apac he2.2\htdocs\st arhub1024by768. jpg">
<div style="position :absolute; top:223px; left:425px; width:180px; height:10px">
<a href="mml_optio ns.htm">MML LOG</a>
</div>
</BODY>
</HTML>
[/CODE]
how do we ensure our background minimizes when we minimize our browser window?
cos i realise my code doesn't...only the browser minimises but not the images or the backgrounds
i've got the html below to include a background
[CODE=html]
<HTML>
<HEAD>
<TITLE> StarHub Query System </TITLE>
</HEAD>
<BODY BACKGROUND="C:\ program files\Apache Software Foundation\Apac he2.2\htdocs\st arhub1024by768. jpg">
<div style="position :absolute; top:223px; left:425px; width:180px; height:10px">
<a href="mml_optio ns.htm">MML LOG</a>
</div>
</BODY>
</HTML>
[/CODE]
how do we ensure our background minimizes when we minimize our browser window?
cos i realise my code doesn't...only the browser minimises but not the images or the backgrounds
Comment