Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Static Background 1

Status
Not open for further replies.

Mighty

Programmer
Feb 22, 2001
1,682
US
Guys,

I have a problem and one that I hope someone can solve for me. I have a HTML page that has three frames (columns). I have an image that I split into three. The left section goes in the left frame and the right section goes in the right frame. The central section of the image, I lighten and use as the backgound image for the page in the central frame. It looks like on big image when you load the framed page - which is what I want.

However, when you scroll the central frame, the image also scrolls which distorts the illusion of one big image. Is there any way I can set it up so that the central background stays static even if you scroll the page.

Please help or it's back to the drawing board for me. Mighty :)
 
check out my faq

faq215-2573 [Hammer]
Nike Failed Slogans -- "Just Don't Do It!"
 
Hi Mighty,

It only seems to work in Internet Explorer, but this might help:

Code:
<body background=&quot;BackgroundImage.gif&quot; bgproperties=&quot;fixed&quot;>

Cheers,
[monkey] Edward [monkey]

&quot;Cut a hole in the door. Hang a flap. Criminy, why didn't I think of this earlier?!&quot; -- inventor of the cat door
 
Deecee,

Thanks for that. It's exactly what I wanted. Mighty :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top