|
-
May 17th, 2002, 09:03 AM
#1
Thread Starter
Junior Member
-
May 17th, 2002, 09:56 AM
#2
Thread Starter
Junior Member
I should mention I'm using Internet Explorer 5.5
Not just vbforums, for example I can see yellow in
http://news.zdnet.co.uk/story/0,,t269-s2110340,00.html
I looked around the Display settings... There's lots of parts where I can change font&colour, but only three things were in Yellow... Tooltip, Messagebox, and Window. I skipped the first two, went straight to testing "Window"... I changed yellow to burgendy, hit apply... whoa...
My computer nearly regurgitated. But when it was done coughing, (and I refreshed the page), All my yellow words were now burgendy, in Windows Explorer and Internet Explorer!
I went to see if Netscape had the same problem... And to my shock and disbelief, NS does the same thing! Netscape 4.73 put "System Window" colour there too, exactly the same as the picture attached above.
I didn't know SYSTEM FONTS had any impact on WEB BROWSER layout... I believed the two completely independant.
HTMLforums.com appears immune to this.. It's font colours are preserved when I change colour.
-
May 18th, 2002, 10:03 AM
#3
I wonder how many charact
glad you're keeping busy....
-
May 18th, 2002, 01:36 PM
#4
Frenzied Member
what resolution are you at ??
-
May 18th, 2002, 02:09 PM
#5
this will blow your mind postitlord:
but if you look real hard and open the source of the page and look really hard you will see that it is setting the fonts and colors in the html. if you don't specifiy any colors in the page then it will use the users window default colors.
Code:
<STYLE type=text/css>
SELECT {BACKGROUND-COLOR: #cccccc; COLOR: #51485f; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10px}
INPUT {BACKGROUND-COLOR: #cccccc; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 12px}
TEXTAREA {BACKGROUND-COLOR: #cccccc; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 12px}
OPTION {BACKGROUND-COLOR: #cccccc; COLOR: #51485f; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10px}
FORM {FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10px}
they are setting the textarea to grey and the fonts to black. that was from vbforums and these forums don't specify a font color.
so that is all there is too it.
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
|