I have a complex pre-existing page that has plenty of tedious pre-existing DIVs. I am hoping to not have to spend a lot of time (many days) analyzing CSS code in order to add a single background IMG that will serve as a watermark for this page's banner area (i.e., all the existing text in all the existing DIVs should float on top of this new IMG).
NOTE: I am NOT talking about adding a background image URL - I am talking about adding an IMG element to the page's banner area that will serve as a watermark for the banner area.
I have identified the banner area that will house this "watermark IMG": it is a DIV with several nested DIVs inside of it. I am hoping that there is some quick-and-dirty way that I can add my "watermark IMG" to this banner area DIV 1.) without disturbing the existing page elements, and 2.) without having to tediously review and change all the existing 'floats' and 'absolutes' and 'clears' and whatever.
Is there any simple way that I can add a background "watermark IMG" (that is not a background URL) without painstakingly reviewing every DIV that already exists? I just know that if I have to do the latter I will EASILY spend days and I still may never get the page to look right anyway.
Anyone have any suggestions?