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 Link to comment https://forums.phpfreaks.com/topic/195610-help-picture-corners/ 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; Link to comment https://forums.phpfreaks.com/topic/195610-help-picture-corners/#findComment-1027810 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/ Link to comment https://forums.phpfreaks.com/topic/195610-help-picture-corners/#findComment-1027813 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? Link to comment https://forums.phpfreaks.com/topic/195610-help-picture-corners/#findComment-1027843 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. Link to comment https://forums.phpfreaks.com/topic/195610-help-picture-corners/#findComment-1027847 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.. Link to comment https://forums.phpfreaks.com/topic/195610-help-picture-corners/#findComment-1027851 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 Link to comment https://forums.phpfreaks.com/topic/195610-help-picture-corners/#findComment-1027856 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.