Go Back    Forum > Digital Publishing / Web Sites > Web Development, Design

Reply
 
LinkBack Thread Tools
  #1  
08-10-2011, 04:01 AM
naimeiiz naimeiiz is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2011
Posts: 18
Thanked 0 Times in 0 Posts
Hi all...

Just wondering if its possible to lock my BG image image so that it does not scroll, but the content (consisting of images) does scroll 'above' it...

ie. the content of the page moves independently to the BG?

I mostly use Dreamweaver3 and am happy to use extensions or edit html if needed.

That said though I'll try any suggestions that present a solution...

Also wondering if there is a term for what I'm trying to do that would help me search for an extension or solution?

Thanks!
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Ads / Sponsors
 
Join Date: ∞
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
07-24-2013, 10:17 AM
admin's Avatar
admin admin is offline
Site Staff | Web Development
 
Join Date: Jul 2003
Posts: 4,310
Thanked 654 Times in 457 Posts
This was a spammer, but I'll briefly answer anyway...

This can be done with CSS.

A fixed background doesn't scroll with the page. The content scrolls over the background image, which remains stationary. To lock the background in place so that it doesn't scroll, use this:

Code:
background-attachment: fixed;
You also may need this:

Code:
body {margin: 0px;}
And that's basically it.


This was an unanswered question or unresolved issue found during a site audit. It's hard to have an FAQ when the answers are missing, or final outcomes are unknown. At The Digital FAQ support forum, questions are never intentionally ignored, and may have been missed due to a forum glitch or human error. More details on the audit. (In some cases, threads have been edited/updated with newer information.)


- Did this site help you? Then upgrade to Premium Member and show your support!
- Also: Like Us on Facebook for special DVD/Blu-ray news and deals!
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Dupe content a.k.a. Google doesn't care if you own the content admin Web Development, Design 1 07-25-2013 07:04 PM
Burn HD-Content on a normal DVD on a MAC admin Project Planning, Workflows 0 09-08-2009 09:37 AM
Remove DMR lock & convert cnickle1 Encode, Convert for discs 5 03-22-2009 01:11 PM




 
All times are GMT -5. The time now is 11:25 AM