Like rounded corner,any more?
+1
A:
Is it me or do people not use google ? http://www.html.it/articoli/nifty/index.html
JonH
2009-10-26 14:43:06
What is this "google" you speak of? ;-)
itsmatt
2009-10-26 14:46:02
+1
A:
For CSS3:
.box { border:1px solid black; border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px; }
CodeJoust
2009-10-26 14:44:33
+1
A:
You should consider studying some more CSS and CSS scripting and maybe some graphic design, although you can find some ideas here:
In general with CSS3 there are some new features like:
- rounded corners
- font shadow
- custom fonts
- box shadow
- text overflow
Lex
2009-10-26 14:44:58