473,480 Members | 1,530 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Align check box Problem with IE

1 New Member
Hello,

How do you get a good render of check box alignment with the text in IE6 and IE7 without getting to hacking those browser?

I have a text and then a list of checkboxes.
I want to get the checkbox horizontally in line with the text before and after.

I have used margin-left: 0px; for Firefox

But it won't work in IE6 and IE7.
For IE I have to put : margin-left: -4px

Any body knows a CLEAN way to get it in line both in Firefox and in IE?

Thank you
Nov 11 '08 #1
1 3873
Death Slaught
1,137 Top Contributor
Are you removing the default margins set in the browser? If not add this to your CSS.

Expand|Select|Wrap|Line Numbers
  1. * {
  2.        margin:0;
  3.        padding:0;
  4. }
Thanks,
{\_/}
(' . ')
(")[DEATH](")
(")(")
Nov 11 '08 #2

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

Similar topics

5
2266
by: Detlef Jockheck | last post by:
Hi, I would like to check if a string contains a valid date format (Format: "dd.mm.yyyy") or not. What is the best way to do this. regexp? At the moment it would be sufficient to check for...
3
6730
by: F. Engel | last post by:
hello guys, my problem is, that the haedline in my table-cell goes on the top and not in the middle. in my css the vertikal-align: middle doesn't work with <h1>. is this normal. what can i do?...
0
2076
by: kk | last post by:
..NET Winforms Control for Spell and grammar check with formatting capabilitie ------------------------------------------------------------------------------------------- Need a control which has...
0
2647
by: MS Newsgroups | last post by:
Hi, Does anyone have a sample on how to perform a access check with Azman in VB ..net ? . I have created a Application Store and defined a application, tasks, operations and roles. I have...
0
798
by: Stan Sainte-Rose | last post by:
Hi, I would like to align on the right some Datagrid columns. I don't want to align the header text, only the datas. It concerns numeric datas. Thx Stan
0
1679
by: John Dalberg | last post by:
using VS 2005. I have an unordered list with list items which are displayed horizontally. Some of the list items have hyper links and some have checkboxes. The problem is that the...
1
3659
realin
by: realin | last post by:
hi guys, i wanna set my fieldsets properly without using table.. like two fields in one row... here are my fieldsets.. <fieldset> <legend>Personal Information</legend>...
6
2113
by: ashraf02 | last post by:
hi i have tried to take up the advice of yoda and harshmaul for aligning text with the table however i have not succeeded. the funny thing is that they both come in line when i set to table align...
10
16645
by: mulamootil | last post by:
Is there a way to hide fields in a report that do not have any data. I have few fields that have images and I would like to hide them as well whenever there is none. I am using Access 07.
0
7041
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
6908
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
7084
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...
1
6739
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
5337
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4779
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4481
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
1300
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
181
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.