For those interested: It was a z-index issue. I set my main content
div to z-index: -1; so that my drop down menus would not get hidden in
IE. This however masked my input fields. So, I ended up removing that
z-index and giving my #nav a z-index of 1000. Did the trick.

Greg

On Jan 5, 6:14 pm, geraldcor <gregco...@gmail.com> wrote:
> Hello All,
>
> I have recently run into a very weird internet explorer problem. I
> cannot enter any of my text input boxes unless I carefully hover my
> mouse near the top or bottom edge of the field. The cursor does not
> change until I get to the very top of the field. It works fine in all
> other browsers but IE6, 7 and 8 have all shown this problem. I can
> click into the google CSE field on my page and other fields on other
> sites, but the field that django is producing give me this problem.
> Any ideas on how to fix it? It is kind of critical that this gets
> fixed.
>
> Thanks for all of you help.
>
> Greg
-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to