Widgets > wijslider > wijslider Tutorial > wijslider Step 1 of 3: Setting Up the View |
In this step, you will create the view that contains the wijslider widget.
<div id="slider">
</div>
<style type="text/css">
#slider
{
width: 300px;
}
</style>