PDA

View Full Version : Javascript problem



kdivs
06 Dec 2010, 10:37 AM
Hey everyone, I'm working on a slideshow with java on my main page for a Christmas sale. All is well with the slideshow but for some odd reason these bullets are appearing at random spots on the page.... The code im using is from VisualSlideShow.com. Any ideas?

sunwise
06 Dec 2010, 10:58 PM
Java or Javascript?

Your problem sounds like a CSS issue to me. Do you have either Firebug in Firefox or Google Chrome's Developer Tools? I suspect that somewhere in the slideshow is a list.

If you add:

list-style-type:none;

to whatever CSS class or id is styling the list, that would get rid of the bullets.

That's my guess anyway, without knowing more.