Background stay still, but table loads

liunx

Guest
Hi,

I am only an amateur at webpages and would like a page where the background stay still, but when you click on the links around the page, only this bit loads, not the links or background:



<style type="text/css">
body{
margin-left: 220px;
background-color: black
}
#container {
background-image: url('tdf.png');
height: 509px;
width: 560px
}
#ticker {
position: absolute;
top: 179px;
left: 335px;
width: 470px;
height: 260px;
}
</style>


Can you help me on that? I'll put more details if this isn't the right part.


Thank you.You can't do it with CSS, sorry. I don't think you can do it with any sensible coding really. You could go the route of framesets but...... *shudder*dont even mention the frames :P

basically, if your site is coded right w/ proper html and css your page should load fast enough as is so it wont make a difference.
 
Back
Top