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
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;

Link to comment
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;

 

Yes there is a line with "-moz-border-radius" do I have to delete those lines?

Link to comment
Share on other sites

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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.