David Dotou Posted March 27, 2015 Share Posted March 27, 2015 hi i'm customizing my theme close to finish hopefully, my border radius on my product block breaks on google chrome when the mouse hovers how to fix ?haven't checked internet explorer or other webbrowers i'm learning css on firefoxhttp://www.710solutionshop.comthanks alot david. Link to comment Share on other sites More sharing options...
fred-vinapresta Posted March 28, 2015 Share Posted March 28, 2015 Hi. di you add the webkit motification in your css? -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; if yes, what is your code? Link to comment Share on other sites More sharing options...
David Dotou Posted March 28, 2015 Author Share Posted March 28, 2015 (edited) Hi fred thanks for answering and checking this out, i added the code you gave but border-radius lines still break on my product images when using google chrome here's my css code ::/* product style */.product-block { position: relative; overflow: hidden; margin: 10 px; background: white; padding: 0 px; border: 1px solid !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 11 px; <added -moz-border-radius: 11 px; <added border-radius: 11 px;} Edited March 28, 2015 by David Dotou (see edit history) Link to comment Share on other sites More sharing options...
David Dotou Posted March 31, 2015 Author Share Posted March 31, 2015 Hey everyone I haven't been able to fix my border-radius issue on chrome can someo give e a hint to what i could try to fix the lines breaks and it really bugs me out i cain't move on!Thanks alot! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now