Creating a widget for my site. Check it out at http://bit.ly/w42SC4.

Looks good in Chrome and IE. However, I'm getting this ugly fixed horizontal scroll in Firefox. I'm not sure how to get rid of it. Help is appreciated!

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Can you try:

<iframe src="http://www.coupongravy.com/vipiframe.php"
scrolling="yes"
width="300" height="250" frameborder="0" noresize="" marginheight="0" marginwidth="0" hspace="0"
vspace="0" style="overflow-x: hidden; border:1px solid #ef6ea8;width:300px;height:250px;"></iframe>

I added an overflow-x: hidden to your style.

Tested on Firefox 8.0.

link|improve this answer
Looks like that did the trick! Thanks! – PaperChase Nov 15 '11 at 23:30
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.