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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CSS background style

Status
Not open for further replies.

Guest_imported

New member
Joined
Jan 1, 1970
Messages
0
I tried to make a CSS style for my background : image should be fixed, no-repeat, but it doesn`t work in browser and I can`t understand why. Any suggestions?
 
Not really sure what the problem is here. DM4 css background seem to work fine for me in ie and ns

Choose window + CSS styles
Hit the new style button, make it in a new style sheet or not.. whatever you want.
Go to backgrounds, select your background iamge url and then ensure you set the repeat on "no-repeat" and the attachment as "fixed" Might no hurt to center the image horizontally and vertically

Click OK, then click on "body" which appears at the bottom left of your screen,t hen click on the new style in the css styles box.

Should work.
 
Thank you, I understand now what the problem was- after I defined the CSS style, I draw the table,clikced the table and attached the style. Obviously should be attached to "body"...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top