Jump to content

probleme Compatibilité IE Positionnement


Recommended Posts

Bonjour a tous,

Je n'arrive pas a bien positionner (Voir ci joint) le Bienvenue, (identifiez-vous) comme sur firefox , il depasse de mon header sur internet explorer

QQ1aurait il une solution?


Css

#header #header_user {
float:right;
height:75px;
line-height:1.3em;
margin-right:2px;
padding:14px 0px 18px 120px;
width:100px;
}
#header_user p { color: #595a5e; }
#header_user span { font-weight: bold; }
#header_user ul { margin-top: 0.3em; }
#header_user li {
   float:right;
   margin-left: 0.5em;
   white-space: nowrap;
   list-style-type: none; 
}

#header_user #shopping_cart, #header_user #your_account { font-size: 0.9em;color:#E85D9A; }
#header_user #shopping_cart a, #header_user #your_account a {
   padding: 2px 0 4px 26px;
   height: 20px;
   text-decoration: none;
}




Fichier TPL

<!-- Block user information module HEADER -->



       {l s='Welcome' mod='blockuserinfo'},
       {if $logged}
{$customerName} ({l s='Log out' mod='blockuserinfo'})
       {else}
           ({l s='Log in' mod='blockuserinfo'})
       {/if}



{if $cart_qties > 0}{$cart_qties}{else}0{/if}
{l s='Badge' mod='blockuserinfo'}
{l s='Badges' mod='blockuserinfo'}
{if $cart_qties > 0}{if $priceDisplay == 1}{convertPrice price=$cart->getOrderTotal(false, 4)}{else}{convertPrice price=$cart->getOrderTotal(true, 4)}{/if}{/if}


{l s='Votre Panier' mod='blockuserinfo'}
{l s='Commander' mod='blockuserinfo'}



<!-- /Block user information module HEADER -->

25592_bDtUpvlYb4qgkBlvRIYm_t

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...