Hola Antonio, seguimos con el problema que no respeta el tema, estuve viendo el código y este sitio está caido
https://fiveweb.googlecode.com/svn/trun ... styles.cssno se si es esa la causa
Los podemos bajar para trabajarlos en forma local?
te mando todo el código por las dudas
sldos
Silvina
<html>
<head>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.0/jquery-ui.min.js"></script>
<script src="https://fiveweb.googlecode.com/svn/trunk/source/js/fiveweb.js"></script>
<link type="text/css" rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.0/themes/trontastic/jquery-ui.css">
<link type="text/css" rel="stylesheet" href="https://fiveweb.googlecode.com/svn/trunk/source/css/styles.css">
</head>
<body>
<script>
document.body.style.backgroundImage = "url( 'http://fiveweb.googlecode.com/svn/trunk/images/beach.jpg' )";
document.body.style.backgroundSize = "100% 100%";
</script>
<script>
SetTheme( "cupertino" );
</script>
<div id="oDlg" class="dialog_window" title="Hello FiveWeb">
</div>
<script>
$( "#oDlg" ).dialog( { width: 600, height: 400, modal:false } );
</script>
</body>
</html>