Thread: css stuff...
Results 1 to 4 of 4
Related
-
Web Rank in this stuff Forum: Search Engine Optimization - SEO - Forum
Replies: 1 -
So Much Old Stuff.... Forum: General Discussion
Replies: 4 -
PHP and stuff Forum: PHP Forum
Replies: 2
-
09-15-2002, 01:00 AM #1
css stuff...
i'm having a problem with this CSS i'm using:
<!--
a:link { text-decoration: underline; color: black }
a:hover { text-decoration: underline; color: #CF2830 }
a:visited { text-decoration: underline; color: black}
body {
scrollbar-base-color: #CF2830;
scrollbar-arrow-color: #000000;
}
-->
-
09-15-2002, 04:45 PM #2
Hi mate.
The browser reads the style sheet from top to bottom. So...
Make a:hover the last one in your style sheet. This will then overwrite the fact thats it visited, too.
Let me know if this works, I didn't test it muchIf one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
-
09-15-2002, 10:20 PM #3
Also test the actually color of it is web-safe and stuff, you might have just put an extra space or something, oh and check teh "body" part fo the html document too!
-
09-15-2002, 10:39 PM #4
i did wat dean said and it worked!
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum