Results 1 to 2 of 2

Thread: Javascript problem

  1. #1
    Join Date
    Dec 2010
    Posts
    2

    Javascript problem

    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?

  2. #2
    Join Date
    Dec 2010
    Location
    British Columbia, Canada
    Posts
    13
    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.

Similar Threads

  1. Problem with Javascript.
    By JonathanCrow in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 01 Oct 2010, 07:39 AM
  2. Problem w/Javascript
    By ReptileEats in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 27 Jan 2008, 08:59 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •