Search code examples
firefoxmenubar

Page not displaying correctly in Firefox


I'm having trouble with an image slider and Menu bar that diplays correctly in IE and Chrome but is shifted to the right in Firefox. This is only only for the Homepage, can anyone spot why?
http://www.mixing-mastering-online.com

Any help would really appreciated as I've trying differnt things for hours now but to no avail.

Thanks


Solution

  • Remove:

    overflow: hidden;
    

    from

    .shadow
    .sliderContainer
    .slideshow
    

    That fixes it. Please refer to the correct use of your css: http://www.w3schools.com/cssref/pr_pos_overflow.asp