I've got a Webkit specific problem when using the horizontal scrollbar in combination with an anchor tag. An example of the problem is shown here: http://www.splinterarchitecten.nl/wonen-combinatie/
Please take the following steps:
- Use Chrome (I'm using version 24.0.1312.57) or Safari (5.1.7) to go to the given address.
- Use the scrollbar to scroll to an image beyond the first three.
- Click on that image.
- Click on the 'overzicht' link in the bottom right corner.
- This returns you to the overview, with the clicked image on the left (anchor tag functionality).
- Grab the scrollbar drag bit and move it to the left.
- The whole scrollbar dissapears behind the logo on the left.
- Refresh the page, the scrollbar behaves itself.
The CSS is included before the javascript. I've tried 'autoReinitialise: true', which made no difference. I now use the following code:
if ( window.location.hash ) {
api.scrollToElement( $j( window.location.hash ), 1 );
}
which seems to help some (at least the scrollbar is shown in its proper place initially), but the problem with the dragging is still there. Any help would be greatly appreciated.
Kind regards,
Vivienne