firefox not displaying website slider properly but works in other browsers
I am creating a website and the slider image is showing at the side of the website. I am using firefox 20 . It works fine on other browsers and other peoples firefox but for some reason it is not showing correctly on mine. This is the test website http://greatgreendeals.co.uk/exmoorsafari/. I have a screenshot but I can not see how to upload here
選ばれた解決策
The #megaMenu is floated to the left, so it pushes div.featuredposts to the right. Try adding clear:left to div.featuredposts so it wraps down past the float.
この回答をすべて読む 👍 1すべての返信 (2)
選ばれた解決策
The #megaMenu is floated to the left, so it pushes div.featuredposts to the right. Try adding clear:left to div.featuredposts so it wraps down past the float.
Thanks you so much