Jump to content

rounded corners


flemingmike

Recommended Posts

1) Click 'back' in your browser, to go back to the CSS help section of the forum

2) Look through the threads and check out one of the other two threads that are already open in that section of the forum, on page 1, asking how to do rounded corners

 

Good luck!

Link to comment
Share on other sites

My apologies on that matter, there is no indication of that a thread has been moved from another location. I understand why it was moved however - you posted in the wrong section.

 

But that being said, my advice is the same. 

Link to comment
Share on other sites

Here is the piece of script from my page..

 .Avatar{
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 background-color: red;
 border: 1px solid #00FF00;
 padding: 10px;
 }

 

Note that it only works into Mozilla and Safari

in other browsers there will be a normal border

Link to comment
Share on other sites

It will work in Google Chrome too.

you are right

as Chrome seems to be Friend with Mozilla they must use the -moz- css lines too

 

but IE Dos not support it at all

you may use a replacement that overrides the page script of the boarder  with a second one in IE

Link to comment
Share on other sites

Google runs on Webkit, the safari Engine, not the mozilla engine. Since the code in the above post adds webkit proprietary code, it works for Chrome.

you are right... i could have checked that by looking what $_SERVER["HTTP_USER_AGENT"] said about it lol

 

i only use mozilla so i didnt knew... lol

 

but i know google had some settings that allowed you to import the mozilla profile to it so i thought they are in some way related

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.