[css-d] Suckerfish menus expanding slowly Mac/IE 5.2

2005-09-29 Thread css student
Hey ya'll

I have a suckerfish menu going that works fairly well accross every
5.0+browser apart from Mac IE
5.2

http://www.unausa.org/site/pp.asp?c=fvKRI8MPJpFb=872193

There are some minor presentation glitches which I think I can work out. My
main issue is speed: it takes a long time to load nested ul's when
mousingover it's li parent node.

As an IE browser, it's running the HTMLDog's sfHover() script that attaches
a class to li's, which is then controlled in the CSS, along with the hover
class used by non-IE browsers.

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav
li.sfhover ul ul ul {
left: -999em;
}

I am thinking that the -999em is monkeywrenching MacIE5.2, but
offtopicperhaps the sfHover script is also causing slowdown when it
iterates through all the li's to attach a class to them./offtopic

Ignoring the scripting question, anyone see anything in my CSS (in above
document) that could be causing slow processing in Mac IE 5.2? Thanks

Stud.
__
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] ideas for controlling form display with CSS

2005-09-21 Thread css student
Thanks, very interesting use of padding and percentage -- I am going for
cross-browser compliance though, and I think that data-wise, only IE
understands this label-input implied relationship, so even if I could get
the display right -- and yourtechnique is very interesting -- I couldn't use
this solution.



On 9/21/05, Ian Skinner [EMAIL PROTECTED] wrote:

 This is a rough idea have how I have been doing forms lately. There is a
 big difference between IE and Compliant versions of this code and my example
 is IE specific, let me know if you need any help sorting it out.



My CSS approach is here:

 http://www.kintera.org/site/lookup.asp?c=geIMLPOpGjFb=1064623



__
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/