horizontal

CSS - <li> Items in Horizontal Menu have a Gap Between Them

The Issue For some reason the left and right borders of the li items do not touch there is about a 4-5 px gap between them. I have no clue where it is coming from... I've spend a good amount of time monkeying around in Firebug with no luck... The Markup <div id="menucontainer"> <ul id="menu"> <li...

Jscrollpane: Is the function scroll 200px possible with horizontal scrollbar?

I tried doing it like in the vertical example but could not get that to work. So what I have is a div with a horizontal scrollbar in it with a lot of pictures in it. I now want to make a button that if clicked will scroll +200px or something like that. Is this possible and where do I start? Couldn't find anything on google or here... ...