Question

I am having a strange problem, i am using easy slider 1.5 for slides. Everything works fine but when i load the page for the first time, right side overflows, then after refreshing the page once, everything goes to fine.........

here is the link for the main page link text

Okay here is my CSS part of the code, i think that i dont know much about positioning so there must be some problem in that may be my sliderwrap.

You can check the problem in Firefox 3.6 and chrome latest version. In opera it doesn't happen at all. Problem in google Chrome is more severe

There is one more thing i have noticed in firebug that when the website loades for the first time, the slider id width is shown to 1079px and height to 312px and when i refreshes the browser firefox and chrome (not opera), the width and height again go to actual and firebug shows me 901 and 303 pixels....

Was it helpful?

Solution

You need to fix your css... if what you've posted is what you have, there's repeated attributions, but most importantly, you have syntax errors...

missing class or id identifier:

nextBtn{left:1021px}

prevBtn a,

Regarding your HTML, your post don't contain all of that slider's elements, but seems to be ok! The same for the Javascript Part!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top