• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

GAlton
#1 Posted : Wednesday, October 3, 2007 4:01:23 PM(UTC)
GAlton

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
MitchA
#2 Posted : Thursday, October 4, 2007 7:13:39 AM(UTC)
MitchA

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.
jetheredge
#3 Posted : Thursday, October 4, 2007 7:34:19 AM(UTC)
jetheredge

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
GAlton
#4 Posted : Friday, October 5, 2007 9:05:57 AM(UTC)
GAlton

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.

©2025 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012