|
Hi ,
am facing a problem in html, i have given content of the text using div scrollbar fixed, and inserted the logo as background for the text.
but now i need that background image not to move while scrolling the text.
how do i do... bgproperties tag can be used in body. but for this how will i do...can anyone help me out pls.
this is the css code have used ..
#cnt-conttable.override div
{
height:400px;
overflow:scroll;
background-image:url(../images/txt_logo_bg.gif);
background-repeat:no-repeat;
background-color:#FFFFFF;
vertical-align:top;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}
thanks in advance
Anthraj
|