rustytanton-zz / ie6-upgrade-warning

Automatically exported from code.google.com/p/ie6-upgrade-warning
0 stars 0 forks source link

I cant see the text on lines msg2 and msg3 #20

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Really good looking script but,

I just  view a page with the code, on a clean install of xp / ie6 and with sp3 
no other updates and 
I cannot see the warning message in full msg2 and msg3 are missing.

I have looked through the code and cannot see where to change the font colour 
of msg2 & msg3 
?

If i change the background colour to black i can then see the text but the 
boxes round the 
browser images don't look good, so I want to keep the white background. That 
leads me to think 
that the background and text are the same colour. I want to change the text 
colour to black.

Just cannot seem to find where I can do this in warning.js

Please Help!

Original issue reported on code.google.com by timiswri...@gmail.com on 28 Apr 2009 at 11:00

GoogleCodeExporter commented 8 years ago
Okay I've found it by breaking down the code.

If anyone else has an issue of not being able to see the 2nd and 3rd paragraph. 
This is how to sort it.

So search warning.js for _p1d.style.marginBottom = "1em";

and then add just after it _p1d.style.color = "#333";

Then do the same with the second paragraph by looking for 
_p2d.style.marginBottom = "1em";

and then adding _p2d.style.color = "#333";  directly after it.

Hope that makes sense.

Original comment by timiswri...@gmail.com on 28 Apr 2009 at 8:00

GoogleCodeExporter commented 8 years ago
I hope will be able to add at least text/cabkground colors separate from code.

Original comment by mihai.ile@gmail.com on 29 Apr 2009 at 4:26