473,394 Members | 2,052 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

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:
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>
Feb 13 '09 #1
1 2486
David Laakso
397 Expert 256MB
Would it be asking too much for you to provide a clickable link to the page/problem in question in your post?
Feb 13 '09 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Ron Bott | last post by:
I have a layout that has a fixed size #container <div> with a shadow running along the right side that encloses the content area. I would like the shadow background to extend to the full height of...
0
by: geod | last post by:
Folks, I'm relatively new to design all-css sites and have hit upon a snag. I'm sure it's something simple, but I haven't wrapped my mind around i yet. Here's the thing: My css file...
0
by: W Dean | last post by:
Hi, I'm have a problem with defining the height of of two different div's (one containing text and another containing a picture) on a site I'm designing. Basically, the height appears to be the...
2
by: Pieter Van Waeyenberge | last post by:
hello the very simple code below works on all browsers except for (most recent) safari why doesnt the inner table expand in height? ive read and tested many a thing! <html> <head>...
5
by: S | last post by:
Whew! Thanks for your help on that last post. I actually understand what you wrote. I'm trying not to use these groups as a way to get my code written for me, I really want to understand what...
45
by: Pat | last post by:
its seems asp.net validation doesn't fire when using FireFox? Tested a page and it doesn't fire. It seems the javascript doesn't fire Any ideas?
4
by: esingley | last post by:
I'm embarking on my first pure CSS redesign, so apologies if this is something obvious. On this page: http://www.singley.org/test/test_bg.html In Firefox, the text runs down past the end of...
2
by: cgrady | last post by:
I'm working on part of a larger project, and in trying to debug one aspect, I've got a small test file to work with. The code is practically identical (all important aspects match word for word)...
8
by: Martin Honnen | last post by:
VK wrote: Mozilla has document.height document.width IE has scrollHeight/scrollWidth, depending on compatMode you will need these properties of document.documentElement or document.body --
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.