| | |||||
| ||||||||
| Web Design Discussion Discussion of web design techniques, advice, browser issues, software, design firms. |
![]() | NamePros Design Contests | Forum Sponsorship |
| Join in on the FUN! You can start an affordable design contest and pick from entries talented members submit or you can enter a design contest for a chance to win CASH PRIZES! What are you waiting for? Get started in the fun TODAY! - Banners, Logos, Mascots, and MORE! (Please READ the design Contest section rules Prior to starting or entering a contest) | ||
![]() |
| | LinkBack | Thread Tools |
| | #2 (permalink) |
| NamePros Regular Join Date: Oct 2006 Location: U.S.
Posts: 413
![]() ![]() ![]() | One way is to create an image longer than the screen width, say 1000px. In order to stop the scrolling bar that would appear on lower resolution settings, you can use css to set the background to fixed: body { background: url(bg.png) fixed; } |
| | |