How do you do rounded corners with CSS on the iPhone in a UIWebView? -


does not seem to work for me, maybe I'm doing it wrong

< P>

Answer Yes it works, I was doing it wrong :) If you have UIWebView (or even on a regular web page) People can see the iPhone safari), you can do this:

  div {-webkit-border-radius: 10px;}  

If you want to make a specific corner, you can do this

  Div {-webkit-border-top-right-radius: 10px;}  

Comments

Popular posts from this blog

c++ - Linux and clipboard -

Visual Studio 2005: How to speed up builds when a VSMDI is open? -

booting ubuntu from usb using virtualbox -