Connecting Tech Pros Worldwide Help | Site Map

CSS Height in IE,Fire Fox and Safari

Newbie
 
Join Date: Aug 2007
Posts: 14
#1: Feb 13 '09
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:
Expand|Select|Wrap|Line Numbers
  1. div#clsChkBoxList
  2. {
  3.     height:114px;
  4.     overflow:auto;
  5. }

HTML
Expand|Select|Wrap|Line Numbers
  1. <div id="clsChkBoxList">
  2.  <asp:CheckBoxList ID="CheckBoxList1" runat="server">
  3.         </asp:CheckBoxList>
  4.  
  5. </div>
Expert
 
Join Date: Aug 2008
Posts: 397
#2: Feb 13 '09

re: CSS Height in IE,Fire Fox and Safari


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


Similar HTML / CSS bytes