Mootools problem, works fine in firefox but not safari

so im trying to get this to work
http://tinyurl.com/28qst33

and in fireworks, it works fine, but in safari, if i try to click from top to bottom, it doesnt work, but if i try to click from bottom to top, it works… really confused

The divs are a block level element, so setting their display to inline is not a good idea.

Use block instead of inline and your problem will be fixed.

awesome, thanks