Jump to content

Recommended Posts

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
https://forums.phpfreaks.com/topic/205696-rounded-corners/#findComment-1079451
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
https://forums.phpfreaks.com/topic/205696-rounded-corners/#findComment-1080686
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
https://forums.phpfreaks.com/topic/205696-rounded-corners/#findComment-1080896
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.