Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
bkgrnd img shud b fixed in css txt scroll bar
Old 05-27-2007, 05:39 AM bkgrnd img shud b fixed in css txt scroll bar
Junior Talker

Posts: 1
Name: anthraj
Trades: 0
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
anthraj is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-27-2007, 06:50 AM Re: bkgrnd img shud b fixed in css txt scroll bar
taketherisk's Avatar
Skilled Talker

Posts: 89
Name: Brett
Location: New Zealand
Trades: 0
Try out this code:

Code:
 #cnt-conttable.override div
{
  height: 400px;
  overflow: scroll;
background: #ffffff url(../images/txt_logo_bg.gif)  no-repeat fixed;
  vertical-align: top;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}
Syntax: background: background-color | background-image | background-repeat | background-attachment | background-position;

Good Luck
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE
taketherisk is offline
Reply With Quote
View Public Profile
 
Old 05-27-2007, 05:39 PM Re: bkgrnd img shud b fixed in css txt scroll bar
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
IE 6 doesn't support the 'fixed' bg property though.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 05-27-2007, 05:56 PM Re: bkgrnd img shud b fixed in css txt scroll bar
taketherisk's Avatar
Skilled Talker

Posts: 89
Name: Brett
Location: New Zealand
Trades: 0
IE 6 supports it on my computer.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE
taketherisk is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to bkgrnd img shud b fixed in css txt scroll bar
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.74342 seconds with 12 queries