727
edits
CrowtherDR (talk | contribs) No edit summary |
CrowtherDR (talk | contribs) No edit summary |
||
Line 23: | Line 23: | ||
position:relative; | position:relative; | ||
} | } | ||
#imageContainer div#innerImageDiv | #imageContainer div#innerImageDiv.hoverClass{ | ||
height: | height:305px; | ||
left:-10%; | left:-10%; | ||
overflow:visible; | overflow:visible; | ||
position:absolute; | position:absolute; | ||
top:-10%; | top:-10%; | ||
width: | width:700px; | ||
} | } | ||
#imageContainer | #imageContainer div#innerImageDiv.hoverClass img{ | ||
height: | height:305px; | ||
width:700px; | |||
} | } |
edits