|
-
Dec 2nd, 2002, 02:36 AM
#1
Thread Starter
Lively Member
About colors of website
Well i m designing my college website. But the colors appear different on different platforms is there any solution for that or not.
-
Dec 2nd, 2002, 06:48 AM
#2
Frenzied Member
Well it maybe that you are having trouble with older PCs and need to use web-safe colours, but it sounds more to me like the bug in IE that changes colours to ones it thinks are better One thing you can do is use CSS, and take advantage of yet more bugs IE has, e.g.:
Code:
/*IE Code*/
a:hover {
color:#ff00ff;
}
/*Non-IE*/
html>body a:hover {
color:#ff00ee;
}
-
Dec 3rd, 2002, 11:36 AM
#3
Black Cat
Colors can be slightly different just due to differences in monitors and their configuration.
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|