Search and Top Navigation
Ticket #3623: overlayscrollbar_demo.html
File overlayscrollbar_demo.html, 0.9 KB (added by Tukler, October 13, 2010 12:22AM UTC)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>A</title>
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/themes/smoothness/jquery-ui.css" type="text/css" media="screen" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/jquery-ui.min.js"></script>
</head>
<body>
<div id="foo" style="margin-left: auto; margin-right: auto; width: 500px; border: 1px solid black;">
aaaaa
</div>
<div id="bar" style="display:none">
1
</div>
<button onclick="$('#bar').dialog({modal: true})">Dialog</button>
</body>
</html>
Download in other formats:
Original Format
File overlayscrollbar_demo.html, 0.9 KB (added by Tukler, October 13, 2010 12:22AM UTC)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>A</title>
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/themes/smoothness/jquery-ui.css" type="text/css" media="screen" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/jquery-ui.min.js"></script>
</head>
<body>
<div id="foo" style="margin-left: auto; margin-right: auto; width: 500px; border: 1px solid black;">
aaaaa
</div>
<div id="bar" style="display:none">
1
</div>
<button onclick="$('#bar').dialog({modal: true})">Dialog</button>
</body>
</html>