html5 - Pure CSS slider left margin accretion -


I am in the process of developing a site for a Uni project, and I used an automatic form (This project requires that I do not use anything else) The problem I am facing is that when the slides change, the left margin begins to add, and I do not understand why that is why.

I've just tried to create a page with html and CSS to work for the slider and it works properly, but when my main CSS is not included in the page.

Any pointers will be appreciated!

On this site it can be seen li and img must be spaced on line with no spaces or a carriage return, such as:
& Lt; Ul id = "css-slider" & gt; & Lt; Li & gt; & Lt; IMG src = "http://cdn.gtm.net.au/images/catalogue/sp_image_108.jpg" alt = "slider" & gt; & Lt; / li & gt; & Lt; Li & gt; & Lt; Img src = "http://cdn.gtm.net.au/images/catalogue/sp_image_62.jpg" alt = "slider" & gt; & Lt; / li & gt; & Lt; Li & gt; & Lt; IMG src = "http://cdn.gtm.net.au/images/catalogue/sp_image_59.jpg" alt = "slider" & gt; & Lt; / li & gt; & Lt; Li & gt; & Lt; Img src = "http: // cdn.gtm.net.au/images/catalogue/sp_image_66.jpg" alt = "slider" & gt; & Lt; / li & gt; & Lt; / Ul & gt;

I know it's weird

Comments

Popular posts from this blog

c# - passing input text from view to contoller with FacebookContext using Facebook app -

ios - Does Core Data autoupdate a many to many relationship on saving -

Calling a C++ function from C# by passing a string with variable size to it -