|
|
|
Forum Member
Group: Forum Members
Last Login: 12/4/2007 1:57:22 PM
Posts: 8,
Visits: 11
|
|
if i make my widget shorter, the preview shows scrollbars.
but there are no scrollbars in the widget when i put it on my website. it shows all posts. see bottom of sidebar:
picnictoimpeach.org
thanks
|
|
|
|
|
NewsGator
Group: NewsGator Staff
Last Login: 8/11/2008 12:45:09 PM
Posts: 20,
Visits: 63
|
|
| Hi, For the style that defines what size your widget is, you need to include a setting for overflow. As an example, if you place your widget script in the following div tag, the widget will scroll automatically if content goes below the set height: <div style="width=250px;height=300px;overflow=auto;"></div> --
Jenny Blumberg
Syndication Services Developer Support
NewsGator Technologies, Inc.
|
|
|
|
|
NewsGator
Group: Administrators
Last Login: 7/29/2008 9:21:38 AM
Posts: 40,
Visits: 147
|
|
| Let me make one suggestion. If you take the solution Jenny provided, and change the equal signs to colons, you'll have a true cross browser solution. for example: <div style="width:250px;height:300px;overflow:auto;"></div>
will work the same in IE, Firefox, and Safari.
Dan Borrego
NewsGator Technologies,
Technical Support, Syndication Services
|
|
|
|