Suckerfish

Hi all,

I think this menu is not a suckerfish or any kind of fish - can anyone please tell me how it is different to a suckerfish?

Thanks

This is a CSS menu made by Stu Nicholls. Stu has over the years developed many CSS menu’s most of them doing well in most browsers IE6 incl.

Hi,
That menu is called a “Float Drop Menu” and it uses a 1px change on the float margins to force the sublist into view. It really only works with fixed widths though but works well if you are able to use fixed widths.

It was developed by one of the members here at SitePoint and it was featured as CSS Quiz #27 a while back.

You can learn more about it here at Timo’s Site.

The Suckerfish dropdown simply uses li:hover to change the location (either by margins or positioning) of the absolute positioned sublist.