So I have an iframe on my site, on that iframe I have a menu, some links have a drop down list, now here is the problem, I can't see the drop-down because of the iframe height, is there a hack or something for this.
I want the height of the iframe to stay the same, but the drop-down to display normally, over the content, I have position: absolute and everything, it works, but not in an iframe...so is there a hack? or a fix for this?
The reason, I use an iframe is because I also need to use a different css file and javascript...