Click here to Skip to main content
15,922,155 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a html page which is running on iphone/ipod touch screen.Besides, inside the body 5 html tags.i want to apply transparent of uiwebview to 5th tag not all the tags.

So if i use codes like [webView setBackgroundColor:[UIColor clearColor]];

[webView setOpaque:NO]; followed by
XML
<body style="background-color:transparent;"/>

applies to whole body.But this is not i wanted.i want get this transparent effect only to 5th tag.

Please help me out to resolve this.
Posted
Updated 9-Dec-12 21:05pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900