English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Ok, I have 2 iframes over a background.
My first question is: How do I make the background not repeat both vertically and horizontally?
Second question: How do I make the background color of the iframes slightly transparent to show the image behind them? Is it possible?

2006-07-19 06:57:12 · 3 answers · asked by compugeek 2 in Computers & Internet Programming & Design

3 answers

To make a background not repeat just add "background-repeat:no repeat;" to the style.

The second you can't do because an iframe is actually a frame that loads another page, just like a regular frame, but the iframe can be placed like an image.

2006-07-19 07:09:13 · answer #1 · answered by John J 6 · 0 0

Since the CSS background-repeat part of your questions has been answered, let me address your transparency question.

Yes, it is possible. Try setting the style attribute of the IFRAME to: