Originally Posted by
kamilkurczak
Hello,
You have your own bigger flags in .png format, right?
similar code you can find in vbenterprisetranslator_flag template.
I don't think that it solves the issue. At that template there is only one line, and the src values dosen't says anything that can be changed except the dimensions:
Code:
<img class="vbet-flag vbet-$flagCode" width="24" height="24" src="{$flagspath}clear.gif" alt="$flagName"**********
As I seen there is a css file in the flags directory. The problem is that I can't modify it as I can't calculate the positions.
Code:
.vbet-flag {
background: url(allflags.gif) no-repeat top left;
}
.vbet-af { background-position: 0 0; }
.vbet-ar { background-position: -17px 0; }
.vbet-be { background-position: -34px 0; }
.vbet-bg { background-position: -51px 0; }
Could you please give me a step by step guide on what I need to change, having in mind that:
1.- Laguage filename are same
2.- Only the extention is different (png instead gif)
3.- Flag dimensions are 24 X 24 pixels.
Thank you
Maria