How can I lock the i-frame's background image?
I had the code but i lost it. I hope you guys know what I mean.
So I want the backgorund image of the i frame doesnt move while you scroll.
I only want the text that scrolls, not the bg
Printable View
How can I lock the i-frame's background image?
I had the code but i lost it. I hope you guys know what I mean.
So I want the backgorund image of the i frame doesnt move while you scroll.
I only want the text that scrolls, not the bg
Ermmm, Im a bit rusty on HTMl now but try
Make sure its inbetween '<iframe' and the closing tag '>'Code:style="background-repeat:no-repeat
I think there are a few ways around this
Quote:
Originally posted by Project_Number_10@14 Minutes Ago
Ermmm, Im a bit rusty on HTMl now but try
Make sure its inbetween '<iframe' and the closing tag '>'Code:style="background-repeat:no-repeat
I think there are a few ways around this
[snapback]159610[/snapback]
Ok thanx, I'll try!
stick BGPROPERTIES="FIXED" into your iframe tag. should, hopefully do the trick.
Yeah, it works!
Thanx guys :)
specify which one worked, so others can know too.