[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.

08/22/2003 at 07:05PM PDT, ID: 20717835
[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!

8.8

DIV TAG Problem in Netscape

Asked by sankarasubbur in JavaScript, Extensible HTML (XHTML)

Tags: sys_contentid, tag

I have developed a webpage which has links that correspond to div
tags.When I open up the page in IE, the links show up properly and
works fine , but in Netscape ,I'am not able to see those links.
Here is the source code for the HTML page and the CSS..

*********************START HTML****************************************

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>This is a test page</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<link href="test.css" psx-href="$toolkitcss/dnb.css" rel="stylesheet" type="text/css">
<script language="JavaScript1.2">
// QueryString

function QueryString(key)
{
      var value = null;
      for (var i=0;i<QueryString.keys.length;i++)
      {
            if (QueryString.keys[i]==key)
            {
                  value = QueryString.values[i];
                  break;
            }
      }
      return value;
}
QueryString.keys = new Array();
QueryString.values = new Array();

function QueryString_Parse()
{
      var query = window.location.search.substring(1);
      var pairs = query.split("&");

      for (var i=0;i<pairs.length;i++)
      {
            var pos = pairs[i].indexOf('=');
            if (pos >= 0)
            {
                  var argname = pairs[i].substring(0,pos);
                  var value = pairs[i].substring(pos+1);
                  QueryString.keys[QueryString.keys.length] = argname;
                  QueryString.values[QueryString.values.length] = value;
            }
      }

}

QueryString_Parse();


function on_load(Divt1,Divt2,Divt3)
{
    if (QueryString("stat_link") == null)
 {
  document.getElementById(Divt1).style.visibility="visible";
  }
 else
 {
  if (QueryString("stat_link")==1)
  {
  document.getElementById(Divt1).style.visibility="visible";
  }

  if (QueryString("stat_link")==2)
  {
  document.getElementById(Divt2).style.visibility="visible";
  }
  if (QueryString("stat_link")==3)
  {
  document.getElementById(Divt3).style.visibility="visible";
  }
 }
}



</script>
</head>

<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload="on_load('div1','div2','div3')" >
<table width="100%" height="75" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffcc00">
  <tr>
    <td width="137" bgcolor="#ffcc00"><table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td><IMG height=5
                  src="images/spacer.gif" psx-src="$toolkitimages/spacer.gif"
                  width=5 border=0></td>
          <td><IMG height=5
                  src="images/spacer.gif" psx-src="$toolkitimages/spacer.gif"
                  width=125
                           border=0></td>
          <td><IMG height=5
                  src="images/spacer.gif" psx-src="$toolkitimages/spacer.gif"
                  width=5 border=0></td>
        </tr>
        <tr>
          <td><IMG height=50
                  src="images/spacer.gif" psx-src="$toolkitimages/spacer.gif"
                  width=5 border=0></td>
          <td><div align="center"><A target=_top
                  href="http://www.test.com"><IMG height=50
                  alt=test
                  src="logo_50x50.gif" psx-src="$toolkitimages/logo_50x50.gif"
                  width=50 border=0  sys_contentid="570"
                  sys_variantid="353"></A></div></td>
          <td><IMG height=50
                  src="images/spacer.gif"  psx-src="$toolkitimages/spacer.gif"
                  width=5 border=0></td>
        </tr>
        <tr>
          <td>&nbsp;</td>
          <td height="5"><IMG height=10
                  alt="Decide"
                  src="tagline_ffcc00_125x10.gif" psx-src="$toolkitimages/tagline_ffcc00_125x10.gif"
                  width=125 border=0></td>
          <td>&nbsp;</td>
        </tr>
        <tr>
          <td><IMG height=5
                  src="images/spacer.gif"  psx-src="$toolkitimages/spacer.gif"
                  width=5 border=0></td>
          <td><IMG height=5
                  src="images/spacer.gif"  psx-src="$toolkitimages/spacer.gif"
                  width=125
                           border=0></td>
          <td><IMG height=5
                  src="images/spacer.gif"  psx-src="$toolkitimages/spacer.gif"
                  width=5 border=0></td>
        </tr>
      </table></td>
 <td width="20" class="headnav"><IMG height=80
                  src="images/spacer.gif"  psx-src="$toolkitimages/spacer.gif"
                  width=24 border=0></td>
    <td class="headnav"><h1 class=headnav>Test Site<br>
        <IMG height=1 src="images/spacer.gif"  psx-src="$toolkitimages/spacer.gif"
      width=419 border=0> </h1></td>
    <td width="125" class="headnav" nowrap > <ul>
        <li class="headnav">
          <div align="left"><a target=_top
                  href="http://www.test.com" class="headnav">Test Home</a></div>
        <li class="headnav"><a href="#" class="headnav">Contact
          Us</a>
        <li class="headnav"><a href="#" class="headnav">test.com</a></li>
      </ul></td>
    <td width="75" bgcolor="#000066"><IMG height=75
                  src="images/spacer.gif"  psx-src="$toolkitimages/spacer.gif"
                  width=75 border=0></td>
  <td width="75" valign="bottom" nowrap >
         <script>
                  rand=Math.floor(4*Math.random())
                  var headerImage = ["1" , "2", "3" , "4"];
                  document.write('<img src="images/head-image-'+headerImage[rand]+'.jpg" width="107" height="80" >');
            </script></td>
  </tr>
</table>
<TABLE width="100%" border=0 cellPadding=0 cellSpacing=0>
  <TBODY>
    <TR class=segmentnav>
      <TD width=150 nowrap class=segmentnav height=20><IMG height=20
      src="images/spacer.gif" psx-src="$toolkitimages/spacer.gif" width=170
        border =0  0></TD>
      <TD nowrap class=segmentnav ><A class=segmentnav href="online.htm?stat_link=1">What it
        is?</A><IMG height=8 src="images/spacer.gif" psx-src="$toolkitimages/spacer.gif"
      width=160 border=0></TD>
      <TD nowrap class=segmentnav ><A class=segmentnav href="online.htm?stat_link=2">Tools for Developers</A><IMG height=2
      src="images/spacer.gif" psx-src="$toolkitimages/spacer.gif" width=170 border=0></TD>
      <TD nowrap class=segmentnav><A class=segmentnav href="online.htm?stat_link=3">Downloads</a>
        <IMG height=2
      src="images/spacer.gif" psx-src="$toolkitimages/spacer.gif" width=170 border=0></TD>
      <TD nowrap class=segmentnav><IMG height=2
      src="images/spacer.gif" psx-src="$toolkitimages/spacer.gif" width=90
border=0></TD>
    </TR>
   </TBODY>
</TABLE>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0 height="29" class="sectionable">
<TR>
<td width="100%">
<div id="div1" valign="top" style="visibility:hidden; position:absolute; left: -6px; top: 102px; width:1018">
        <TABLE width="100%" border=0 cellPadding=0 cellSpacing=0 class="sectiontable">
  <TBODY>
    <TR>
      <TD width="300" nowrap class="sectiontable"><IMG height=8
      src="images/spacer.gif" psx-src="$toolkitimages/spacer.gif" width=52 border=0></TD>
      <TD width="6" nowrap class="sectiontable">&nbsp;</TD>
      <TD align=left nowrap><IMG height=8 src="images/spacer.gif" psx-src="$toolkitimages/spacer.gif" width=440
      border=0></TD>
      <TD align=left nowrap><IMG height=8 src="images/spacer.gif" psx-src="$toolkitimages/spacer.gif" width=440
      border=0></TD>
    </TR>
    <TR>
      <TD width="245" nowrap class="sectiontable">
        <div align="right"><IMG height=10
      src="images/spacer.gif" psx-src="$toolkitimages/spacer.gif" width=152 border=0><IMG height=8
      src="images/Arrow.gif" psx-src="$toolkitimages/Arrow.gif" width=7 border=0>&nbsp;&nbsp;
                  What it is?</div></TD>
      <TD nowrap class="sectiontable">&nbsp;</TD>
      <TD align=left nowrap><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td width="20%" nowrap><IMG height=8
      src="images/spacer.gif" psx-src="$toolkitimages/spacer.gif" width="100%" border=0></td>
                    <td width="7%" nowrap><A class=sectiontable href="DIT.htm"> What is
                      Test? </a></td>
            <td nowrap>&nbsp;</td>
            <td width="20%" nowrap><IMG height=8
      src="images/spacer.gif" psx-src="$toolkitimages/spacer.gif" width="100%" border=0></td>
                    <td width="7%" nowrap><A class=sectiontable href="#">Sample Products
                      </a></td>
            <td nowrap>&nbsp;</td>
          </tr>
        </table></TD>
    </TR>
  </TBODY>
</TABLE>
</div>
</td>
<td width="100%">
<div id="div2" valign="top" style="visibility:hidden; position:absolute; left: -6px; top: 102px; width:1018">
        <table width="100%" border=0 cellpadding=0 cellspacing=0 class="sectiontable">
            <tbody>
              <tr>
                <td width="300" nowrap class="sectiontable"><img height=8
      src="images/spacer.gif" psx-src="$toolkitimages/spacer.gif" width=52 border=0></td>
                <td width="6" nowrap class="sectiontable">&nbsp;</td>
                <td align=left nowrap><img height=8 src="images/spacer.gif" psx-src="$toolkitimages/spacer.gif" width=440
                      border=0></td>
               <td align=left nowrap><img height=8 src="images/spacer.gif" psx-src="$toolkitimages/spacer.gif" width=440
                      border=0></td>
                <td align=left nowrap><img height=8 src="images/spacer.gif" psx-src="$toolkitimages/spacer.gif" width=440
                      border=0></td>
                <td align=left nowrap><img height=8 src="images/spacer.gif" psx-src="$toolkitimages/spacer.gif" width=440
                      border=0></td>
                <td align=left nowrap><img height=8 src="images/spacer.gif" psx-src="$toolkitimages/spacer.gif" width=440
                      border=0></td>
                <td align=left nowrap><img height=8 src="images/spacer.gif" psx-src="$toolkitimages/spacer.gif" width=440
                      border=0></td>
              </tr>
              <tr>
                <td width="298" nowrap class="sectiontable"> <div align="right"><img height=10
      src="images/spacer.gif" psx-src="$toolkitimages/spacer.gif" width=152 border=0><img height=8
      src="images/Arrow.gif" psx-src="$toolkitimages/Arrow.gif" width=7 border=0>&nbsp;&nbsp;
                    Tools For Developers</div></td>
                <td nowrap class="sectiontable">&nbsp;</td>
                <td align=left nowrap><table width="118%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                      <td width="2%" nowrap><img height=8
      src="images/spacer.gif" psx-src="$toolkitimages/spacer.gif" width="100%" border=0></td>
                      <td width="11%" nowrap><a class=sectiontable href="#">Overview</a></td>
                      <td width="0%" nowrap>&nbsp;</td>
                      <td width="3%" nowrap><img height=8
      src="images/spacer.gif" psx-src="$toolkitimages/spacer.gif" width="100%" border=0></td>
                      <td width="5%" nowrap><a class=sectiontable href="#">XML</a></td>
                      <td width="0%" nowrap>&nbsp;</td>
                      <td width="6%" nowrap><img height=8
      src="images/spacer.gif" psx-src="$toolkitimages/spacer.gif" width="100%" border=0></td>
                      <td width="8%" nowrap><a class=sectiontable href="#">COM</a></td>
                      <td width="0%" nowrap>&nbsp;</td>
                      <td width="4%" nowrap><img height=8
      src="images/spacer.gif" psx-src="$toolkitimages/spacer.gif" width="100%" border=0></td>
                      <td width="11%" nowrap><a class=sectiontable href="#">JAVA</a></td>
                      <td width="0%" nowrap>&nbsp;</td>
                      <td width="3%" nowrap><img height=8
      src="images/spacer.gif" psx-src="$toolkitimages/spacer.gif" width="100%" border=0></td>
                      <td width="27%" nowrap><a class=sectiontable href="#">Information</a></td>
                      <td width="0%" nowrap>&nbsp;</td>
                      <td width="2%" nowrap><img height=8
      src="images/spacer.gif" psx-src="$toolkitimages/spacer.gif" width="100%" border=0></td>
                      <td width="19%" nowrap><a class=sectiontable href="#">FAQ's</a></td>
                      <td width="1%" nowrap>&nbsp;</td>
                    </tr>
                  </table></td>
              </tr>
            </tbody>
          </table>
        </div></td>
<td width="100%">
<div id="div3" valign="top" style="visibility:hidden; position:absolute; left: -6px; top: 102px; width:1018">
        <TABLE width="100%" border=0 cellPadding=0 cellSpacing=0 class="sectiontable">
  <TBODY>
    <TR>
      <TD width="300" nowrap class="sectiontable"><IMG height=8
      src="images/spacer.gif" psx-src="$toolkitimages/spacer.gif" width=52 border=0></TD>
      <TD width="6" nowrap class="sectiontable">&nbsp;</TD>
      <TD align=left nowrap><IMG height=8 src="images/spacer.gif" psx-src="$toolkitimages/spacer.gif" width=440
      border=0></TD>
      <TD align=left nowrap><IMG height=8 src="images/spacer.gif" psx-src="$toolkitimages/spacer.gif" width=440
      border=0></TD>
    </TR>
    <TR>
      <TD width="250" nowrap class="sectiontable">
        <div align="right"><IMG height=10
      src="images/spacer.gif" psx-src="$toolkitimages/spacer.gif" width=152 border=0><IMG height=8
      src="images/Arrow.gif" psx-src="$toolkitimages/Arrow.gif" width=7 border=0>&nbsp;&nbsp;
                  Downloads</div></TD>
      <TD nowrap class="sectiontable">&nbsp;</TD>
      <TD align=left nowrap><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td width="20%" nowrap><IMG height=8
      src="images/spacer.gif" psx-src="$toolkitimages/spacer.gif" width="100%" border=0></td>
                    <td width="7%" nowrap><A class=sectiontable href="#">Software</a></td>
            <td nowrap>&nbsp;</td>
            <td width="20%" nowrap><IMG height=8
      src="images/spacer.gif" psx-src="$toolkitimages/spacer.gif" width="100%" border=0></td>
            <td width="7%" nowrap><A class=sectiontable href="#">Documentation</a></td>
            <td nowrap>&nbsp;</td>
          </tr>
        </table></TD>
    </TR>
  </TBODY>
</TABLE>
</div>
</td>
</TR>
</TABLE>
<table width="100%" height="78%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td width="152" valign="top" class="sectiontable"> <table width="152" border="0" cellpadding="4" cellspacing="1" bgcolor="#000066" class="linknav">
        <tr valign="top">
          <td><IMG height=1
      src="images/spacer.gif" psx-src="$toolkitimages/spacer.gif" width=152
        border =0  0></td>
        </tr>
        <tr valign="top">
          <td class="linknav"> <ul class="linknav">
              <li class="linknav"><A class=linknav href="#">Site Map</a>
              <li class="linknav"><A class=linknav href="initial.html">Site Search</a></li>
            </ul></td>
        </tr>
        <tr>
          <td> <HR align=center width="75%" SIZE=1></td>
        </tr>
        <tr>
          <td> <ul class="linknav">
              <li class="linknav"><A class=linknav href="#">Search</a>
              <li class="linknav"><A class=linknav href="#">Your Archive</a>
              <li class="linknav"><A class=linknav href="#">Standardize
                </a></li>
            </ul></td>
        </tr>
        <tr>
          <td> <HR align=center width="75%" SIZE=1></td>
        </tr>
        <tr>
          <td class="linknav"> <ul class="linknav">
              <li class="linknav"><A class=linknav href="#">FAQs</a>
              <li class="linknav"><A class=linknav href="#">Terms and Conditions</a></li>
            </ul></td>
        </tr>
      </table></td>

 <td align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
         <tr>
           <td><IMG border=0
       height=1 src="images/spacer.gif"
         width =300  0></td>
         </tr>

      </table></td>

  </tr>
</table>

</body>
</html>

***********************************END HTML*************************************

**************START CSS*********************************************************

BODY {
      FONT-SIZE: 12px; BACKGROUND: #ffffff; MARGIN: 0px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif
}
TABLE {
      FONT-SIZE: 12px
}
TD {
      FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
OL {
      MARGIN: 10px 50px
}
UL {
      LIST-STYLE-TYPE: square; TEXT-ALIGN: left
}
LI {
      FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
P {
      FONT-SIZE: 12px; MARGIN: 4px 10px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
H1 {
      MARGIN: 1px 12px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
H2 {
      MARGIN: 10px 25px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
H3 {
      MARGIN: 10px 25px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
H4 {
      MARGIN: 10px 25px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
H5 {
      MARGIN: 10px 25px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
H6 {
      MARGIN: 10px 25px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
H1 {
      FONT-WEIGHT: normal; FONT-SIZE: 20px; COLOR: #000066
}
H2 {
      FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #000066
}
H3 {
      FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000000
}
H4 {
      FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #000066
}
HR {
      WIDTH: 90%; TEXT-ALIGN: center
}
A {
      FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #006699; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A:hover {
      FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #3399cc; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
A:visited {
      FONT-WEIGHT: bold; FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
A:active {
      FONT-WEIGHT: bold; FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
INPUT {
      FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #eeeeee
}
TEXTAREA {
      FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #eeeeee
}
A.segmentnav {
      FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #333333; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.segmentnav:hover {
      FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #333333; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
A.segmentnav:visited {
      FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #333333; FONT-FAMILY: Arial, Helvetica, sans-serif
}
A.segmentnav:active {
      FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #333333; FONT-FAMILY: Arial, Helvetica, sans-serif
}
TR.segmentnav {
      FONT-SIZE: 10px; BACKGROUND: #cccccc; FONT-FAMILY: Arial, Helvetica, sans-serif
}
TD.segmentnav {
      BORDER-TOP: #999999 1px solid; BORDER-BOTTOM: #999999 1px solid; TEXT-ALIGN: center
}
BODY.linknav {
      FONT-SIZE: 10px; BACKGROUND: #000066; COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-ALIGN: center
}
A.linknav {
      FONT-WEIGHT: bold;
      FONT-SIZE: 10px;
      COLOR: #ffffff;
      FONT-FAMILY: Arial, Helvetica, sans-serif;
      TEXT-DECORATION: none;
TEXT-ALIGN: center

}
A.linknav:hover {
      FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
A.linknav:visited {
      FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica, sans-serif
}
A.linknav:active {
      FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica, sans-serif
}
TD.linknav {
      FONT-SIZE: 10px; BACKGROUND: #000066; FONT-FAMILY: Arial, Helvetica, sans-serif
}
UL.linknav {
      MARGIN-TOP: 10px; FONT-SIZE: 10px; MARGIN-BOTTOM: 0px; COLOR: #ffcc00; MARGIN-RIGHT: 5px; LIST-STYLE-TYPE: square
}
LI.linknav {
      FONT-SIZE: 10px; MARGIN-BOTTOM: 5px; MARGIN-LEFT: -15px
}
P.linknav {
      FONT-WEIGHT: bold; FONT-SIZE: 10px; MARGIN: 5px 10px; COLOR: #ffcc00; FONT-FAMILY: Arial, Helvetica, sans-serif
}
H1.linknav {
      MARGIN: 5px; COLOR: #ffffff
}
H3.linknav {
      MARGIN: 5px; COLOR: #ffffff
}
A.headnav {
      FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #000066; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.headnav:hover {
      FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #000066; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
A.headnav:visited {
      FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #000066; FONT-FAMILY: Arial, Helvetica, sans-serif
}
A.headnav:active {
      FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #000066; FONT-FAMILY: Arial, Helvetica, sans-serif
}
UL.headnav {
      FONT-SIZE: 11px; COLOR: #000066; LINE-HEIGHT: 150%; LIST-STYLE-TYPE: square
}
LI.headnav {
      MARGIN-TOP: 1px; MARGIN-BOTTOM: 1px; MARGIN-LEFT: -15px
}
TD.headnav {
      BACKGROUND: #ffcc00
}
P.headnav {
      FONT-SIZE: 11px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
TABLE.aligntable {
      MARGIN: 5px 25px
}
TABLE.spctable {
      BACKGROUND: #dddddd; MARGIN: 10px 25px; WIDTH: 90%; BORDER-COLLAPSE: collapse
}
TABLE.spctable50 {
      BACKGROUND: #dddddd; MARGIN: 10px 25px; WIDTH: 50%; BORDER-COLLAPSE: collapse
}
TR.rowheader {
      BACKGROUND: #ffcc00; COLOR: #000066
}
TR.odd {
      BACKGROUND: #dddddd
}
TR.even {
      BACKGROUND: #cccccc
}
TABLE.sitemap {
      BACKGROUND: #ffffff; MARGIN: 10px 25px; BORDER-COLLAPSE: collapse
}
TR.sitemap {
      FONT-WEIGHT: bold; BACKGROUND: #9ca5c6; COLOR: #000066
}
TABLE.sectiontable {
      BACKGROUND: #9ca5c6; MARGIN: 0px; WIDTH: 100%; BORDER-COLLAPSE: collapse; TEXT-ALIGN: center
}
TD.sectiontable {
      FONT-WEIGHT: normal; FONT-SIZE: 11px; BACKGROUND: #000066; COLOR: #ffcc00; TEXT-ALIGN: right
}
A.sectiontable {
      FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #000066; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.sectiontable:hover {
      FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #000066; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
A.sectiontable:visited {
      FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #000066; FONT-FAMILY: Arial, Helvetica, sans-serif
}
A.sectiontable:active {
      FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #000066; FONT-FAMILY: Arial, Helvetica, sans-serif
}
P.popup {
      FONT-WEIGHT: bold; FONT-SIZE: 10px; MARGIN: 10px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
H1.popup {
      FONT-WEIGHT: bold; FONT-SIZE: 16px; MARGIN: 10px; COLOR: #000066; FONT-FAMILY: Arial, Helvetica, sans-serif
}
UL.popup {
      LIST-STYLE-TYPE: square; TEXT-ALIGN: left
}
LI.popup {
      FONT-WEIGHT: bold; FONT-SIZE: 10px; FONT-FAMILY: Arial, Helvetica, sans-serif
}

************************************END CSS*********************************************

The Problem:
 
When I open up the page in IE and click on the links in the static bar
located below the TOP NAV( What it is, Tools for
developers,Downloads), The dynamic bar that is below that gets
populated with links properly.
When I open up the same page in Netscape , the dynamic bar doesnt get
populated at all..looks like Netscape doesnt like the DIV tag.Could
any one help me out in handling this ,so that the page gets displayed
in Netscape just the way it does in IE.

I need a solution urgently.I appreciate your responses.
[+][-]08/23/03 02:20 PM, ID: 9209970

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

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

 
[+][-]08/23/03 04:24 PM, ID: 9210251

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.

 
[+][-]08/23/03 08:42 PM, ID: 9210831

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

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

 
[+][-]08/24/03 03:14 AM, ID: 9211493

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

Zones: JavaScript, Extensible HTML (XHTML)
Tags: sys_contentid, tag
Sign Up Now!
Solution Provided By: mplungjan
Participating Experts: 3
Solution Grade: A
 
 
[+][-]09/10/03 11:27 AM, ID: 9331043

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

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

 
[+][-]02/04/04 11:36 AM, ID: 10274091

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

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

 
[+][-]02/11/04 10:30 AM, ID: 10334864

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

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

 
 
Loading Advertisement...
20090824-EE-VQP-74