727
edits
CrowtherDR (talk | contribs) No edit summary |
CrowtherDR (talk | contribs) No edit summary |
||
Line 30: | Line 30: | ||
} | } | ||
#imageContainer img{ | #imageContainer img{ | ||
overflow-x:auto; | |||
overflow-y:hidden; | |||
} | |||
#imageContainerTest{ | |||
overflow-x:auto; | |||
overflow-y:hidden; | |||
width:500px; | |||
} | |||
#imageContainerTest div{ | |||
border:2px inset #f7f7f7; | |||
overflow-x:auto; | |||
overflow-y:hidden; | |||
width:100%; | |||
} | |||
#imageContainerTest img{ | |||
overflow-x:auto; | overflow-x:auto; | ||
overflow-y:hidden; | overflow-y:hidden; | ||
} | } |
edits