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

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -