vote up 1 vote down star

Like rounded corner,any more?

flag

49% accept rate
1  
you might consider google, or just go surfing. It's not like web effects are invisible. – dnagirl Oct 26 at 14:45

closed as not a real question by ceejayoz, Jonathan Fingland, Russ Cam, itsmatt, toolkit Oct 26 at 14:54

3 Answers

vote up 1 vote down

Is it me or do people not use google ? http://www.html.it/articoli/nifty/index.html

link|flag
What is this "google" you speak of? ;-) – itsmatt Oct 26 at 14:46
vote up 1 vote down

For CSS3:

.box { border:1px solid black; border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px; }

See http://afifoam.com/

link|flag
vote up 1 vote down

You should consider studying some more CSS and CSS scripting and maybe some graphic design, although you can find some ideas here:

CSS Zengarden

CSS3 preview

In general with CSS3 there are some new features like:

  • rounded corners
  • font shadow
  • custom fonts
  • box shadow
  • text overflow
link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.