19. februar 2003 - 21:13
Der er
1 kommentar og
1 løsning
farve på scroll i <div>
kan detlade sig gøre at ændre farver på denne scroll
og hvis hvordan.
<html>
<head>
<style type="text/css">
div{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: black;
text-align: left;
}
</style>
</head>
<body style="margin:0px;overflow:hidden;">
<table border="0" cellspacing="0">
<tr>
<td height="464 WIDTH="620"">
<div style="height: 464; width: 620; overflow: auto;">
<pre>
obdormio : to fall asleep.
obduco : to draw over, cover/ lead against / pass, spend
obduro : to be hard, persist, endure, last, hold out.
obicio obieci obiectum : to offer, throw in someone's teeth.
obligatus : bound, under an obligation.
obliquo : to turn sideways, turn aside.
oblittero : to cancel, blot out.
oblivio : forgetfulness, oblivion.
obruo : to overwhelm, destroy.
obsequium : indulgence, pliancy, submission.
obses : (obsidis) hostage, security, pledge, surety
obsideo : to sit near / haunt, frequent / besiege, invest
obsido : blockage, besiege, invest
obstinatus : firm, resolved, staunch.
obtestor : to implore, entreat, beg, call as a witness.
obtineo : to hold, keep, possess, maintain / to continue.
obviam : on the way, in the way /(+ dat.) towards, against.
</pre></div></td>
</tr>
</table>
</body>
</html>
19. februar 2003 - 21:16
#1
<html>
<head>
<style type="text/css">
div{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: black;
text-align: left;
scrollbar-face-color:#384A78;
scrollbar-arrow-color:FFFF00;
scrollbar-track-color:#C0C0C0;
scrollbar-shadow-color:#384A78;
scrollbar-highlight-color:#384A78;
scrollbar-3dlight-color:#384A78;
scrollbar-darkshadow-Color:#384A78;
}
</style>
</head>
<body style="margin:0px;overflow:hidden;">
<table border="0" cellspacing="0">
<tr>
<td height="464 WIDTH="620"">
<div style="height: 464; width: 620; overflow: auto;">
<pre>
obdormio : to fall asleep.
obduco : to draw over, cover/ lead against / pass, spend
obduro : to be hard, persist, endure, last, hold out.
obicio obieci obiectum : to offer, throw in someone's teeth.
obligatus : bound, under an obligation.
obliquo : to turn sideways, turn aside.
oblittero : to cancel, blot out.
oblivio : forgetfulness, oblivion.
obruo : to overwhelm, destroy.
obsequium : indulgence, pliancy, submission.
obses : (obsidis) hostage, security, pledge, surety
obsideo : to sit near / haunt, frequent / besiege, invest
obsido : blockage, besiege, invest
obstinatus : firm, resolved, staunch.
obtestor : to implore, entreat, beg, call as a witness.
obtineo : to hold, keep, possess, maintain / to continue.
obviam : on the way, in the way /(+ dat.) towards, against.
</pre></div></td>
</tr>
</table>
</body>
</html>