Guest danielias Posted December 22, 2010 Share Posted December 22, 2010 Hi guys I need help on this http://theme6.entiendaonline.com/Template, I need to make some rounDed borders at the Center Column.Please some1 help me Thank You Link to comment Share on other sites More sharing options...
jthosoda Posted December 28, 2010 Share Posted December 28, 2010 use CSS-moz-border-radius: 8px; /* FireFox 1+ */-webkit-border-radius: 8px; /* Safari 3-4 */border-radius: 8px; /* Opera 10.5, IE 9, Saf5, Chrome */behavior: url(border-radius.htc); /* Internet Explorer */more on http://www.htmlremix.com/css/curved-corner-border-radius-cross-browser Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now