为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Web page table shows fine in IE, Chrome, Safari (desktop and mobile) but NOT Firefox

  • 11 个回答
  • 4 人有此问题
  • 3 次查看
  • 最后回复者为 drosengarden

more options

See here in serveral places:

http://www.hudfhareversemortgage.org/ (top right opt in box - spacing and width is incorrect)

http://www.hudfhareversemortgage.org/reverse-mortgage-calculator/ (and several pages just like this - you should obviously note the fields are way outside the form layout.)

Again - this works fine on Chrome, IE, Safari (and mobile versions) - just not Fire Fox?

See here in serveral places: http://www.hudfhareversemortgage.org/ (top right opt in box - spacing and width is incorrect) http://www.hudfhareversemortgage.org/reverse-mortgage-calculator/ (and several pages just like this - you should obviously note the fields are way outside the form layout.) Again - this works fine on Chrome, IE, Safari (and mobile versions) - just not Fire Fox?

所有回复 (11)

more options

You have a mismatch on your td tags and colspan attributes. In the row with the phrase "Street Address" and the input below it, you need colspan="3". Faced with a missing "cell" Firefox apparently breaks up the row differently than the other browsers.

Edit: Obviously this is for the second link, not the first link.

由jscher2000 - Support Volunteer于修改

more options

Thanks for the tip - however - that doesn't seem to be the case here:

http://www.hudfhareversemortgage.org/reverse-mortgage-brochure-and-dvd-package/

And I still get the same problem!

more options

colspan=3 for the TD with the street input field (name="lane") seems to fix this page in Firefox.

more options

You do not see this?

<tr><td colspan="2">Street Address</td></tr>
<tr class="spaceUnder"><td colspan="2"><input style="width: 535px" name="lane" class="required" type="text" /></td></tr>

more options

YIKES! I totally misread your first response (jscher2000) - let me try putting in the colspan="3" in both the label and the field now. Sorry!

more options

Yes - that was it. Changed all landing pages with this form to label and field with <td colspan="3">

Now I don't look like a total idiot to my Firefox viewers (this post and the rest of the website not withstanding!)

Thank you - that was simple and something bugging me.

more options

Any ideas, now, about why that squeeze box on the home page (and subsequently all pages throughout the site) shows no spacing between the fields and different field widths - again - as it does compared to all other browsers?

http://www.hudfhareversemortgage.org

more options

I'm not sure what the "default" size is for a text input. Rather than rely on defaults that may vary from one browser to the next, try setting the width using CSS.

more options

Well - I'm sorry to make you my HTML/CSS cleanup crew - I am a novice at this...but I do have this code on the pages, but it doesn't seem to be taking:

<style>textarea,input,select{padding:3px 3px 3px 3px;width:135;clear:left;float:left;font-weight:bold;font-size:11px;border:1px solid #BDC7D8}</style>

more options

This is a difference between HTML attribute values and CSS property values: in CSS you need to include the unit of measurement, which in this case is px for pixels.

more options

@jscher2000

VERY kind sir, thank you for your tips. My site in Firefox now looks just as it does in all other browsers. And I had an small item or two of code that got corrected in the process.

Both the squeeze box form and all landing page forms now look uniform across all platforms!

THANK YOU VERY MUCH FOR YOUR GENEROUS GIVING OF YOUR TIME AND EXPERTISE!!!!!!!