Forum Moderators: open

Message Too Old, No Replies

iframe problems

         

CSS_Kidd

4:00 pm on May 20, 2009 (gmt 0)

10+ Year Member



I have an iframe that somehow wants to change the color of it's container div where the padding is; and even though I have the height set at 100% it wants to remain at about 150px and scroll. it does this even when I take it out of it's container div. For the height, the only way I have found to fix it is to declare a height to the container div...which I don't want to do. Any suggestions?

daveginorge

3:18 pm on May 25, 2009 (gmt 0)

10+ Year Member



I had the same problem recently, I solved the problem by declaring width and height in the <iframe> tag, I really did not want to do that but was my only answer, if you find a solution I will be very interested.