Support Forums

We encourage an open exchange of information. Ask your questions or make suggestions. We are here to help, but we also encourage all of you to help one another.
Click on the Subscribe Flag to be notified by email of replies to your post.
Current User: Guest Login Register
Please consider registering

How to get vertical scroll bar in Firefox? (overflow:auto doesn’t work!)

Add a New Topic Reply to Post
UserPost

9:04
August 21, 2008


GES

Guest

I've embedded our survey in our webpage, and it works fine in IE7 and Opera, but for the life of me I can't get a scroll bar to show up in Firefox.  I've tried overflow: scroll, overflow-y: scroll, overflow: -moz-scrollbars-vertical, etc.

Any pointers?

Maybe I'm not putting it in the right place in the CSS file?  I tried them in  .sg_Body.  I also tried them in the body portion of the CSS file for my webpage.

Help!!!!!!  Thanks, GES

4:02
August 22, 2008


Mario

Moderator

Boulder, CO

posts 610

What embedding method did you use, and do you have a link to the survey on your site that we can compare against?

10:38
October 3, 2008


victory

Guest

If you are using a nested div tag, try using the following CSS

#outertag{

height:auto;

overflow:visible;

}


#innertag{

height:auto;

overflow:visible;

}

This worked for me.

5:37
October 3, 2008


cheri

Moderator

posts 592

Hi, victory.

Thanks for your input!

GES, why don't you give victory's solution a try and let us know if doesn't work for you.

–Cheri

1:07
October 23, 2008


Ting

Guest

Thank you … Victory!!! you are guru firefox. I never use firefox3 and have problem very much..


Thanks again.Embarassed

Add a New Topic Reply to Post


Reply to Topic: How to get vertical scroll bar in Firefox? (overflow:auto doesn’t work!)

Guest Name (Required):

Guest EMail (Required):

Guest URL (required)

Math Required!
What is the sum of: 12 + 5        (Required)

Topic Reply:


 
© Simple:Press Forum - Version 3.1.4 (Build 357)