![]() |
|
|||||||
| Notices |
| Graphic Design and Web Design Help Get Graphic Design and Web Design related help here |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Hello I would like to know how they get the background like this:
Gametrailers.com - Transformers: The Game - Opening Cinematic HD It seems seamless and where one side is not the same as the other, I would really like to create a design like this but not have it distracting for the viewer ? |
|
||||
|
__________________
"If at first you don't succeed, try again. Then quit. No use being a damn fool about it." Mike McKenzie - Online Portfolio |
|
||||
|
The image is a set size, and they are tiling it on the Y. they have made the background image seamless on the top and bottom.
__________________
"If at first you don't succeed, try again. Then quit. No use being a damn fool about it." Mike McKenzie - Online Portfolio |
|
||||
|
Here's the CSS way to do it..
HTML Code:
<head> <style type="text/css"> html { height: 100%; overflow:hidden;} img#background { height: 100%; width: 100%; z-index: -1; position:absolute; color: white; } #content {overflow: auto; background-image: url(images/transparent.png); } </style> </head> <body id="name"> <img id="background" src="../images/your_image.jpg" alt="Background-image" /> <div id="content"> <p>Your content here</p> </div> </body> </html>
__________________
Tommy Logic ™ Web Design :: Valid XHTML & CSS :: SEO :: CMS :: eCommerce Web Design Tutorials :: Computer Tutorials Last edited by tommylogic; 11-07-2007 at 03:17 PM. |
|
||||
|
let us know how it works out for you.
__________________
"If at first you don't succeed, try again. Then quit. No use being a damn fool about it." Mike McKenzie - Online Portfolio |
![]() |
|
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How can this background be done? | Riz | Graphic Design and Web Design Help | 5 | 11-03-2008 01:11 AM |
| Background Help | LindsySaporta | Graphic Design Forum | 3 | 13-01-2008 10:32 AM |
| Background image | jwade_m | Graphic Design and Web Design Help | 10 | 03-11-2007 03:25 PM |
| Background | hbixler03 | CSS Forum | 5 | 06-07-2007 06:57 PM |
| All times are GMT. The time now is 06:51 PM. |