Interspire Shopping Cart Browser Compatibility Issues

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
abel1337
Forum Newbie
Posts: 3
Joined: Tue Aug 11, 2009 6:50 am

Interspire Shopping Cart Browser Compatibility Issues

Post by abel1337 »

My Interspire shopping cart is not displaying correctly in internet explorer. The Logo is all messed up and if you go to my site you will see that it is very apparant:

Code: Select all

http://www.greengoods2go.com
Also firefox probs, under each product is a "not rated" and a "add to cart".. these two phrases overlap.

Does anyone have any idea what my problem might be? I have been searching high and low for a solution but I can't find anything
User avatar
tr0gd0rr
Forum Contributor
Posts: 305
Joined: Thu May 11, 2006 8:58 pm
Location: Utah, USA

Re: Interspire Shopping Cart Browser Compatibility Issues

Post by tr0gd0rr »

Not sure about IE, but I see you added a height of 27px to firefox.

You can alternatively put the "not rated" icon into a div instead of a span or apply a padding-top of 12px or so to the ProductActionAdd css class.
abel1337
Forum Newbie
Posts: 3
Joined: Tue Aug 11, 2009 6:50 am

Re: Interspire Shopping Cart Browser Compatibility Issues

Post by abel1337 »

Does anyone else know anything about this? I am willing to pay some1 5-10 dollars for a solution, thanks
abel1337
Forum Newbie
Posts: 3
Joined: Tue Aug 11, 2009 6:50 am

Re: Interspire Shopping Cart Browser Compatibility Issues

Post by abel1337 »

I fixed the firefox problem, but I still have a ie7 problem with the logo. I tried making my logo a jpg instead of a png but it still didnt work. Should I add a div tag somewhere in my ie.css file?
Post Reply