I want to get the top layer to appear right on top of where the other two
are.  How do I do this?

  <div id="More<?=$row["UserID"]?>" style="visibility: visible; zIndex:1"><a
href="javascript:show('Layer<?=$row["UserID"]?>');show('layerhide<?=$row["Us
erID"]?>');show('ViewFullProfile<?=$row["UserID"]?>');hide('More<?=$row["Use
rID"]?>')">Want
                to know more about me? Click here!</a>
              </div></font>
                          </b>
                          <div id="ViewFullProfile<?=$row["UserID"]?>" 
style="visibility:hidden;
z-index:-1;"><a
href="userinfo.php?username=<?=$row["UserAIM"]?>"><strong><font
color="#33CC00" size="2pt">Want
                    to view more, click here to
view</font></strong></a></div>

                  <div id="layerhide<?=$row["UserID"]?>" style="z-index:-1;
visibility:hidden"><a
href="javascript:hide('Layer<?=$row["UserID"]?>');hide('layerhide<?=$row["Us
erID"]?>');hide('ViewFullProfile<?=$row["UserID"]?>');show('More<?=$row["Use
rID"]?>')"><strong><font color="#FF3333" size="2pt">Not
                    interested, click here to hide</font></strong></a></div>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to