I need a CSS help !
-
Hello friends …
https://69.89.31.122/~asrinpla/main/ this is my web site .
On top-right you will see 2 flags …
I want to move those flags a little more up and right but I dont know how to …
Here is the code I have written to header
‘<div id=”head”>
<h2 class=”logo <?php echo $logoclass; ?>”>/”><?php echo $logo; ?></h2>
<ul class=”social_bookmarks”>
<li class=’flag_1′>Language 1
<li class=’flag_2′>Language 2
‘And Here is the code I have written to css
‘.social_bookmarks .flag_1 a{background: transparent url(../images/shared/flag_1_16.png) 0 0 no-repeat;}
.social_bookmarks .flag_2 a{background: transparent url(../images/shared/flag_2_16.png) 0 0 no-repeat;}’
- The topic ‘I need a CSS help !’ is closed to new replies.