My business has 14 Panasonic IP cameras and I'm redesigning my web cameras' pages. The entire site will be CSS based and I'd like to use CSS for the cameras' pages. An example of one is below.

Web Camera

Each web cam page has 3 frames; the top is a banner, the left contains a controller for the camera's movement, and the third is the web camera's feed. The controller frame sends a CGI command to the remote camera which causes the camera to move. All of the code and an example web page came from Panasonic. I just modified it for my use. There is also a PDF from Panasonic which I used to help me build the framed page

Panasonic

What I would like to do is use one CSS based page to contain all the elements. The web camera frame annoys me because I would like to contain the feed's image and put the background color of my website behind it. That frame is the direct feed from the camera and the white background cannot be changed.