jQuery addClass example
Change class name on click in jQuery
HTML
<body>
<font face = "Courier New" size = "1">
<br>
<br>
<div class="rel">
<div class="fixed">
SL3.0ch00:10238812-10238813<br>
10238670 10238700 10238730 10238760 10238790 10238820 10238850 10238880 10238910 10238940 <br>
...
CSS
body {
white-space: nowrap;
background: white;
}
.rel {
position: relative;
}
.fixed {
position: fixed;
font-weight: 700;
margin-top: -50px;
background-color: white;
}
.wrapper {
margin-top: 25px;
}