Nothing major, minor layout issue
Collapse
X
-
Re: Nothing major, minor layout issue
Well it was solely my observation, and the only theory that made sense, but given your pointing to the greens displaying differently, I looked into it a little bit and discovered this:
What I suppose is happening is that when VBZ sees a tag "Green" it subs in a certain hex code, and when IE sees what it thinks is "Green" it subs in another certain hex code which aren't the same.Originally posted by Support.Mixcrosoft.ComInternet Explorer May Not Display Gray Correctly
View products that this article applies to.
Article ID : 161687
Last Review : February 26, 2007
Revision : 3.2
This article was previously published under Q161687
SYMPTOMS
When you view a Hypertext Markup Language (HTML) document using Internet Explorer, objects that are gray in color may be displayed as light green.
CAUSE
This behavior can occur if the HTML source code has the color set to gray for the following elements: <BODY>
<FONT>
<HR>
<MARQUEE>
<TABLE>
Internet Explorer incorrectly reads "grey" as "green."
I took the time to screenshot the comparative greens you just posted, drop them into paint, and use the pippette to pull them and add them to custom colours.
My computer defines the green that was generated by using "grey" in IE as being 0 254 0 Basically "True Green" and defines the green that was generated by using the "green" tag that FFR uses as being 68 128 72
Since using colour words in color= tags just causes the system to substitute in the hex code: 00FF00 and 448048, my guess is that either VBZ as a style choice, or a manual setting by forum admins has made the default "green" not the same as a straight 00ff00 green.
This is the 00ff00 green
This is grEy grey
This is the 448048 green
This is 'green' green
Hopefully by directly using hex code in place of words, this should make both greens display as greens on all browsers.
Edit: So 448048 green doesn't actually display like "green" green in VBZ despite the fact that I generated the colour by directly pulling this text colour from the post...that is even more odd.Last edited by devonin; 04-29-2008, 01:20 PM.Comment
-
-
Re: Nothing major, minor layout issue
I screenshot the text, pulled the colour out with the pippette, and converted the RGB it gave me into hex. That's what it came up with. Clearly these things are not corresponding to their standard codes in IE, which is kinda the point of the whole process.Comment

Comment