CSS Height in IE,Fire Fox and Safari

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jigsmshah
    New Member
    • Aug 2007
    • 14

    CSS Height in IE,Fire Fox and Safari

    I am using an Asp.Net CheckBoxList Control on an ASPX Page.This control is inside a DIV.I am applying Height to the DIV using the CSS.But the Height is not consistent among IE,FireFox and Safari.
    How can I have the Height consistent in IE,FireFox and Safari.?

    Thanking you in advance

    Following is the CSS Style used:
    Code:
    div#clsChkBoxList
    {
        height:114px;
        overflow:auto;
    }

    HTML
    Code:
    <div id="clsChkBoxList">
     <asp:CheckBoxList ID="CheckBoxList1" runat="server">
            </asp:CheckBoxList>
    
    </div>
    Last edited by acoder; Feb 13 '09, 05:40 PM. Reason: Please use [code] tags
  • David Laakso
    Recognized Expert Contributor
    • Aug 2008
    • 397

    #2
    Would it be asking too much for you to provide a clickable link to the page/problem in question in your post?

    Comment

    Working...