Re: [css-d] IE6 border color change on refresh

2005-10-31 Thread Kara Taylor

On Oct 31, 2005, at 9:04 AM, Ingo Chao wrote:
 At my end at least, removing the width from the li seems to be a
 workaround/patch.

Wow, yes.  Removing the width from the li seems to have cleared it up 
online.  Thank you so much!  I will try to reproduce it and let you 
know what happens.

Thanks again!
Kara

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


Re: [css-d] IE6 border color change on refresh

2005-10-30 Thread Kara Taylor
Hi Big John,

On Oct 29, 2005, at 12:06 AM, Big John wrote:

 http://coawfl.appriver.com/press-room.asp
 IE's way of dealing with lists can be incredibly bizarre, but
 I bet that giving the links the same width as the LI's might
 solve the problem, altho it also might cause changes in spacing.

Thanks for looking at this.  Adding width to the links didn't change 
the spacing, but it didn't seem to fix the problem - I'm still seeing 
the weird borders on refresh.  Any other thoughts as to why this might 
be happening or how it could be fixed?

Thanks!
Kara

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


[css-d] IE6 drop down menu flicker

2005-09-30 Thread Kara Taylor
I'm experiencing the IE6 Flicker bug on a drop down menu.  The 
background image is set on the submenu's ul element, and IE6 users with 
the cache set to check for newer versions every visit to the page are 
flickering away.  I used Dean Edwards' server fix

http://dean.edwards.name/my/flicker.html
on my own host and it works like a champ.  However, the client's host 
won't install mod_expires and switching hosts is not an option.  I've 
tried wrapping the submenu's ul element in a div, and also nesting a 
div inside the ul element, adding the same background image to both for 
redundancy but those didn't work.   Is there another workaround for 
this?  Perhaps using javascript or php/perl?

Menu is here:
http://rustedfire.com/menu_test/menu_test.html
Relevant css is here:
http://rustedfire.com/menu_test/menu_test.css

Thanks!
Kara


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