Hi,
How to I fix the language flag settings at http://www.dtds4u.com? I followed the instruction at http://www.kriesi.at/support/topic/add-language-flags-links-to-top-right and it doesn't align properly. The flags I am using has 32x21px
This is my header.php
<h2 class="logo <?php echo $logoclass; ?>">/"><?php echo $logo; ?></h2>
<ul class="social_bookmarks">
<li class='flag_1'>Bahasa Malaysia
<li class='flag_2'>Mandarin
<!-- Navigation for Pages starts here -->
This is my style.css
.social_bookmarks .flag_1 a{background: transparent url(http://dtds4u.com/wp-content/uploads/2010/09/China.jpg) 0 0 no-repeat;}
.social_bookmarks .flag_2 a{background: transparent url(http://dtds4u.com/wp-content/uploads/2010/09/Malaysia.jpg) 0 0 no-repeat;}
Thanks














