vote up 0 vote down star

I have a Son of Suckerfish menu set up, but when I hover over the menu item, the sub menu appears on the left of the screen, rather than directly below the item I hovered over.

eg http://blacktownworkersgroup.worldsecuresystems.com/bwc09/events

When you hover over 'Events' the sub menu is supposed to appear below this item.

It's working correctly in Safari and Chrome, but not in IE7, Firefox 3, Opera.

flag

71% accept rate
1  
Code examples would greatly improve your question. Try to isolate the code in question. – Ian Elliott Jul 14 at 4:08

2 Answers

vote up 0 vote down

I fixed it up.

The original list items needed to be floated, rather than displayed inline. There may have been other elements affecting it also, but it's fixed now!

link|flag
vote up 0 vote down

The css shows the block to be using absolute positioning. You will need to set top and left attributes to position it correctly.

Otherwise change it to position:relative; and use float:left; as in this tutorial on SoS dropdowns

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.