Amazing Scroll bars is here
Page 1 of 1 • Share •
Amazing Scroll bars is here
Use this scrollbar style into ur html page.
Ex:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
<style type="text/css">
.s {
scrollbar-face-color:#868686;
scrollbar-base-color:#868686;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#FFFFFF;
scrollbar-shadow-color:#EBF5FF;
scrollbar-highlight-color:#EBF5FF;
scrollbar-3dlight-color:#9D9D9D;
scrollbar-darkshadow-Color:#9D9D9D;
}
</style>
</head>
<body>
<div style="overflow:scroll; height:100px; width:200px; " class="s">
<table border="0" cellpadding="0" cellspacing="0" height="200" width="300">
<tr>
<td>
Sample
</td>
</tr>
</table>
</div>
</body>
</html>
Regards,
Sakthi
Ex:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
<style type="text/css">
.s {
scrollbar-face-color:#868686;
scrollbar-base-color:#868686;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#FFFFFF;
scrollbar-shadow-color:#EBF5FF;
scrollbar-highlight-color:#EBF5FF;
scrollbar-3dlight-color:#9D9D9D;
scrollbar-darkshadow-Color:#9D9D9D;
}
</style>
</head>
<body>
<div style="overflow:scroll; height:100px; width:200px; " class="s">
<table border="0" cellpadding="0" cellspacing="0" height="200" width="300">
<tr>
<td>
Sample
</td>
</tr>
</table>
</div>
</body>
</html>
Regards,
Sakthi

sakthi- Leader
- Posts: 187
Join date: 2007-12-02
Age: 25
Location: Coimbatore
Permissions of this forum:
You cannot reply to topics in this forum



