IE6 Formatting Issues w/ Datepicker
I am just starting out using jQuery and have implemented the jQuery UI
features. I want to first say that I love them. They are very easy
to use and understand for us beginners.
The issue though that I'm running into is with IE6. Our company still
uses IE6 due to compatibility issues with some of the programs we use
as well as not updating our Intranet page to support IE7. When using
the datepicker I found the "embed" image to the input box a very cool
feature that will allow me to put the button into the input line and
not need an extra 20pixels to line up things properly. IE6 doesn't
render this function at all so it just leaves the image to the right
of the field.
This isn't a big deal in terms of what I want to do as the fields are
all centered on the page and I have plenty to work with, the problem
is that the image is aligned with the bottom of the row and I want to
move the image up to center it vertically with the input line. Is
there a way to CSS the image/button and force the position up a few
pixels?
Thanks in advance for any help.
Hersch