Re: why does django display th/td:hover style incorrectly ?

2007-03-15 Thread OudS
On 3月14日, 下午7时43分, Steven Armstrong <[EMAIL PROTECTED]> wrote: > Aidas Bendoraitis wrote: > > This might helphttp://www.htmldog.com/articles/suckerfish/ thank you :-) regards. 张骛之 --~--~-~--~~~---~--~~ You received this message because you are subscribed to

Re: why does django display th/td:hover style incorrectly ?

2007-03-15 Thread OudS
On 3月14日, 下午6时38分, "Aidas Bendoraitis" <[EMAIL PROTECTED]> wrote: > I'm not sure about IE7, but all the previous versions of IE certainly > didn't support hover for other html tags than . So it is > not Django issue at all. If you need some browser specific special > effects, use javascript for

Re: why does django display th/td:hover style incorrectly ?

2007-03-14 Thread Steven Armstrong
Aidas Bendoraitis wrote: > I'm not sure about IE7, but all the previous versions of IE certainly > didn't support hover for other html tags than . So it is > not Django issue at all. [...] > If you need some browser specific special > effects, use javascript for IE. > [...] This might help

Re: why does django display th/td:hover style incorrectly ?

2007-03-14 Thread Aidas Bendoraitis
I'm not sure about IE7, but all the previous versions of IE certainly didn't support hover for other html tags than . 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

Re: why does django display th/td:hover style incorrectly ?

2007-03-14 Thread OudS
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:

Re: why does django display th/td:hover style incorrectly ?

2007-03-14 Thread OudS
thank you for ur reply, Malcolm :) first I write a single css file, but there has not my anticipant style. 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

Re: why does django display th/td:hover style incorrectly ?

2007-03-14 Thread Malcolm Tredinnick
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

why does django display th/td:hover style incorrectly ?

2007-03-14 Thread OudS
why does django display "th/td:hover" style incorrectly ? but "a:hover" is no problem... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this gro