You may want to take a look at Netscape 4,79.  They say they have better
support for nested tables.  I have not verified myself, but here is a
snippet from the release notes:

From:
http://home.netscape.com/eng/mozilla/4.7/relnotes/windows-4.79.html#whatnew

What's New in This Release (4.79)

...
     Performance improvements when accessing pages with nested tables and
style sheets.
...

Hope this is of some help!

Kevin Haiduk
IT Architect/ Global Portals
IBM Global Services - eWorkplace(Portal), Knowledge & Content Management
Internal 898-1049 / External 210-403-1049 / Cell 210-416-7880
San Antonio, TX
[EMAIL PROTECTED]



                                                                                       
                                                
                      "Mehmet Necati                                                   
                                                
                      AYSAN"                   To:       "Jetspeed Users List" 
<[EMAIL PROTECTED]>                      
                      <necatiaysan@hotm        cc:                                     
                                                
                      ail.com>                 Subject:  a solution to display 
jetspeed for Netscape 4.7 (nested tables)               
                                                                                       
                                                
                      04/22/2002 05:28                                                 
                                                
                      PM                                                               
                                                
                      Please respond to                                                
                                                
                      "Jetspeed Users                                                  
                                                
                      List"                                                            
                                                
                                                                                       
                                                
                                                                                       
                                                



Hi

There is a solution to display Jetspeed on Netscape 4.7.

If you are using tabs use jetspeed-tab-vm file on
<jetspeed-home>/WEB-INF/templates/vm/controls/ If not try to modify the
file
on <jetspeed-home>/WEB-INF/templates/vm/controls/

Try to eliminate as much nested tables as you can in those files. There is
a
jetspeed-tab-vm file below as an example. If you replace yours with this it
should work.

Thanks

Mehmet Necati Aysan
PTL Indiana University


file: jetspeed-tab-vm


##<!-- begin jetspeed-tab.vm -->
#if (! $data.Customized )
  #if ( ! $tabs )
    #parse ("jetspeed.vm")
  #else
    #foreach ( $tab in $tabs )
      #if ($tab.isSelected() )
        #set ($bgcolor = $!{skin.HighlightBackgroundColor} )
        #set ($color = $!{skin.HighlightTextColor} )
        #set ($titleclass = $!{skin.HighlightTitleStyleClass} )
      #else
        #set ($bgcolor = $!{skin.TitleBackgroundColor} )
        #set ($color = $!{skin.TitleTextColor} )
        #set ($titleclass = $!{skin.TitleStyleClass} )
      #end

      #if (${bgcolor})
        #if (${color})
          #set ($titlestyle = "background-color: $bgcolor; color: $color;"
)
        #else
          #set ($titlestyle = "background-color: $bgcolor;" )
        #end
      #else
        #if (${color})
          #set ($titlestyle = "color: $color;" )
        #else
          #set ($titlestyle = "" )
        #end
      #end
          <td valign="middle" #if ($titleclass) class="$titleclass" #end
#if
($titlestyle) style="${titlestyle}" #end >
            #if ($tab.Link && ($tab.isSelected() == false))
              <a href="$tab.Link" #if ($color) style="color: $color"
#end>$tab.Title</a>
            #else
              $tab.Title
            #end
            #foreach ($action in $tab.Actions)
              <a href="${action.Link}" title="${action.Name}"><img
src="images/${action.Name}.gif" alt="${action.Name}" border="0"></a>
            #end
          </td>
          <td width="2">&nbsp;</td>
    #end
        </tr>
      </table>
      <table align="right" cellspacing="0" border="0" cellpadding="0">
        <tr width="100%">
          <td align="right" nowrap="true" valign="middle">
    #foreach ( $action in $actions )
            <a href="${action.Link}" title="${action.Name}"><img
src="images/${action.Name}.gif" alt="${action.Name}" border="0"></a>
    #end
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing="0" width="100%" border="0" cellpadding="0" #if
(${skin.TabStyleClass}) class="${skin.TabStyleClass}" #end >
  <tr><td height="2" #if (${skin.HighlightBackgroundColor})
style="background-color: ${skin.HighlightBackgroundColor}" #end ><img
height="2" width="2" src="images/dot.gif" /></td></tr>
  <tr><td height="2" #if (${skin.BackgroundColor}) style="background-color:
${skin.BackgroundColor}" #end ><img height="2" width="2"
src="images/dot.gif" /></td></tr>
</table>

<table cellspacing="0" width="100%" border="0" cellpadding="0" #if
(${skin.TabStyleClass}) class="${skin.TabStyleClass}" #end >
          <td valign="top" width="100%">
            $portlet.getContent($data)
          </td>
</table>
  #end
  #else
    $portlet.getContent($data)
#end
##<!-- end jetspeed-tab.vm -->













----- Original Message -----
From: "Ozgur Balsoy" <[EMAIL PROTECTED]>
To: "'Jetspeed Users List'" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Monday, April 22, 2002 9:55 AM
Subject: RE: Minimize nested tables for Netscape


> Try vm files in
> tomcat4\webapps\jetspeed\WEB-INF\templates\vm\controls\html\*.vm
>
> Our friend, Necati, was able to reduce the number of the nested tables.
> They are working fine with NN 4.x now. I'll let him answer your mail and
> maybe share the files.
>
> Ozgur
>
> -----Original Message-----
> From: gus [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 22, 2002 1:11 AM
> To: Jetspeed Users List
> Subject: Minimize nested tables for Netscape
>
> Hi!
>
> I'm experiencing problems displaying my jetspeed site with Netscape 4.7x
> because
> of the nested table problem.
>
> Can someone please point me out which .vm templates I have to edit or
> which
> changes are worth to try to get my site working with Netscape?
>
> Regards
>   gus
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>

--
To unsubscribe, e-mail:   <
mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <
mailto:[EMAIL PROTECTED]>






--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to