Transparent Frames
Though mozilla doesn't do it, transparent frames are very useful in a lot of layouts, or just if you don't use PHP include and want to hide the fact that you don't (if that made any sense...). below is the basic code for a transparent frame.
variables:
In the code above, there are a lot of capitalized variables. Here is what you replace them with:
SOURCE: the page that the iframe is showing.
NAME: name your frame (haha...)
NUMBER: any number will do
HEX: A color
About hex: If you use CSS stylesheets, all of your pages will have the same background color. This means that when you display your frame, it too will have the same background color as the rest of your pages. say that the background color for all of your pages is black (#000000) in the place of HEX you would put black or #000000. That is the color the frame is trying to elminiate.
For a complete list of hex codes, go here
|