How to create rounded corners using CSS Combobox?

0 votes
No avatar asked by (120 points) about CSS Wizard
edited by

I want rounded corners in the list element.

1 Answer

0 votes
No avatar answered by (193k points)
edited by

The application doesn't allow you to create rounded corners, but after the page has been compiled and saved, you can edit the files with a HTML or a text editor and then add the following code for the element you want:

border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border: 2px solid #800000;

Adjust the color, radius and the line weight in px.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...