rexolio2008
Technical User
I have an issue in IE that I'm not having in other browsers (argh) and not sure what else to do about it. They're minor, but would still like to nail it.
1. I have a form where there's a class called .input-instruct which positions text underneath input fields for instructional purposes.
In FF, the text is nicely space and appearing underneath the field. In IE, there's a lot of space vertically. So I added a style for IE that puts a negative margin on that class. It works for the first instance of the class, but then that's it:
2. In addition, the 1 pixel border around my fieldsets is fine in FF, but in IE the top border continues to run past where it joins with the right border and runs off the page, though it doesn't do that on all fieldsets.
I've included some screenshots so you can see what I see (in case it's just me).
3. Also, I'm noticing another oddity... I have checkboxes and fields on the form that have text next to them describing the option or instructions. In IE, the text lines up nicely with the field. In FF, the alignment is off... it looks the field is set lower and I can't figure out how to get them to align.
1. I have a form where there's a class called .input-instruct which positions text underneath input fields for instructional purposes.
In FF, the text is nicely space and appearing underneath the field. In IE, there's a lot of space vertically. So I added a style for IE that puts a negative margin on that class. It works for the first instance of the class, but then that's it:
2. In addition, the 1 pixel border around my fieldsets is fine in FF, but in IE the top border continues to run past where it joins with the right border and runs off the page, though it doesn't do that on all fieldsets.
I've included some screenshots so you can see what I see (in case it's just me).
3. Also, I'm noticing another oddity... I have checkboxes and fields on the form that have text next to them describing the option or instructions. In IE, the text lines up nicely with the field. In FF, the alignment is off... it looks the field is set lower and I can't figure out how to get them to align.