css help
css help
Out of context: Reply #11
- Started
- Last post
- 11 Responses
- neverblink0
what I would suggest is make a background-image that fades to grey on the outside.. then place it in the center with something like
body{
background: url(background.gif) #CCC center no-repeat fixed;
}