Ed- They are on phpbb.com http://www.phpbb.com/downloads/olympus.php
Look towards the bottom at code changes.
Moderator: STG Styles Team









ferrer94 wrote:oh! Thank you very much! I'm going eddit tonight =D
and i'm going to test the fix on IE to =D thaaanks!
Jaymie1989 wrote:For all of you that still want to use this style i have updated it for you to phpBB3 3.0.3
I have only updated the static version.
Please Note: I am not offering support for this style


Jaymie1989 wrote:ferrer94 wrote:oh! Thank you very much! I'm going eddit tonight =D
and i'm going to test the fix on IE to =D thaaanks!Jaymie1989 wrote:For all of you that still want to use this style i have updated it for you to phpBB3 3.0.3
I have only updated the static version.
Please Note: I am not offering support for this style
Hmm am I the only one who is using this style, and wants it to look good in IE?
Well I can't blame you for not using IE, we would probably all be better off without it, but I don't believe Microsoft will be filing for bankruptcy in the near future, so it will be around for some more years, and there will be people who do use it.
Internet Explorer turns off Cleartype wenn a filter like opacity is applied, and that causes the font to look bad. I've googled quite a lot to find a solution for this problem, but I've found nothing that works for me.
So for now, I've made a simple workaround:
Replace:
Code: Select all
td.transOFF {background-color: #d1d1d1;opacity:.95;filter: alpha(opacity=95); -moz-opacity: 0.95;border-bottom:0px solid white; }
td.transON {background-color: #d1d1d1;opacity:.80;filter: alpha(opacity=80); -moz-opacity: 0.8;border:0px solid black; }
With:
Code: Select all
td.transOFF {background-image: url('./images/transoff.png'); background-repeat: repeat-x repeat-y; border:0px; }
td.transON {background-image: url('./images/transon.png'); background-repeat: repeat-x repeat-y ; border:0px; }
Include two png images (transon.png and transoff.png) with the right color and opacity in your images folder, and as far as I could see, BF_Vista looks good in IE7.
Unfortunately there are as allways some drawbacks when things appear simple.
-I don't know if other versions of IE can handle this way of featuring transparancy.
-Sometimes you can't use a background image that easily, this can be a problem when you're using mods, like a portal for example.
I do hope some of you smart guys out there have a better solution, I would be really thankfull
By the way, is there a way to let IE use a different stylesheet, and all the other browsers the usual?
transparancy.zip
2 png images with bf_vista color and opacity
(612 Bytes) Not downloaded yet











Users browsing this forum: No registered users and 12 guests