Jump to content

Recommended Posts

On the following site:

 

http://makethemoviehappen.com/index.php

 

Do the tables look lumpy when you scroll through the Credits tables? On my computer the tables rows vary in width a few pixels giving a bumpy look to the tables. I don't see this on IE8. Is this only my comp. or a firefox bug?

Link to comment
https://forums.phpfreaks.com/topic/240299-strange-fire-fox-bug/
Share on other sites

assuming that something is a browser bug makes no sense certainly for firefox. I recommend you read this article from top to bottom, recreate the examples given, and apply it afterwards to your website. http://coding.smashingmagazine.com/2008/08/13/top-10-css-table-designs/

 

lumpy is to vague for me.

I think the issue is because it's a scroll table. Some of the left side of the table protrudes out further than other parts. Each row seems to have a slightly different width, when they're all set from the same CSS. It's not an issue at in IE.

 

 

 

tablebump.png

 

The above is just what I could get right now... occassionally it's much worse. It varies based on scrolling the table or scrolling the page.

ah i see, well in order to fix that you at least need to set a width to the various table cels (td) and besides that a sneaky trick: display:block on the table row. this will probably make your table border twice as thick. so instead you probably need to set the border to 1 px.

 

if you use firebug it's easier to play with this. notice what happens when you set the tr to display block. (and don't forget to give the tablecells a width.

 

 

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.