clickforwebdesign Posted June 19, 2010 Share Posted June 19, 2010 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 --> Link to comment Share on other sites More sharing options...
clickforwebdesign Posted June 21, 2010 Author Share Posted June 21, 2010 Personne pour m'éclairer sur une piste Link to comment Share on other sites More sharing options...
Natsu Posted June 21, 2010 Share Posted June 21, 2010 Hello,As-tu fait une css spécial ie ?Perso pour débuger sous ie, je met en place des bordure puis je teste des padding et des margins, regarde si il ne faut pas mettre une taille au bloc "header_links" Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now