X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Firefox CSS Issue (https://forum.x-cart.com/showthread.php?t=68728)

cedaly1968 02-25-2014 03:21 PM

Firefox CSS Issue
 
I am having an issue with Firefox and some CSS on my site. For Chrome, Safari and IE browsers, the site display properly. for some reason, with Firefox, the div .product-place holder is shifted outside of .box

I can't seem to see the problem. Anyone else have a similar issue? Ugh..

totaltec 02-25-2014 04:45 PM

Re: Firefox CSS Issue
 
Browser inconsistency is the worst! Of course we all face these issues all the time. Share a link and we can look at it with you and moan while making sad faces. :-(

Or perhaps even help! :-)

cedaly1968 02-26-2014 08:19 AM

Re: Firefox CSS Issue
 
http://www.brydenroad.com/Festive-4-Bottle-Cooler-with-Lid-Heavy-Duty.html

It appears to be the PayPal graphic. In Firefox, the welcome-header seems to shift right as well on Checkout and Shopping Cart. Grateful for any thoughts...

totaltec 02-26-2014 08:48 AM

Re: Firefox CSS Issue
 
Whoah, that is a mess! Its a serious display issue.
Code:

.product-place {
    background: none repeat scroll 0% 0% #FFF;
    overflow: hidden;
    border-bottom: 1px solid #D8D8D8;
    width: 100%;
}


Removing overflow:hidden; fixed it in my browser.

cedaly1968 02-27-2014 06:39 AM

Re: Firefox CSS Issue
 
Timing is interesting, I saw this come across from Mashable today... cross browser testing tools!

http://mashable.com/2014/02/26/browser-testing-tools/?utm_cid=mash-com-fb-main-link

I will see if the overflow will work, I thought I took that off the other day.

cedaly1968 02-27-2014 06:55 AM

Re: Firefox CSS Issue
 
That fixed it too - thanks


All times are GMT -8. The time now is 07:15 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.