Jump to content

[Help] Picture corners!


MustiC

Recommended Posts

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)

naamloos1a.png

 

(i want corners like this)

 

naamloosgm.png

 

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

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;

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?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.