+ 6
can a iframe tag be a background
is it possible to have a iframe tag as the background in html css or js
5 odpowiedzi
+ 9
item {
z-index: 0; /* lower than everything else puts it on background */
}
+ 9
I think you should finish the html tutorial first... You would already have your answer by now if you did...
+ 7
Everything is possible. Adjust its css z-index.
+ 3
can u show me an example of what u mean
+ 3
I like this ifrmae{
z-index: 0;
}