Welcome to TalkGraphics.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2004
    Posts
    3

    Default

    Hi,

    I'm making a website at www.renocon.fi and the navbars work only in IE.
    In Mozilla (Windown & Linux)and Netscape 7 the main menu works, but the submenu opens apart fom the bar and cannot be selected. In Opera 6.01j the bar isn't visible at all.
    What's wrong?

    -

    [This message was edited by Otukka on January 21, 2004 at 13:44.]

  2. #2
    Join Date
    Jan 2004
    Posts
    3

    Default

    Hi,

    I'm making a website at www.renocon.fi and the navbars work only in IE.
    In Mozilla (Windown & Linux)and Netscape 7 the main menu works, but the submenu opens apart fom the bar and cannot be selected. In Opera 6.01j the bar isn't visible at all.
    What's wrong?

    -

    [This message was edited by Otukka on January 21, 2004 at 13:44.]

  3. #3
    Join Date
    Jan 2004
    Posts
    1,830

    Default

    HI your code reads
    <pre class="ip-ubbcode-code-pre">
    <th height="70" colspan="3" valign="top" bgcolor="#FFFFFF">
    <script webstyle4>document.write('<scr'+'ipt src="xaramenu.js">'+'</scr'+'ipt>');document.write('<scr'+'ipt src="graphics/navigaatio4.js">'+'</scr'+'ipt>');/*img src="graphics/navigaatio4.gif"
    moduleid="make (Project)\navigaatio4_off.xws"*/</script>
    </th>
    </pre>

    change the <pre class="ip-ubbcode-code-pre"><th></pre> to <pre class="ip-ubbcode-code-pre"><td></pre> and the <pre class="ip-ubbcode-code-pre"></th></pre> to<pre class="ip-ubbcode-code-pre"> </td></pre> as shown below

    <pre class="ip-ubbcode-code-pre">


    <td height="70" colspan="3" valign="top" bgcolor="#FFFFFF">


    <script webstyle4>document.write('<scr'+'ipt

    src="xaramenu.js">'+'</scr'+'ipt>');document.write('<scr'+'ipt

    src="graphics/navigaatio4.js">'+'</scr'+'ipt>');/*img src="graphics/navigaatio4.gif"

    moduleid="make (Project)\navigaatio4_off.xws"*/</script>
    </td></pre>

  4. #4
    Join Date
    Jan 2004
    Posts
    3

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •