Raine Posted January 26, 2004 Share Posted January 26, 2004 I tried searching but didn't find anything... I'm skinning a site and I need to figure out how to make the php pages have a transparent background, similar to the STYLE="background-color:transparent" that would be used in regular HTML. Any ideas? :) Link to comment Share on other sites More sharing options...
mtimdog Posted January 26, 2004 Share Posted January 26, 2004 Good news: Use the same html markup in .php files as you would .html files. (Browsers parse the files the same if the correct headers are sent...don't worry about that anyway) Bad news: You'll have to change almost all the files in the catalog directory (you might get away with changing most of the stuff in the stylesheet though), change the includes/classes/boxes.php file so the info boxes are transparent as well. I did something similar where I made the info-boxes semi-transparent so a background image in the left/right columns showed through. Then, upon mouseover...they become opaque gradually, then went back to semi-transparent onmouseout. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.