html - firefox issue with bottom padding -


i've attached screenshot of code working on google chrome. same code doesn't have same effect in firefox (typical!). know need put in both browsers work correctly.

.carousel-holder {      position: relative;      width: 877px !important;      margin-left: 30px;  } .carousel-overlay {      background: url('../img/overlay.png') top left no-repeat;      width: 877px;      height: 151px;      position: relative;      bottom: 142px;      left: 0px;      margin-right: 56px; } 

chrome - http://tinypic.com/r/2mq98w0/5
firefox - http://tinypic.com/r/zwi8w1/5
url - http://www.mangdevelopment.co.uk/crk/

the error .crossbg class

replace margin-top: -230px top: -230px


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -