Windows 10 reached EOS (end of support) on October 14, 2025. For more information, see this article.

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

firefox not displaying website slider properly but works in other browsers

  • 2 përgjigje
  • 1 e ka hasur këtë problem
  • 54 parje
  • Përgjigjja më e re nga kathydtg

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

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

Zgjidhje e zgjedhur

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.

Lexojeni këtë përgjigje brenda kontekstit 👍 1

Krejt Përgjigjet (2)

Zgjidhja e Zgjedhur

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