tags:

views:

11

answers:

1

Is there any way that I can cover parts of an iFrame with an image on the front? Basically like a layer on top.

Any help would be greatly appreciated.

A: 

Sorry, this you cannot do. If your intention is just to have something look like it crosses the boundary, you can make image segments contiguous, with parts outside and parts inside the iFrame, but you can't have one image overlap the border.

Robusto
Alright, thank you for your respond. The only way that I thought that this would be possible is to have a flash file overlaps the iframe but that technique is just a mess.
Petrus
Actually, I found a solution to this:<iframe src="http://www.google.com" style="border:1px gray solid;" name="name" scrolling="no" frameborder="no" align="center" height = "150px" width = "180px"></iframe><img style="position:relative;width:30px;height:30px;left:-187px" src="image.jpg">
Petrus
OK, then I have to ask: why cover it? Why not just hide it by making it invisible?
Robusto
How do you mean hide it?Basically, Im trying to cover the "like" button of FBook to make it say dislike (social plugin like buttons) I couldnt figure out a better way to do it.
Petrus