Results 1 to 3 of 3

Thread: About colors of website

  1. #1

    Thread Starter
    Lively Member blackeyed's Avatar
    Join Date
    Nov 2002
    Location
    Chandigarh
    Posts
    118

    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.
    ~~Avi~~

  2. #2
    Frenzied Member Rick Bull's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    1,444
    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;
    }

  3. #3
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    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
  •  



Click Here to Expand Forum to Full Width