Logged Out
Create an Account
Login:
Password:

Forgot your password?
Background image help

Background image help
[Back to Index]
Thread Tags
Primary: [Advanced Layout]
Secondary: None

Hey guys,

I'm currently designing the web page for my guild and I am having some problems with the coding side of things specificly regarding background images. I am trying to get a fixed image much like the one on http://ik.dkpsystem.com/ but I am having an issue with getting the background image to stretch to fit any resolution monitor. Does anybody have any kind of ideas on how to accomplish the same effect as the site that I linked?
The background image on that site is actually centered.

This is their body statement

body {
background-image: url('background.jpg');
background-position: top center;
background-repeat: no-repeat;
background-attachment: fixed;
}


Notice the red.


--
It's all in the reflexes.
Hmm thats interesting. I opened that website and played with the resolution and that does appear to be what is happening. The problem that I am coming accross is the difference in appearance for my background image when switching between different wide screen resolutions. On higher wide screen resolutions my background image slowly shrinks behind the content in the page. Any ideas for a solution for that?


[Back to Index]