Side navigation
Ticket #5575: jQueryBug.html
File jQueryBug.html, 0.7 KB (added by rpn, December 01, 2009 01:39PM UTC)
HTML Code to reproduce the error
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"/>
<style>
#main {
background-color: #004080;
padding: 0;
margin: 0;
overflow: auto;
}
.applicationPortlet {
height:100%;
}
.applicationPortlet TR.body TD.body {
padding: 10px;
background-color: #FFFFFF;
}
</style>
<script type="text/javascript" src="jquery-1.3.2.min.js"></script>
</head>
<body id="main">
<table class="applicationPortlet" cellpadding="0" cellspacing="0" border="0" width="100%">
<tr class="body">
<td class="body"></td>
</tr>
</table>
</body>
</html>
Download in other formats:
Original Format
File jQueryBug.html, 0.7 KB (added by rpn, December 01, 2009 01:39PM UTC)
HTML Code to reproduce the error
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"/>
<style>
#main {
background-color: #004080;
padding: 0;
margin: 0;
overflow: auto;
}
.applicationPortlet {
height:100%;
}
.applicationPortlet TR.body TD.body {
padding: 10px;
background-color: #FFFFFF;
}
</style>
<script type="text/javascript" src="jquery-1.3.2.min.js"></script>
</head>
<body id="main">
<table class="applicationPortlet" cellpadding="0" cellspacing="0" border="0" width="100%">
<tr class="body">
<td class="body"></td>
</tr>
</table>
</body>
</html>