html - CSS property applied after inspect element -
i'm working on site egtripper.com , when page load slider section doesn't in center expected, , css slider
.slider { width: 1000px; height: 330px; margin: 30px auto; overflow: hidden; position: relative; }
but when try inspect slider chrome tools, position fixed
can me, thanks
just suggesting, wrap .slider div 100% width, overflow hidden , position relative.
and try removing 'min-width', if possible.
Comments
Post a Comment