can someone help me create this for my website. i already have the logo placed correctly but would like to create the basket in the top right with a few images on the left of it. my existing code for the divs and css from the template are as follows. thanks in advance
[ATTACH]4567[/ATTACH]
css
.navigation2 {width:100%;padding:0px 34px 0px 0px;}
.navigation {padding:0px 0px 0px 0px; width:406px; height:3px;}
.navigation_wrapper_tl {background:url(../images/navigation_tl.gif) 0px 0px no-repeat;}
.navigation_wrapper_tr {background:url(../images/navigation_tr.gif) 100% 0px no-repeat;}
.navigation_wrapper_rep {background:url(../images/navigation_rep.gif) 0px 0px repeat-x;margin:0px 5px 0px 5px; height:41px;}
header.php
<div class="fl_right" align="right">
</br>
</br>
</br>
</br>
<div class="navigation">
<div class="navigation_wrapper_tl">
<div class="navigation_wrapper_tr">
<div class="navigation_wrapper_rep fs_lh">
<div class="tw">
<div class="cart_bg" align="right">
<div><a href="<?php echo tep_href_link('shopping_cart.php')?>"><b><?php echo BOX_HEADING_SHOPPING_CART;?></b></a> <a href="<?php echo tep_href_link('shopping_cart.php')?>"><strong><?php echo $cart->count_contents()?></strong> <?php echo BOX_SHOPPING_CART_EMPTY?></a></div>
</div>
<table cellpadding="0" cellspacing="0" border="0">
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
Untitled.png