In Objective-C with Mac OSX Cocoa, is there any way to make a DIV on a WebView slightly translucent so that
Objective-C
Mac OSX
Cocoa
DIV
WebView
Yes, just set the drawsBackground property of your WebView instance to NO, then make sure to fill the parts of the page you want opaque using CSS.
NO