[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.4

Images in Front of Table Displayed by javascript

Asked by BorgPicard in JavaScript

Okay I have a problem....

First visit:
www.eastbaygolf.com and dev.eastbaygolf.com

The menu on the www site is somewhat messed up with fonts etc so I am trying to fix it with the one on the dev site.

The problem is that the menu comes up behind the "Logo" image.  I have a ton of code so let me submit it below:

<%Response.Expires=-5000%>
<%Session("LastValid")=Application("baseurl") %>
<%if Request("done")=1 then session("viewflash")=1%>
<%if session("viewflash")=0 then%>
<%session("viewflash")=1
%>
<HTML>
<HEAD>
<TITLE>Welcome to The Reserve at East Bay Online!</TITLE>
<style type="text/css">
#nouscore      { text-decoration: none; }
.body10            { font-family: arial, helvetica, sans-serif; font-size: 10pt; color: white; }
a:link      {color: white; }
a:visited      { color: black; }
a:active      { color: black; }
</style>
</HEAD>
<BODY bgcolor="#000000">
<table cellpadding=0 cellspacing=0 border=0 width=100%>
      <tr>
            <td valign=top align=center>
<table cellpadding=0 cellspacing=0 border=0 width=750>
      <tr>
            <td width=100>&nbsp;</td>
            <td width=550 align=center>
            <br><img src="images/iface/1x1_blank.gif" alt="" border="0" height="5"><br>
<img src="images/iface/splashlogo.gif" alt="The Reserve at East Bay Logo" border="0">
<br>
<a href="<%Response.Write(Application("baseurl"))%>intro/detect.asp" id="nouscore">
<img src="images/iface/clicktoenter.gif" alt="Enter eastbaygolf.com" border="0"></a>
            </td>
            <td width=100 align=right valign=bottom class=body10>
            <a href="<%Response.Write(Application("baseurl"))%>index.asp" id="nouscore">
            <img src="images/iface/skipintro_off.gif" alt="" border="0">
            </a>
            </td>
      </tr>
</table>            
            </td>
      </tr>
</table>
</body>
</html>
<%else %>
<%
Dim isNS,isNS6,isIE,BrowserType,isOpera,isIE4
BrowserType=Request.ServerVariables("HTTP_USER_AGENT")
isNS=False
isOpera=False
isIE=False
isIE4=False
if InStr(BrowserType,"MSIE 4") then isIE4=true
if InStr(BrowserType,"Netscape6") then isNS6=true
if isNS6 then isIE=true
if InStr(BrowserType,"MSIE") then
isIE=true
else
isNS=true
END IF
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
      <title>The Reserve at East Bay</title>
<link rel="STYLESHEET" type="text/css" href="eastbay_styles.css">
<link rel="STYLESHEET" type="text/css" href="links_rg_styles.css">                  

<%if isIE then %>
<% if isNS6 then%>
<!--#include file="javascripts/dyn_menu_ns6.js"-->

<% else%>
<!--#include file="javascripts/dyn_menu_ie.js"-->
<%end if%>
<%else %>
<!--#include file="javascripts/dyn_menu_ns.js"-->
<%end if %>
<!--#include file="javascripts/spawnscreen.js"-->
<!--#include file="javascripts/preloadimg_home.js"-->
<!--#include file="javascripts/rollovers.js"-->
</head>

<body marginwidth=0 marginheight=0 topmargin=0 leftmargin=0 background="images/iface/overallbgrg1010.gif">
<table cellpadding=0 cellspacing=0 border=0 width=100%>
      <tr>
            <td height=800>
            <!--begin Main Body Contents-->

<!--Begin Side Menu Area here-->
<%if isIE then %>
<div class="leftmenuie">
<%else %>
<div class="leftmenuns">
<%end if %>
<!--#include file="includes/left/left.inc"-->
<!--begin Header Area-->
<!--#include file="includes/headers/headings.inc"-->

<%if isIE then %>
<!--begin Menu Area here-->
<img style="position:absolute; left:150;top:64px;height:15px;width:10px;border-color:black;color:white;background-color:black;font-size:9pt" src="images/iface/mnuballallrg1010.gif" border="0">
                        <img style="position:absolute; left:160;top:64px;height:15px;width:3px;border-color:black;color:white;background-color:black;font-size:9pt" src="images/iface/img_blank.gif" border="0">
                              <img style="position:absolute; left:163;top:64px;height:15px;width:84px;border-color:black;color:white;background-color:black;font-size:9pt" src="images/iface/btn1_on.gif" border="0" onmouseout="HideMenu('1000')"  onmouseover="ShowMenu('1000')">
                        <img style="position:absolute; left:247;top:64px;height:15px;width:3px;border-color:black;color:white;background-color:black;font-size:9pt" src="images/iface/img_blank.gif" border="0">
                  <img style="position:absolute; left:250;top:64px;height:15px;width:10px;border-color:black;color:white;background-color:black;font-size:9pt" src="images/iface/mnuballallrg1010.gif" border="0">
                        <img style="position:absolute; left:260;top:64px;height:15px;width:3px;border-color:black;color:white;background-color:black;font-size:9pt" src="images/iface/img_blank.gif" border="0">
                              <img style="position:absolute; left:263;top:64px;height:15px;width:108px;border-color:black;color:white;background-color:black;font-size:9pt" src="images/iface/btn2_on.gif" border="0" onmouseout="HideMenu('2000')"  onmouseover="ShowMenu('2000')">
                        <img style="position:absolute; left:371;top:64px;height:15px;width:3px;border-color:black;color:white;background-color:black;font-size:9pt" src="images/iface/img_blank.gif" border="0">
                  <img style="position:absolute; left:374;top:64px;height:15px;width:10px;border-color:black;color:white;background-color:black;font-size:9pt" src="images/iface/mnuballallrg1010.gif" border="0">
                        <img style="position:absolute; left:384;top:64px;height:15px;width:3px;border-color:black;color:white;background-color:black;font-size:9pt" src="images/iface/img_blank.gif" border="0">
                              <img style="position:absolute; left:387;top:64px;height:15px;width:60px;border-color:black;color:white;background-color:black;font-size:9pt" src="images/iface/btn3_on.gif" border="0" onmouseout="HideMenu('3000')"  onmouseover="ShowMenu('3000')">
                        <img style="position:absolute; left:447;top:64px;height:15px;width:3px;border-color:black;color:white;background-color:black;font-size:9pt" src="images/iface/img_blank.gif" border="0">
                  <img style="position:absolute; left:450;top:64px;height:15px;width:10px;border-color:black;color:white;background-color:black;font-size:9pt" src="images/iface/mnuballallrg1010.gif" border="0">
                        <img style="position:absolute; left:460;top:64px;height:15px;width:3px;border-color:black;color:white;background-color:black;font-size:9pt" src="images/iface/img_blank.gif" border="0">
                              <img style="position:absolute; left:463;top:64px;height:15px;width:47px;border-color:black;color:white;background-color:black;font-size:9pt" src="images/iface/btn4_on.gif" border="0" onmouseout="HideMenu('4000')"  onmouseover="ShowMenu('4000')">
                        <img style="position:absolute; left:510;top:64px;height:15px;width:3px;border-color:black;color:white;background-color:black;font-size:9pt" src="images/iface/img_blank.gif" border="0">
                  <img style="position:absolute; left:513;top:64px;height:15px;width:10px;border-color:black;color:white;background-color:black;font-size:9pt" src="images/iface/mnuballallrg1010.gif" border="0">
                        <img style="position:absolute; left:523;top:64px;height:15px;width:3px;border-color:black;color:white;background-color:black;font-size:9pt" src="images/iface/img_blank.gif" border="0">
                              <img style="position:absolute; left:526;top:64px;height:15px;width:66px;border-color:black;color:white;background-color:black;font-size:9pt" src="images/iface/btn5_on.gif" border="0" onmouseout="HideMenu('5000')"  onmouseover="ShowMenu('5000')">
                        <img style="position:absolute; left:592;top:64px;height:15px;width:3px;border-color:black;color:white;background-color:black;font-size:9pt" src="images/iface/img_blank.gif" border="0">
                  <img style="position:absolute; left:595;top:64px;height:15px;width:10px;border-color:black;color:white;background-color:black;font-size:9pt" src="images/iface/mnuballallrg1010.gif" border="0">
                        <img style="position:absolute; left:605;top:64px;height:15px;width:3px;border-color:black;color:white;background-color:black;font-size:9pt" src="images/iface/img_blank.gif" border="0">
                              <img style="position:absolute; left:608;top:64px;height:15px;width:38px;border-color:black;color:white;background-color:black;font-size:9pt" src="images/iface/btn6_on.gif" border="0" onmouseout="HideMenu('6000')"  onmouseover="ShowMenu('6000')">
                        <img style="position:absolute; left:646;top:64px;height:15px;width:3px;border-color:black;color:white;background-color:black;font-size:9pt" src="images/iface/img_blank.gif" border="0">
                  <img style="position:absolute; left:649;top:64px;height:15px;width:10px;border-color:black;color:white;background-color:black;font-size:9pt" src="images/iface/mnuballallrg1010.gif" border="0">
                        <img style="position:absolute; left:659;top:64px;height:15px;width:3px;border-color:black;color:white;background-color:black;font-size:9pt" src="images/iface/img_blank.gif" border="0">
                              <img style="position:absolute; left:662;top:64px;height:15px;width:74px;border-color:black;color:white;background-color:black;font-size:9pt" src="images/iface/btn7_on.gif" border="0" onmouseout="HideMenu('7000')"  onmouseover="ShowMenu('7000')">
                  
<!--include file="includes/menus/mnu_home.inc"-->
<%else %>
<!--begin Menu Area here-->
<!--#include file="includes/menus/mnu_homens.inc"-->
<%end if %>

<!--MenuCorner Div begins here-->
<div style=" position:absolute; top:85px; left:112px; z-index:1; ">
<img src="images/iface/mnucrv2rg1010.gif" width=36 height=31 alt="" border="0">
</div>
<!--begin Submenus-->
<%if isIE then %>
<!--Menu 1-->
      <table id="1000" style="background-color:green;top:79px;left:163px;width:150px;position:absolute;visibility:hidden" onmousemove="ShowMenu('1000')" onmouseout="HideMenu('1000')">
      <tr>
            <td id="Tour" style="cursor:hand;font-size:8pt;color=white;font-family=arial;" onmouseover="MenuSelect(id)" onmouseout="MenuDeselect(id)" onclick="location.href='http://localhost/applications'">Course Tour</td>
      </tr>            
      <tr>
            <td id="Rates" style="cursor:hand;font-size:8pt;color=white;font-family=arial;" onmouseover="MenuSelect(id)" onmouseout="MenuDeselect(id)" onclick="location.href='http://localhost/products'">Rates &amp; Fees</td>
      </tr>      
      <tr>
            <td id="Map" style="cursor:hand;font-size:8pt;color=white;font-family=arial;" onmouseover="MenuSelect(id)" onmouseout="MenuDeselect(id)" onclick="location.href='http://localhost/applications'">Map &amp; Directions</td>
      </tr>            
      <tr>
            <td id="Photos" style="cursor:hand;font-size:8pt;color=white;font-family=arial;" onmouseover="MenuSelect(id)" onmouseout="MenuDeselect(id)" onclick="location.href='http://localhost/products'">Course Photos</td>
      </tr>
      <tr>
            <td id="Architect" style="cursor:hand;font-size:8pt;color=white;font-family=arial;" onmouseover="MenuSelect(id)" onmouseout="MenuDeselect(id)" onclick="location.href='http://localhost/products'">Course Architect</td>
      </tr>
      </table>
      
      <!--Menu 2-->
      <table id="2000" style="background-color:green;top:79px;left:263px;width:150px;position:absolute;visibility:hidden" onmousemove="ShowMenu('2000')" onmouseout="HideMenu('2000')">
      <tr>
            <td id="Restaurant" style="cursor:hand;font-size:8pt;color=white;font-family=arial;" onmouseover="MenuSelect(id)" onmouseout="MenuDeselect(id)" onclick="location.href='http://localhost/applications'">Restauraunt</td>
      </tr>            
      <tr>
            <td id="Proshop" style="cursor:hand;font-size:8pt;color=white;font-family=arial;" onmouseover="MenuSelect(id)" onmouseout="MenuDeselect(id)" onclick="location.href='http://localhost/products'">Proshop</td>
      </tr>      
      <tr>
            <td id="Administration" style="cursor:hand;font-size:8pt;color=white;font-family=arial;" onmouseover="MenuSelect(id)" onmouseout="MenuDeselect(id)" onclick="location.href='http://localhost/applications'">Administration</td>
      </tr>            
      <tr>
            <td id="Maintainence" style="cursor:hand;font-size:8pt;color=white;font-family=arial;" onmouseover="MenuSelect(id)" onmouseout="MenuDeselect(id)" onclick="location.href='http://localhost/products'">Maintainence</td>
      </tr>
      </table>
      
      <!--Menu 3-->
      <table id="3000" style="background-color:green;top:79px;left:387px;width:150px;position:absolute;visibility:hidden" onmousemove="ShowMenu('3000')" onmouseout="HideMenu('3000')">
      <tr>
            <td id="Men's Club" style="cursor:hand;font-size:8pt;color=white;font-family=arial;" onmouseover="MenuSelect(id)" onmouseout="MenuDeselect(id)" onclick="location.href='http://localhost/applications'">Men's Club</td>
      </tr>            
      <tr>
            <td id="Women's Club" style="cursor:hand;font-size:8pt;color=white;font-family=arial;" onmouseover="MenuSelect(id)" onmouseout="MenuDeselect(id)" onclick="location.href='http://localhost/products'">Women's Club</td>
      </tr>      
      </table>
      
      <!--Menu 4-->
      <table id="4000" style="background-color:green;top:79px;left:463px;width:150px;position:absolute;visibility:hidden" onmousemove="ShowMenu('4000')" onmouseout="HideMenu('4000')">
      <tr>
            <td id="Tournament" style="cursor:hand;font-size:8pt;color=white;font-family=arial;" onmouseover="MenuSelect(id)" onmouseout="MenuDeselect(id)" onclick="location.href='http://localhost/applications'">Tournaments</td>
      </tr>            
      <tr>
            <td id="Catered Events" style="cursor:hand;font-size:8pt;color=white;font-family=arial;" onmouseover="MenuSelect(id)" onmouseout="MenuDeselect(id)" onclick="location.href='http://localhost/products'">Catered Events</td>
      </tr>      
      </table>
      
      <!--Menu 5-->
      <table id="5000" style="background-color:green;top:79px;left:526px;width:150px;position:absolute;visibility:hidden" onmousemove="ShowMenu('5000')" onmouseout="HideMenu('5000')">
      <tr>
            <td id="EnterStats" style="cursor:hand;font-size:8pt;color=white;font-family=arial;" onmouseover="MenuSelect(id)" onmouseout="MenuDeselect(id)" onclick="location.href='http://localhost/applications'">Enter Scores</td>
      </tr>            
      <tr>
            <td id="PastRounds" style="cursor:hand;font-size:8pt;color=white;font-family=arial;" onmouseover="MenuSelect(id)" onmouseout="MenuDeselect(id)" onclick="location.href='http://localhost/products'">Past Rounds</td>
      </tr>      
      <tr>
            <td id="Stats" style="cursor:hand;font-size:8pt;color=white;font-family=arial;" onmouseover="MenuSelect(id)" onmouseout="MenuDeselect(id)" onclick="location.href='http://localhost/applications'">View My Statistics</td>
      </tr>            
      <tr>
            <td id="EventLead" style="cursor:hand;font-size:8pt;color=white;font-family=arial;" onmouseover="MenuSelect(id)" onmouseout="MenuDeselect(id)" onclick="location.href='http://localhost/products'">Event Leaderboards</td>
      </tr>
      <tr>
            <td id="StatisticLead" style="cursor:hand;font-size:8pt;color=white;font-family=arial;" onmouseover="MenuSelect(id)" onmouseout="MenuDeselect(id)" onclick="location.href='http://localhost/products'">Statistical Leaders</td>
      </tr>
      </table>
      
      <!--Menu 6-->
      <table id="6000" style="background-color:green;top:79px;left:608px;width:150px;position:absolute;visibility:hidden" onmousemove="ShowMenu('6000')" onmouseout="HideMenu('6000')">
      <tr>
            <td id="EnterStats" style="cursor:hand;font-size:8pt;color=white;font-family=arial;" onmouseover="MenuSelect(id)" onmouseout="MenuDeselect(id)" onclick="location.href='http://localhost/applications'">Enter Scores</td>
      </tr>            
      <tr>
            <td id="PastRounds" style="cursor:hand;font-size:8pt;color=white;font-family=arial;" onmouseover="MenuSelect(id)" onmouseout="MenuDeselect(id)" onclick="location.href='http://localhost/products'">Past Rounds</td>
      </tr>      
      <tr>
            <td id="Stats" style="cursor:hand;font-size:8pt;color=white;font-family=arial;" onmouseover="MenuSelect(id)" onmouseout="MenuDeselect(id)" onclick="location.href='http://localhost/applications'">View My Statistics</td>
      </tr>            
      <tr>
            <td id="EventLead" style="cursor:hand;font-size:8pt;color=white;font-family=arial;" onmouseover="MenuSelect(id)" onmouseout="MenuDeselect(id)" onclick="location.href='http://localhost/products'">Event Leaderboards</td>
      </tr>
      <tr>
            <td id="StatisticLead" style="cursor:hand;font-size:8pt;color=white;font-family=arial;" onmouseover="MenuSelect(id)" onmouseout="MenuDeselect(id)" onclick="location.href='http://localhost/products'">Statistical Leaders</td>
      </tr>
      </table>
      
      <!--Menu 7-->
      <table id="7000" style="background-color:green;top:79px;left:662px;width:150px;position:absolute;visibility:hidden" onmousemove="ShowMenu('7000')" onmouseout="HideMenu('7000')">
      <tr>
            <td id="Community" style="cursor:hand;font-size:8pt;color=white;font-family=arial;" onmouseover="MenuSelect(id)" onmouseout="MenuDeselect(id)" onclick="location.href='http://localhost/applications'">Community Info</td>
      </tr>            
      <tr>
            <td id="Hotels" style="cursor:hand;font-size:8pt;color=white;font-family=arial;" onmouseover="MenuSelect(id)" onmouseout="MenuDeselect(id)" onclick="location.href='http://localhost/products'">Hotels</td>
      </tr>      
      </table>
<%else %>
<!--#include file="includes/submenus/ns/sub_1.inc"-->
<!--#include file="includes/submenus/ns/sub_2.inc"-->
<!--#include file="includes/submenus/ns/sub_3.inc"-->
<!--#include file="includes/submenus/ns/sub_4.inc"-->
<!--#include file="includes/submenus/ns/sub_5.inc"-->
<!--#include file="includes/submenus/ns/sub_6.inc"-->
<!--#include file="includes/submenus/ns/sub_7.inc"-->

<%end if %>
<div name="content" style=" position:absolute; top:100px; left:137px; z-index: 0; ">
<!--begin Content here-->
<!--#include file="includes/content/home/content.inc"-->
</div>      

<!--end Main Main Body Contents-->
            </td>
      </tr>
</table>
</body>
</html>
<%end if %>

--------------------------------------------------------

<!--#include file="../../../javascripts/rollovers.js"-->
<table width="591" height="482" border="0" cellpadding="0" cellspacing="0" gridx="16" showgridx usegridx gridy="16" showgridy usegridy>
      <tr height="1" cntrlrow>
            <td width="1" height="1"></td>
            <td width="590" height="1"><spacer type="block" width="590" height="1"></td>
      </tr>
      <tr height="481">
            <td width="1" height="481"><spacer type="block" width="1" height="148"></td>
            <td width="590" height="481" valign="top" align="left" xpos="0">
                  <table border="0" cellpadding="0" cellspacing="0" width="590">
                        <tr>
                              <td width="590">
                                    <center>
                                          <img height="61" width="508" src="Images/Headers/Home%20Heading.gif"></center>
                              </td>
                        </tr>
                        <tr>
                              <td width="590">
                                    <center>
                                          <br>
                                          <br>
                                          <table cool width="591" height="271" border="0" cellpadding="0" cellspacing="0" gridx="2" showgridx usegridx gridy="2" showgridy usegridy>
                                                <tr height="1" cntrlrow>
                                                      <td width="1" height="1"></td>
                                                      <td width="19" height="1"><spacer type="block" width="19" height="1"></td>
                                                      <td width="77" height="1"><spacer type="block" width="77" height="1"></td>
                                                      <td width="218" height="1"><spacer type="block" width="218" height="1"></td>
                                                      <td width="8" height="1"><spacer type="block" width="8" height="1"></td>
                                                      <td width="4" height="1"><spacer type="block" width="4" height="1"></td>
                                                      <td width="6" height="1"><spacer type="block" width="6" height="1"></td>
                                                      <td width="258" height="1"><spacer type="block" width="258" height="1"></td>
                                                </tr>
                                                <tr height="2">
                                                      <td width="1" height="2"><spacer type="block" width="1" height="2"></td>
                                                      <td width="19" height="2"></td>
                                                      <td width="77" height="2"></td>
                                                      <td width="218" height="2"></td>
                                                      <td width="8" height="2"></td>
                                                      <td width="4" height="2"></td>
                                                      <td width="6" height="2"></td>
                                                      <td width="258" height="2"></td>
                                                </tr>
                                                <tr height="38">
                                                      <td width="1" height="38"><spacer type="block" width="1" height="38"></td>
                                                      <td width="19" height="38"></td>
                                                      <td width="77" height="38"></td>
                                                      <td width="218" height="211" colspan="1" rowspan="4" valign="top" align="left" xpos="96"><img height="183" width="218" src="Images/Home/quick%20links.jpg"></td>
                                                      <td width="276" height="38" colspan="4" rowspan="1" valign="top" align="left" xpos="314"><a href='<%Response.Write(Application("baseurl")) %>golfcourse/tour.asp' target="_blank" onmouseover="turnOn('tour');" onmouseout="turnOff('tour');"><img name="tour" height="37" width="216" src="Images/Home/CourseTour.gif" border="0"></a></td>
                                                </tr>
                                                <tr height="42">
                                                      <td width="1" height="42"><spacer type="block" width="1" height="42"></td>
                                                      <td width="19" height="42"></td>
                                                      <td width="77" height="42"></td>
                                                      <td width="8" height="42"></td>
                                                      <td width="268" height="42" colspan="3" rowspan="1" valign="top" align="left" xpos="322"><a href='<%Response.Write(Application("baseurl")) %>services/services.asp' onmouseover="turnOn('services');" onmouseout="turnOff('services');"><img name="services" height="37" width="216" src="Images/Home/Services.gif" border="0"></a></td>
                                                </tr>
                                                <tr height="44">
                                                      <td width="1" height="44"><spacer type="block" width="1" height="44"></td>
                                                      <td width="19" height="44"></td>
                                                      <td width="77" height="44"></td>
                                                      <td width="8" height="44"></td>
                                                      <td width="4" height="44"></td>
                                                      <td width="6" height="44"></td>
                                                      <td width="258" height="44" colspan="1" rowspan="1" valign="top" align="left" xpos="332"><a href='<%Response.Write(Application("baseurl")) %>mystats/viewstats.asp' onmouseover="turnOn('stats');" onmouseout="turnOff('stats');"><img name="stats" height="37" width="216" src="Images/Home/My%20Statistics.gif" border="0"></a></td>
                                                </tr>
                                                <tr height="87">
                                                      <td width="1" height="87"><spacer type="block" width="1" height="87"></td>
                                                      <td width="19" height="87"></td>
                                                      <td width="77" height="87"></td>
                                                      <td width="8" height="87"></td>
                                                      <td width="4" height="87"></td>
                                                      <td width="264" height="87" colspan="2" rowspan="1" valign="top" align="left" xpos="326"><a href='<%Response.Write(Application("baseurl")) %>events/calendar.asp' onmouseover="turnOn('events');" onmouseout="turnOff('events');"><img name="events" height="38" width="216" src="Images/Home/Events.gif" border="0"></a></td>
                                                </tr>
                                                <tr height="57">
                                                      <td width="1" height="57"><spacer type="block" width="1" height="57"></td>
                                                      <td width="19" height="57"></td>
                                                      <td width="571" height="57" colspan="6" rowspan="1" valign="top" align="left" xpos="19"><a href="short_register.asp"><img height="43" width="551" src='<%Response.Write(Application("baseurl"))%>images/Home/email_newsletter.gif' border="0"></a></td>
                                                </tr>
                                          </table>
                                          <div class="body10">
                                                We have included in this web site a number of tools that have been specifically designed to enhance your golfing experience at The Reserve at East Bay. We hope you find them useful and enjoyable. All pages connected to this site are accessible through the menus noted above, or you may simply click on one of the &quot;Quick Links&quot; above to get started. Enjoy!</div>
                                    </center>
                              </td>
                        </tr>
                        <tr>
                              <td width="590">
                                    <center>
                                          <!--#include file="../../footer/footer.inc"-->
                                          </center>
                              </td>
                        </tr>
                  </table>
            </td>
      </tr>
</table>


---------------------------------------------------------

<script language="javascript">
            
            function ShowMenu(Item) {
                  document.getElementById(Item).style.visibility = 'Visible';
            }
            
            function HideMenu(Item) {
                  document.getElementById(Item).style.visibility = 'Hidden';
            }
            
            function MenuSelect(Item) {
                  document.getElementById(Item).style.backgroundColor = '#fffff9';
                  document.getElementById(Item).style.color = 'green';
            }
            
            function MenuDeselect(Item) {
                  document.getElementById(Item).style.backgroundColor='green';
                  document.getElementById(Item).style.color = 'white';
            }
            
            </script>

-----------------------------------------------------

The first file is the main file... the second the content that contains the image... and the third is the piece of the .js file that should show the images.

Any help would be great.

Corey
 
Related Solutions
Keywords: Images in Front of Table Displayed by j…
Title
1 Removing $ sign
 
Loading Advertisement...
 
[+][-]02/02/03 08:49 AM, ID: 7863159Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zone: JavaScript
Sign Up Now!
Solution Provided By: jonnal
Participating Experts: 1
Solution Grade: B
 
[+][-]02/03/03 12:29 PM, ID: 7870046Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091111-EE-VQP-92