Why can't I put a jquery-ui progressbar inside a div with fixed position?
- by Matthew
I started the source from this progressbar example, and it works fine. My only change was to set the width of the progressbar to "20%".
<!DOCTYPE html>
<html>
<head>
<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
<script…