On Wed, 2007-03-14 at 02:56 -0700, OudS wrote:
> why does django display "th/td:hover" style incorrectly ?
> 
> but "a:hover" is no problem...

Please put some effort into supplying enough information that we might
be able to understand what problem you are seeing. In this case it might
be relevant to know:

(a) How you are generating the HTML in question (since you are implying
it's a Django-specific thing, so you need to work out which role Django
is playing in producing the output).

(b) What HTML is being generated.

(c) What you are seeing and what you expect to see.

(d) What browser/OS combination(s) you are using, since display is a
very browser-sensitive issue. Does the problem appear on multiple
browsers?

At a minimum, start trying to work out (and demonstrate) what Django is
rendering, versus what should be rendered. If it's a display bug, it
means the generated HTML is somehow wrong, so find a (short!) fragment
of the HTML that is incorrectly generated so that we can see it.

Thanks,
Malcolm


--~--~---------~--~----~------------~-------~--~----~
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