On Sat, Mar 25, 2006 at 10:27:29AM -0500, tedd wrote: > > You might try this: > http://www.sperling.com/examples/menuv/
Thanks. I'm doing something similar, but I'll look at that as it works (slowly) in IE6. I'm using this as a learning exercise, and I have a few odd things I can't figure out: Only on Firefox at this point -- none work in IE, but haven't really looked at that yet. 1) http://hank.org/demos/menu.html - This works ok (in firefox) but I'm not clear why I need this at the end of my css file: #sitemenu li.popup li { margin-left: 30px; } without it the bullets in the submenu are not in the background. 2) http://hank.org/demos/menu2.html - in-menu expansion. Not sure the changing menu size will work. - IE 6 doesn't detect the hover. Not css, but javascript in case anyone's interested. My javascript skills are, well, still in the development stage. 3) http://hank.org/demos/menu3.html - Javascript popup. My question here is why is there a "menuout" event triggered when moving between links on the popup menu. The onmouseout should be on the <div>. Maybe I don't understand when the events are fired. 4) http://hank.org/demos/menu4.html - Here I have a design that floats the content in the center of the page. The thing to see here is that my mouse coordinates are off by the amount of whitespace on the left of the screen. You might need to make the screen wide to notice. I'm using Event.pointerX to fetch the event's location. -- Bill Moseley [EMAIL PROTECTED] ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
