Search Results

0
votes
2answers
75 views

How to make a long menu scroll horizontally?

Hi, I got a long menubar in my site and it ruins the layout. I'm wondering using jQuery(or one of it's lightweight plugins), how do I hide some of the menu links and have small arrow links that all …
0
votes
1answer
47 views

Equalize column javascript not working in Chrome

Hi, I'm using this mootools javascript snippet to equalize the height of my columns: window.addEvent('domready', function() { var columns = $$('.equalize'); var max_height …