• I seem to have a problem with the sidebar in Firefox. It displays fine in IE and I can’t seem to track down the cause. In FF the list doesn’t seem to have line breaks after each item and then on the second set of items it just seems to be writing on top of itself.

    https://test.bnbfinder.com/blog

Viewing 3 replies - 1 through 3 (of 3 total)
  • If you post a link to your page, it may be easier to let you know what’s going wrong ??

    Thread Starter grassy

    (@grassy)

    lol, sorry. you can see how messed up I am with staring at this for so long already ??

    test.bnbfinder.com/blog

    (editing primary post with link)

    Thread Starter grassy

    (@grassy)

    sometimes a good boot to the head does the trick. I was getting so frustrated that none of my changes to the css file were fixing the problem I didn’t think to make sure that the header was loading the right css file. Seems that it uses an absolute path so it was using the css file from the live site instead of the test server’s css file. anyways… the solution was:

    #sidebar ul li {
    clear:both;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sidebar Firefox problem’ is closed to new replies.