
December 10th, 2012, 05:41 PM
|
 |
Contributing User
|
|
|
|
|
[Solved] Overflow-x property in Firefox and Opera
I am having problem with overflow-x
This doesn't show in FF or Opera though remarkably IE9 and others, yet when I view examples off the internet, it works
I have set a DIV tag id to
Code:
#gallery {overflow-x: scroll;}
I have multiple photos showing in the DIV that overflow the maximum width. Would I need javascript or some hack to get this working in Firefox and Opera?
|