Thanks to a suggestion by David G, I think I managed to get my 
Suckerfish menu hybrid sorted in both IE6 and Firefox 2. If anyone 
could check it out in other browsers and give me some feedback, I'd 
appreciate it.

        http://ronin-group.org/v2/bd/menu/menutest.html

Turns out that this previously suggested fix--

        * html #nav4 li:hover ul, #nav4 li.sfhover ul {
        display:inline-block;
        position: static;
        }

--didn't work for my implementation. However, doing this--

        * html #nav li ul { width: 11.3em; margin: 0 0 0 -67px; }

--DID correct the drop down offset. If anyone else is experiencing 
similar issues.


One thing that the original SF menu does, that I desperately would 
like to replicate is the ability to ignore graphics in list elements. 
I've been through the code--

        http://www.htmldog.com/articles/suckerfish/example/

--back and forth and cannot for the life of me figure out how it's 
done. It just seems to happen, but I doubt the answer is "it's magic".  =]

If anyone could tell me how to achieve that, it would absolutely make my day.

  michael

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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/

Reply via email to