CSS-Tricks / AnythingSlider

A jQuery Slider plugin for anything.
http://css-tricks.github.io/AnythingSlider/
GNU Lesser General Public License v3.0
1.15k stars 380 forks source link

How to remove this? #424

Closed zhscr closed 12 years ago

zhscr commented 12 years ago

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

Mottie commented 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.

zhscr commented 12 years ago

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

Mottie commented 12 years ago

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.

zhscr commented 12 years ago

finally i just prove this change and all is happiness thanks alot

Mottie commented 12 years ago

Great! :)