treehouse : what would you like to learn today?
Web Design Web Development iOS Development

[Solved] Layout not showing up the same in different browsers...

  • I would really appreciate any help I can get! I've been having this problem for awhile!

    I tend to use the Firefox browser, my website never appears the way I intend in other browsers such as Safari and Google Chrome. Here is a link to one of my pages. Please check it out in Firefox and other browsers. You will see the the thumbnails of my images are way below the content box.

    Erm... I would like to post the codes but it's not letting me..

    EDIT: I removed the disabled right click feature for this page. Feel free to check the codes to see what I've done wrong. Please and thank you!

  • Hey there,

    try putting this into your CSS file:

    #scrollbar_track {
        display: none;
    }
    
  • OMG! I think it worked!! It worked on this page!! I'm going to try it on the other pages too! Thank you, jev! <3<3