Jump to content

IE 6.0 css little help needed...


Recommended Posts

Hi, I have a problem with my shop, I've been trying to fix it alone, but i cant... In IE 7, 8, firefox everything looks fine, but in IE - header block (my account, cart) should be at the top right (like in ff, IE 7.0) but it's not, it drops down under logo...
I'm using standard presta theme... Please help me, dont let me blow my head... ;)

shop

Link to comment
Share on other sites

Hello,

If I got it right, you may try to replace your code (global.css line 196) with mine below:

#header {
position:absolute;
right:230px;
text-align:right;
top:10px;
width:300px;
z-index:999;
}



Please backup your file before doing this. I hope it can solve your problem. If not, feel free to get back to me ;-)

Good luck and have a nice PrestaShop time!

BTW, theme looks nice.

Regards,
21846657

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...