Rafeal ,
 
Got the fix finally :-) , in IE 6.0 , by default if the tbody content is
overflowing , the vertical scroll bar appears.
 
So , I just made the scroll bar specific code for non IE browsers ,
including fire fox, by adding a html>body
 
html>body tbody.myscrollContent {

overflow: auto;

height:365px;

}

Thanks
 

________________________________

From: Rafael [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 25, 2008 12:50 PM
To: Binita Bharati (bbharati)
Cc: [email protected]
Subject: Re: [css-d] Vertical scroll bar problem in IE vs Mozilla
Firefox


Binita Bharati (bbharati) wrote: 

        Hi all,
        I am a new-bie to css. Please help me with this problem:
         
        My table shows a vertical scroll bar with IE and no scroll bar
on
        firefox when the following entry is present on my jsp file:
         
        tbody.myscrollContent {
        overflow: auto; 
        }
        
        
        How do i enable the vertical scroll bar on firefox?
          

    That alone should do it. If it isn't appearing it may be because it
either isn't needed or you have another rule that overrides that one (or
maybe that one isn't applied at all).

    Do you have any link to see it in action?

    Rafael.

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to