HDFilmMaker2112 Posted June 24, 2011 Share Posted June 24, 2011 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? Quote Link to comment https://forums.phpfreaks.com/topic/240299-strange-fire-fox-bug/ Share on other sites More sharing options...
trq Posted June 24, 2011 Share Posted June 24, 2011 There are no tables on the page you link to. Quote Link to comment https://forums.phpfreaks.com/topic/240299-strange-fire-fox-bug/#findComment-1234282 Share on other sites More sharing options...
HDFilmMaker2112 Posted June 24, 2011 Author Share Posted June 24, 2011 Actually there is, I forgot to mention the page funnels into a Non-disclosure agreement (gateway page), click through it and you'll see the tables. Quote Link to comment https://forums.phpfreaks.com/topic/240299-strange-fire-fox-bug/#findComment-1234284 Share on other sites More sharing options...
cssfreakie Posted June 24, 2011 Share Posted June 24, 2011 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. Quote Link to comment https://forums.phpfreaks.com/topic/240299-strange-fire-fox-bug/#findComment-1234394 Share on other sites More sharing options...
HDFilmMaker2112 Posted June 24, 2011 Author Share Posted June 24, 2011 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. 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. Quote Link to comment https://forums.phpfreaks.com/topic/240299-strange-fire-fox-bug/#findComment-1234426 Share on other sites More sharing options...
cssfreakie Posted June 24, 2011 Share Posted June 24, 2011 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. Quote Link to comment https://forums.phpfreaks.com/topic/240299-strange-fire-fox-bug/#findComment-1234450 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.