|
Scroll bar:
(First - Understand this is only TRULY works with IE - other browsers is a possibility but no guarantee)
In the header tags (where you set your page defaults) put in the following code inside a style block:
body {
scrollbar-arrow-color: #hexcode;
scrollbar-face-color: #hexcode;
scrollbar-3dlight-color: #hexcode;
scrollbar-highlight-color: #hexcode;
scrollbar-shadow-color: #hexcode;
scrollbar-darkshadow-color: #hexcode;
scrollbar-track-color: #hexcode;
}
a {
text-decoration:none;
}
All of the above will solve both of your problems!
Andrea
__________________
"...professional website production — made as simple as it gets!™" Please login or register to view this content. Registration is FREE, CSS Templates and eCommerce Solutions
Please login or register to view this content. Registration is FREE
|