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”.

Learn More

Please can anyone help me figure out why this page http://www.draftfcbinteractive.com/contact/ and this http://www.draftfcbinteractive.com/about/ are distorted?

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

more options

A website I recently developed for a client has certain pages displaying incorrectly in firefox, while all others display correctly.

This same website displays all pages correctly in all other browsers.

I am confused as to why certain pages would display incorrectly when they have the same html structure with the other pages which are displayed correctly by the same browser.

The website is http://draftfcbinteractive.com

The pages that are distorted are: http://www.draftfcbinteractive.com/about/ and http://www.draftfcbinteractive.com/contact/

A website I recently developed for a client has certain pages displaying incorrectly in firefox, while all others display correctly. This same website displays all pages correctly in all other browsers. I am confused as to why certain pages would display incorrectly when they have the same html structure with the other pages which are displayed correctly by the same browser. The website is http://draftfcbinteractive.com The pages that are distorted are: http://www.draftfcbinteractive.com/about/ and http://www.draftfcbinteractive.com/contact/

Zgjidhje e zgjedhur

That looks like a problem with a missing clear:both rule for some of the floating DIV elements.

#the-company { clear:both; }
#di-contact-form { clear:both; }
Lexojeni këtë përgjigje brenda kontekstit 👍 0

Krejt Përgjigjet (2)

more options

Zgjidhja e Zgjedhur

That looks like a problem with a missing clear:both rule for some of the floating DIV elements.

#the-company { clear:both; }
#di-contact-form { clear:both; }
more options

Thanks so much cor-el. It worked like a charm! I've been writing css for years now and I've never had cause to use the clear attribute. Much appreciated!