Click to See Complete Forum and Search --> : Help Styling a Javascript Call (widget)


joym
01-24-2009, 09:52 PM
I'm trying to figure out how to style a javascript call to a widget I was given by a service provider.

The widget outputs a form for searching for restaurants.

The provider told me I can use CSS but gave no details and I can't seem to get it to work.

Can someone please point me in the right direction?

The call is something like this....

<script type="text/javascript" src="http://website.com/widgets/restaurants_widget.jsp"></script>

TheTeenScripter
01-25-2009, 12:21 AM
Without the code nobody will be able to help you.. basically, you are going to look inside the javascript file for any references to the words "class" or "style". They are used to implement CSS and style the objects. You can then change the style of them by implementing/changing the corrosponding CSS.