Re: [css-d] Egg timer flicker in ie6 on hover

2008-04-28 Thread Alan K Baker
Dermot.

I'm sorry I didn't get round to answering your previous comment and I'm really 
pleased to see that you have a fix from Mark.

I had previously Googled for an answer as well, but obviously didn't choose the 
right keywords. :-(

What's a bit strange is that the problem that you had with flicker wasn't 
nearly so apparent as it is in the example given in the 'fix' article, and even 
applying the 'fix' I still get the egg-timer, but very briefly. In fact I don't 
think most users would complain about it, as it's so short in time.

Perhaps we are searching for two different bug fixes?

It would be good if we could find a CSS only fix.

Regards, 
 
Alan.
 
www.theatreorgans.co.uk
www.virtualtheatreorgans.com
Admin: ConnArtistes, UKShopsmiths, 2nd Touch  A-P groups
Shopsmith 520 + bits
Flatulus Antiquitus


  - Original Message - 
  From: Dermot Ward 
  To: css-d@lists.css-discuss.org 
  Sent: Monday, April 28, 2008 8:17 AM
  Subject: [css-d] Egg timer flicker in ie6 on hover


  Very many thanks Mark for your reply  Really appreciated.

  Excellent article. Excellent fix.

  http://evil.che.lu/2006/9/25/no-more-ie6-background-flicker

  That flicker thing was like a toothache all weekend.

  Happy again.

  Kind regards,
  Dermot.
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Egg timer flicker in ie6 on hover.

2008-04-28 Thread Mark Henderson
Dermot Ward wrote:
 Hi,
Can anyone please tell me why there is that irritating egg timer
flicker 
on the Categories ul on hover?

I think this will help solve your problem:

http://evil.che.lu/2006/9/25/no-more-ie6-background-flicker

HTH

Mark

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] egg timer flicker in ie6 on hover

2008-04-26 Thread Alan K Baker
Add:

div#rightNav {
display:inline;
}

to your styles. This won't totally stop the 'flicker' because that's caused by 
the pointer crossing from the active element (hand) to the 
border/margin/whatever (pointer), but it will get rid of the egg-timer.

Regards, 
 
Alan.
 
www.theatreorgans.co.uk
www.virtualtheatreorgans.com
Admin: ConnArtistes, UKShopsmiths, 2nd Touch  A-P groups
Shopsmith 520 + bits
Flatulus Antiquitus


  - Original Message - 
  From: Dermot Ward 
  To: css-d@lists.css-discuss.org 
  Sent: Saturday, April 26, 2008 4:29 PM
  Subject: [css-d] egg timer flicker in ie6 on hover


  Hi,

  Can anyone please tell me why there is that irritating egg timer flicker 
  on the Categories ul
  on hover?

  The bullets and dotted underline are background graphics.

  The page is here:- http://defaultosc.com

  The css and markup validate.

  Many thanks.
  Dermot.
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/