- 论坛徽章:
- 0
|
color与theme的设置有冲突
Re: No text in IE6 with ies4linux
Interface does not show clearly because of the theme used. To fix this you need to use the defaults.
Code:
cd ~/ies4linux/ie6
cp user.reg ~/user.reg.old
gedit user.reg
In the text editor, delete [Control Panel\\Colors] and the entries under it.
Code:
This is the part that I deleted. I'm not sure if every one has the same.
[Control Panel\\Colors] 1200623437
"ActiveBorder"="228 228 228"
"ActiveTitle"=hex(1):
"AppWorkSpace"=hex(1):
"Background"="0 0 0"
"ButtonAlternateFace"=hex(1):
"ButtonDkShadow"=hex(1):
"ButtonFace"="228 228 228"
"ButtonHilight"=hex(1):
"ButtonLight"="228 228 228"
"ButtonShadow"=hex(1):
"ButtonText"=hex(1):
"GradientActiveTitle"=hex(1):
"GradientInactiveTitle"=hex(1):
"GrayText"=hex(1):
"Hilight"=hex(1):
"HilightText"=hex(1):
"HotTrackingColor"=hex(1):
"InactiveBorder"="228 228 228"
"InactiveTitle"=hex(1):
"InactiveTitleText"=hex(1):
"InfoText"=hex(1):
"InfoWindow"=hex(1):
"Menu"="228 228 228"
"MenuBar"=hex(1):
"MenuHilight"=hex(1):
"MenuText"=hex(1):
"Scrollbar"=hex(1):
"TitleText"=hex(1):
"Window"=hex(1):
"WindowFrame"=hex(1):
"WindowText"=hex(1):
Make sure to stop deleting before the next group.
Code:
Example: Stop deleting line before the ff.
[Control Panel\\Desktop] 1200623418
[Control Panel\\Desktop\\WindowMetrics] 1200623418
[Control Panel\\International] 1200623413
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/56673/showart_472794.html |
|