BV Commerce Forum
»
BV Commerce Support
»
General Support
»
Absolute position different in IE6 vs. IE7
Rank: Member
Joined: 6/10/2004(UTC) Posts: 101
|
I've got two items in my header that have position:absolute locations. IE7 and FF renders the location just fine but IE6 shoves the Home link to the right and the minicart to the right and down. Does anyone have an idea of why this might be happening? My temp site is located at http://69.84.153.26/. Thanks, Tom
|
|
|
|
Rank: Member
Joined: 3/3/2006(UTC) Posts: 1,737
|
IE6 has some quirks... I just bang away til it works... Try this (from my site - www.missionfurnishings.com), or a variation: /* MiniCart */ #minicart { text-align: right; padding: 12px 30px; /* added 12px & 30px to move minicart off top and rt edge*/ color: #795116; font-size: 85%; position: relative; top: 0px; } Perhaps working from the upper right corner will work better. This works in all browsers I've tested. |
Optimists invent airplanes, Pessimists buy parachutes. |
|
|
|
Rank: Member
Joined: 3/1/2006(UTC) Posts: 1,142
|
Try throwing this into your css file
* html #header {height: 1%;}
IE6 has numerous bugs related to absolute positioning. |
Justin Etheredge Senior Software Engineer BVSoftware |
|
|
|
Rank: Member
Joined: 6/10/2004(UTC) Posts: 101
|
Thanks, guys. I used both suggestions and its working well now. I appreciate your help.
Tom
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.