I'm not sure about IE7, but all the previous versions of IE certainly
didn't support hover for other html tags than <a href="">. So it is
not Django issue at all. If you need some browser specific special
effects, use javascript for IE.

Regards,
Aidas Bendoraitis [aka Archatas]


On 3/14/07, OudS <[EMAIL PROTECTED]> wrote:
>
> thank you for ur reply, Malcolm :)
>
> I define style th/td:hover as a:hover, but a:hover is right, th/
> td:hover is none.
>
> first I define all style in a single css file, but there has not my
> anticipant style effect.
>
>
> then, I write a style block in html file:
>
>
> th:hover {
>     background-color: white;
>
>
>
> }
>
>
> It is not correct effect that should display.
>
> at last, I saved current page which is being generated by django as a
> html file on my desktop by ie->file->save as.
>
>
> then I run the html file, all are right.....why ?
>
>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to