inherit
The Final Cylon
31521
0
Mar 3, 2015 14:39:33 GMT -8
Trublu
Maybe the duck is in the hat.
12,323
October 2004
trublusvufan
|
Post by Trublu on Nov 24, 2010 9:05:34 GMT -8
Hey guys, If you're familiar with this script: www.dynamicdrive.com/dynamicindex3/snow.htmI was wondering if there is anything by default that would make the horizontal scroll bar appear on a page where that is being used. (It's happening on a website I'm working on; it's a private project, so I can't link to it). Thanks in advance!
|
|
inherit
130228
0
Jul 11, 2024 19:19:59 GMT -8
Charles Stover
1,731
August 2008
gamechief
|
Post by Charles Stover on Nov 27, 2010 6:38:41 GMT -8
<style type="text/css"><!-- body { overflow : scroll; } --></style>
|
|
inherit
The Final Cylon
31521
0
Mar 3, 2015 14:39:33 GMT -8
Trublu
Maybe the duck is in the hat.
12,323
October 2004
trublusvufan
|
Post by Trublu on Nov 29, 2010 19:27:17 GMT -8
Sorry, I worded that oddly. What I meant was, the scrollbar is appearing on the page I'm using the code on, and I don't want it to. The image drifts too far to the right and extends the page and causes the scrollbar to appear (and even more annoyingly constantly change in length).
|
|
inherit
130228
0
Jul 11, 2024 19:19:59 GMT -8
Charles Stover
1,731
August 2008
gamechief
|
Post by Charles Stover on Nov 30, 2010 20:00:22 GMT -8
<style type="text/css"><!-- body { overflow-x : hidden; } --></style>
|
|
inherit
The Final Cylon
31521
0
Mar 3, 2015 14:39:33 GMT -8
Trublu
Maybe the duck is in the hat.
12,323
October 2004
trublusvufan
|
Post by Trublu on Dec 3, 2010 6:50:02 GMT -8
Of course. *headdesk*
Thanks, Charles.
|
|