$20 via paypal if someone can fix my suckerfish dropdown in IE 6/7: http://is.gd/2mHD (position on :hover is to the right of my item...) Thanks!
Of course, this was solved after I realized I was mucking up the CSS trying random things without thinking... ul#hdr_nav li:hover ul, ul#hdr_nav li.sfhover ul { left: 0; /* instead of left: auto; */ }
Lawlz, Princess... Suzy'd be the Queen : ) The difference between left: 0, left: auto and margin-left: 0 is that some browser have issues with auto and other have issues with left (IE7 likes margin-left) so it's whatever works best for you on most browsers : )