10-19-2008, 06:31 PM
|
#8 (permalink)
|
|
New Member
Join Date: Sep 2008
Posts: 8
|
Quote:
Originally Posted by csmithmaui
first set the background color of the webview to clear:
myWebView.backgroundColor = [UIColor clearColor];
then in your html file use css syntax:
<body style="background-color:transparent">
I actually did it in the <head> section but that should work too.
Hope that helps you...it worked for me.
csmithmaui
|
It works! Thanks!
|
|
|