Newbie question about positioning.

by admin(at)mindcrash.net

 Date:  Sun, 14 Apr 2002 18:27:08 -0700 (PDT)
 To:  hwg-basics(at)mail.hwg.org
  todo: View Thread, Original
Ok, I apologise in advance if there is some easy way
to do this but I'm pretty new to HTML. I'm going to
put the coding that I have for this file below. Heres
what I'm trying to acomplish. I have a 3 framed site,
a top frame for banners and misc stuff. A left frame
for a menu style appearance and navigational buttons,
finaly I have a main frame for information and
graphics to be displayed on. The HTML I have posted is
for the top frame. I'm trying to put the flag to the
absolute top left which I have managed to do. The logo
is suposed to be centered in the middle which has also
worked. The FusionBot which is a search engine for the
site is suposed to be aligned to the right but no
matter what I try to do it always ends up appearing
below all the other graphics which makes it disappear
completly because of the frames. Any help would be
appreciated and if you need to look at the find you
can find it at http://www.mindcrash.net/toplev.html.
Thanks for any help in advance.

HTML> 
<HEAD>
<Title>Mindcrash</TITLE>
</HEAD>
<script language="JavaScript">
<!--
function MM_reloadPage(init) {  //reloads the window
if Nav4 resized
  if (init==true) with (navigator) {if
((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth;
document.MM_pgH=innerHeight; onresize=MM_reloadPage;
}}
  else if (innerWidth!=document.MM_pgW ||
innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->
</script>
<BODY bgcolor="#000000" text="#FFFFFF">
<center>
  <img src="Pictures/MND-Logo1.jpg" width="168"
height="72">
  </center>
<right> 
  <!-- Begin FusionBot.com site search engine code -->
  <form method="GET"
action="http://ss403.fusionbot.com/cgi-bin/ss_query">
    <div align="left"><font size="2"
face="Arial">Search:</font><br>
      <input type=text name="keys" size="15">
      <input type=submit value="GO" name="submit">
      <br>
      <font face="Arial" size="1"> <a 
href="http://ss403.fusionbot.com/cgi-bin/ss_help?sitenbr=86504655">search
tips</a> 
      </font> <font face="Arial" size="1"> <a 
href="http://ss403.fusionbot.com/cgi-bin/ss_sitemap?sitenbr=86504655">sitemap</a>

      </font> 
      <input type=hidden name="sitenbr"
value="86504655">
    </div>
  </form>
  <!-- End FusionBot.com site search engine code -->
  </right> 
  <div id="Layer1" style="position:absolute; left:0px;
top:0px; width:102px; height:54px; z-index:1"><b><a
href="http://www.fbi.gov/mostwant/terrorists/fugitives.htm"
target="_blank"><img src="Pictures/usflag.gif"
width="102" height="54" border="0"></a></b></div>
</BODY>
</HTML>

__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/

HTML: hwg-basics mailing list archives, maintained by Webmasters @ IWA