חיפוש בתמיכה

יש להימנע מהונאות תמיכה. לעולם לא נבקש ממך להתקשר או לשלוח הודעת טקסט למספר טלפון או לשתף מידע אישי. נא לדווח על כל פעילות חשודה באמצעות באפשרות ״דיווח על שימוש לרעה״.

מידע נוסף

Why we are getting a different position for tables in FireFox?

  • 3 תגובות
  • 1 has this problem
  • 1 view
  • תגובה אחרונה מאת cor-el

more options

We developed a web application and the login table position is shifted when viewed with FireFox browser while it's the same in other browsers like Chrome and Safari


Thank you,

We developed a web application and the login table position is shifted when viewed with FireFox browser while it's the same in other browsers like Chrome and Safari Thank you,

השתנתה ב־ על־ידי nabehih

כל התגובות (3)

more options

This is how it look like when viewed with FireFox

more options

Do you have any floated content in the page? You might need to clear the floats.

With a link to the page, it would be easier to give specific feedback.

more options

Yes, this loooks like an issue with a missing clear:both rule that make Firefozx start the container with the forms at the x-value where the menu stops and thus it is shifted to the right.

So you need to a clear:both rul to thge container with thos forms.