Post by maskcomp » Fri Jan 23, 2009 3:26 am

My looks fine in Internet Explorer 6.0, but in IE 7.0 and FireFox it messes up. My images are overlapping the header, etc.

Any suggestions on how to make it look right in all browsers?

New member

Posts

Joined
Mon Jan 05, 2009 5:43 am

Post by Qphoria » Fri Jan 23, 2009 3:28 am

link

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by maskcomp » Fri Jan 23, 2009 3:30 am


New member

Posts

Joined
Mon Jan 05, 2009 5:43 am

Post by maskcomp » Fri Jan 23, 2009 9:21 am

Does anyone have any ideas why my cart shows fine in Internet Explorer 6.0, but not IE 7.0 or FireFox?

New member

Posts

Joined
Mon Jan 05, 2009 5:43 am

Post by Qphoria » Fri Jan 23, 2009 9:40 am

i played with the css a bit, but no I can't see the problem

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by bruce » Fri Jan 23, 2009 10:23 am

You have the same problem in safari and opera.

According to the page source, I think you have turned off the image resizing option in your store administration. You need to ensure that the div containers you are using for each product are large enough to contain the image and subsequent content (title and price).

Active Member

Posts

Joined
Wed Dec 12, 2007 2:26 pm

Post by hm2k » Fri Jan 23, 2009 10:32 am

Code: Select all

.products, .images, .categories {
	float: left;
	width: 33.3%; 
	text-align: center; 
	cursor: pointer;
	font-size: 10px; 
	height: 175px;
}
->

Code: Select all

.products, .images, .categories {
	float: left;
	width: 33.3%; 
	text-align: center; 
	cursor: pointer;
	font-size: 10px; 
	height: 200px;
}
Picnic.

UK Web Hosting


User avatar
Global Moderator

Posts

Joined
Tue Mar 11, 2008 9:06 am
Location - UK

Post by Qphoria » Fri Jan 23, 2009 11:44 am

odd.. when i change it back to 175 height using FF webdev.. i don't see it broken like it was.

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am
Who is online

Users browsing this forum: No registered users and 4 guests