html - How to set border-radius just using border property -


Is setting this to an border-radius using only the range Is possible property?

I want the same result given below:

  #myelement {limit: 1px solid # 535353; Range radius: 5px 5px 5px 5px; }   

I want the following code (but the code below does not work):

  #myelement {limit: 1px solid # 535353 5px 5px 5px 5px; }   

And if you know the answer, will you answer that how will you get the answer? I could not find it in Google: (

In short, it is not possible. < P> Formal syntax:



You < Code> Limit for property

Comments

Popular posts from this blog

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

php - Sorting an multidimension array using usort fails -

Simple file compression in C -