Skip to:
Content
Pages
Categories
Search
Top
Bottom

Odd artefact appearing when site navigation buttons added.


  • rebeccadonnelly
    Member

    @rebeccadonnelly

    Ok, last problem from me, I promise!

    When I added the navigation buttons to my forum (weemanstudios.com/forum) to match the rest of the website (weemanstudios.com) an odd aretfact appeared. In firefox this is displayed as a row of black dots (one for each button) above the buttons and in IE it is displayed as a box with an x in it down on the right hand corner. Any ideas on how to fix this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • html.css (line 329) calls for it…

    ul, menu, dir {
    display:block;
    list-style-type:disc;
    margin:1em 0;
    }

    add this to your style.css

    #navigation ul {
    list-style-type:none;
    }

    If you use Firefox get a plugin called firebug. http://getfirebug.com/ it will help you with all your css needs.


    rebeccadonnelly
    Member

    @rebeccadonnelly

    Thank you so much!

    Thanks for the tip about firebug too, however rest assured I never intend on making another website again! My first class Computer Science degree did not prepare me for the fiddly minefield that is web development!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar