I am attempting to have my general form background have rounded edges. I have attempted adding the below code to various locations in the Layout Source area. I will most likely not want 24px, but I just was trying to find the correct area of the CSS to modify.
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-moz-border-radius: 24px;
-webkit-border-radius: 24px;
-khtml-border-radius: 24px;
border-radius:24px;
box-sizing: border-box;
As an alternative should I upload an image with the correct color and shape to be used as a background instead? If I go this route will there be any sizing issues.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
DataCobalt
Good afternoon,
I am attempting to have my general form background have rounded edges. I have attempted adding the below code to various locations in the Layout Source area. I will most likely not want 24px, but I just was trying to find the correct area of the CSS to modify.
-webkit-box-sizing: border-box;
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.