Closed zhscr closed 12 years ago
I could help you better if you shared some code. It would be even better if you had a live site or even a demo that I could help you troubleshoot. Right now I would only be guessing.
ok finally i post it on the web this is the link http://archivomexico.mx/administracion/php/carga_fotos.php?id=2 the problem is only the last the number 9 because theres nothing in it hope this help to understand my issue
Ok it looks like the closing UL is messed up, I see this: <ul/>
<div id="slideF">
<ul id="slider1">
<li>...</li>
<ul/>
</div>
it should be </ul>
. What is happening is that AnythingSlider is thinking that the <ul/>
is an empty <ul></ul>
and it is treating that as a panel. So just move the /
and it should fix the problem.
finally i just prove this change and all is happiness thanks alot
Great! :)
hello Mottie i just try this slider wich i think its awesome but i have an issue that i don't know hot to solve i try the code just like the demos but when i put it togheter whit my code appear another slide but its a ghost because there isn't any content at first i tought it was because the images loaded dinamically from a DB but that's not the problem
i hope you could help me i check the documentation but i didn't find anything