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\[code\]<body style="background-color:transparent;"/>\[/code\]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.