Log in

View Full Version : images cropped in firefox, list elements report strange size in firebug



mgason
09-22-2011, 09:29 AM
when I view this page in firefox the images in the carousel are cropped and the whole carousel is messed up.
http://darrell.wisemonkeys.com.au/

firebug shows the li containing the image is, overflow: hidden; float: left; width: 88px; height: 59px;

when I view it in chrome it looks right and shows
the li is, overflow-x: hidden; overflow-y: hidden; float: left; width: 208px; height: 165px;

I am baffled, any ideas?
thanks in advance mark

ajfmrf
09-23-2011, 04:26 AM
which script you using.Please post it

bud