Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Coding Forum


You are currently viewing our Coding Forum as a guest. Please register to participate.
Login



Reply
I have two vital questions that concern me
Old 09-15-2003, 09:08 PM I have two vital questions that concern me
Novice Talker

Posts: 10
Trades: 0
1. How do you change the color of the scroll bar?

2. How do you remove the underscore for links? Know what I mean? Put your mouse off of the link and you see plan text. Then you put your mouse over it and you see the cursor change and you click. So really it is a link.

Thanks!
corvette is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-15-2003, 09:31 PM
fpgirl's Avatar
Novice Talker

Posts: 5
Location: PA
Trades: 0
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
fpgirl is offline
Reply With Quote
View Public Profile Visit fpgirl's homepage!
 
Reply     « Reply to I have two vital questions that concern me
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.27846 seconds with 12 queries