LaptoniC Posted December 24, 2005 Posted December 24, 2005 (edited) I am using WPI v4.3.5 with the theme of salac.I tried to use some transparent PNG for program descriptions.However it doesnt work.It shows gray color.I am using below file for exampleThanks.Edit:I am firefox user.So I see no grey color when I browse that PNG files.However, with IE it shows gray color.I think there is a problem of IE with transparent color in PNG.I dont know what will ne the workaround for this. Edited December 24, 2005 by LaptoniC
Kelsenellenelvian Posted December 24, 2005 Posted December 24, 2005 (edited) WPI Depends on IE so I think that is the cause of the transperancies not showing. Edited December 24, 2005 by kelsenellenelvian
LaptoniC Posted December 24, 2005 Author Posted December 24, 2005 I know it depends on IE.I have found this MS KB describing the issue.What should I change to add that codes to WPI?.Thanks
LaptoniC Posted December 25, 2005 Author Posted December 25, 2005 After searching with google I have found it.It also adds my tweak only if it is png.I think it is very elagnt way.Open your current theme's wpi.css.Add below linesimg { behavior: url("common/pngbehavior.htc");}http://rapidshare.de/files/9777487/Common.zip.htmlAdd zip contents to your WPI\common folder.It works
Kelsenellenelvian Posted December 25, 2005 Posted December 25, 2005 Where in the css file are you adding in those lines?
LaptoniC Posted December 25, 2005 Author Posted December 25, 2005 I dont think it is that important where you put.However I put after body style likebody{ background-color: #5A7EDC; font-family: tahoma, arial, helvetica, sans-serif; font-weight: normal; font-color: #ffffff; margin: 0px;}img { behavior: url("common/pngbehavior.htc");}
Kelsenellenelvian Posted December 25, 2005 Posted December 25, 2005 Thanks added it into the next version.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now