Tagged Questions
0
votes
2answers
2k views
horizontal scrolling div not working in Safari
Hi I made this site a while ago in my table days but have just realised the horizontal scrolling dive doesn't work in Safari.
#galleryscroller {
overflow-x:scroll ;
overflow-y:hidden;
...