Amazing Scroll bars is here

View previous topic View next topic Go down

Amazing Scroll bars is here

Post by sakthi on Sat Feb 16, 2008 9:42 am

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

sakthi
Leader

Posts: 187
Join date: 2007-12-02
Age: 25
Location: Coimbatore

View user profile

Back to top Go down

View previous topic View next topic Back to top


Permissions of this forum:
You cannot reply to topics in this forum