| User | Post |
|
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.
|
|