MustiC Posted March 17, 2010 Share Posted March 17, 2010 Dear PHP freaks, I have a problem with the corners. Look to those pictures and you'll understand what I mean. (i dont want corners like this) (i want corners like this) Hope somebody can help me, I have to change a code in my stylevar.xml but I dont know which! Regards, MustiC Quote Link to comment Share on other sites More sharing options...
JD* Posted March 17, 2010 Share Posted March 17, 2010 Is there a CSS rule somewhere like this: -moz-border-radius This will cause your corners to be rounded in firefox. Alternatively, if you know the name of the class or ID of those boxes, you can make your own rule at the very bottom of your CSS file that says: -moz-border-radius: none; Quote Link to comment Share on other sites More sharing options...
dennismonsewicz Posted March 17, 2010 Share Posted March 17, 2010 Do this in CSS using image files http://www.devwebpro.com/25-rounded-corners-techniques-with-css/ Quote Link to comment Share on other sites More sharing options...
MustiC Posted March 17, 2010 Author Share Posted March 17, 2010 Is there a CSS rule somewhere like this: -moz-border-radius This will cause your corners to be rounded in firefox. Alternatively, if you know the name of the class or ID of those boxes, you can make your own rule at the very bottom of your CSS file that says: -moz-border-radius: none; Yes there is a line with "-moz-border-radius" do I have to delete those lines? Quote Link to comment Share on other sites More sharing options...
nafetski Posted March 17, 2010 Share Posted March 17, 2010 Yeah Those are browser specific css3 properties that will make rounded corners. Awesome tool to use...if that's what you're looking for! Remove that and you shoudl be fine. Quote Link to comment Share on other sites More sharing options...
MustiC Posted March 17, 2010 Author Share Posted March 17, 2010 Yeah Those are browser specific css3 properties that will make rounded corners. Awesome tool to use...if that's what you're looking for! Remove that and you shoudl be fine. ive deleted all those lines: -moz-border-radius: but i still have rounded corners.. Quote Link to comment Share on other sites More sharing options...
MustiC Posted March 17, 2010 Author Share Posted March 17, 2010 I have fixed it, ive deleted all -moz lines Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.