Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: table centering


Message #1 by "Bartolo Geraci" <bgeraci@t...> on Fri, 29 Dec 2000 02:14:53 -0000
Could someone please help me: in the attached file I have a nested 
table which should be horizontally and vertically centered. It
works fine on Macintosh, but I doesn't with IExplorer on a
Windows-system (Netscape shows it ok). What I am doing wrong?? One
more question: is it safe to use CSS-styles on tables? I notice 
always something wrong when I do this. Thanx. Bartolo.


<HTML>
<HEAD>
<TITLE>Bartolos Family Album</TITLE>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript">
<!--

normal=new Image();
over=new Image();
normal.src="../gemeinsam/images/album-cover-weiter-an.jpg";
over.src="../gemeinsam/images/album-cover-weiter-aus.jpg";

function Swap(){document.Weiter.src=over.src;}
function Restore(){document.Weiter.src=normal.src;}

//-->
</script>
<STYLE type="text/css">
<!--
a:link	{  text-decoration: none; }
a:visited	{  text-decoration: none; }
a:hover	{  color: #FFCCFF; text-decoration: none; }
-->
</STYLE>
</HEAD>

<BODY bgcolor="#FFFFFF" text="#0000FF" link="#000033" vlink="#CCCCFF" alink="#FFCCFF"
background="../gemeinsam/images/album-cover-hg.jpg" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<TABLE width="100%" border="6" height="100%" bordercolor="#000033">
  <TR> 
    <TD colspan="9" height="97%" valign="middle"> 
      <TABLE width="80%" border="2" height="80%" bordercolor="#000033" align="center">
        <TR> 
          <TD> 
            <TABLE width="100%" border="0">
              <TR> 
                <TD height="398" valign="middle" align="center"><IMG src="../gemeinsam/images/album-title.jpg" width="255"
height="180"></TD>
              </TR>
            </TABLE>
            <TABLE width="40" border="0" align="right">
              <TR> 
                <TD><A href="album-seiten.html" onMouseOut="Restore()" onMouseOver="Swap()" onClick="Restore()"><IMG
name="Weiter" border="0" src="../gemeinsam/images/album-cover-weiter-an.jpg" width="44" height="45"></A></TD>
              </TR>
            </TABLE>
          </TD>
        </TR>
      </TABLE>
    </TD>
  </TR>
  <TR> 
    <TD width="15%" height="3%"></TD>
    <TD width="10%" height="3%"> 
      <DIV align="center"><FONT face="Arial" size="1"><A href="menu.html">Home</A></FONT></DIV>
    </TD>
    <TD width="10%" height="3%"> 
      <DIV align="center"><FONT face="Arial" size="1"><A href="life.html">Life</A></FONT></DIV>
    </TD>
    <TD width="10%" height="3%"> 
      <DIV align="center"><FONT face="Arial" size="1"><A
href="atelier.html">Gallery</A></FONT></DIV>
    </TD>
    <TD width="10%" height="3%"> 
      <DIV align="center"><FONT face="Arial" size="1"><A
href="../gemeinsam/musik.html">Musik</A></FONT></DIV>
    </TD>
    <TD width="10%" height="3%"> 
      <DIV align="center"><FONT face="Arial" size="1"><A
href="palermo.html">Palermo</A></FONT></DIV>
    </TD>
    <TD width="10%" height="3%"> 
      <DIV align="center"><FONT face="Arial" size="1"><A
href="puzzle.html">Spiel</A></FONT></DIV>
    </TD>
    <TD width="10%" height="3%"> 
      <DIV align="center"><FONT face="Arial" size="1"><A
href="links.html">Links</A></FONT></DIV>
    </TD>
    <TD height="3%" width="15%"></TD>
  </TR>
</TABLE>
</BODY>
</HTML>

---
FREE WEB DEVELOPMENT CODE, CONTENT, AND INSIGHTS
IN YOUR INBOX!
Get the latest and best HTML, XML, and JavaScript tips, tools, and 
developments from the experts.  Sign up for one or more of EarthWeb?s
FREE IT newsletters at http://www.earthweb.com today!  
---
You are currently subscribed to html_code_clinic as: $subst('Recip.EmailAddr')
To unsubscribe send a blank email to leave-html_code_clinic-$subst('Recip.MemberIDChar')@p2p.wrox.com

  Return to Index