How to get the background image to stay put and have the text 'float over it' in ASP.Nethttp://forums.asp.net/t/1433223.aspx/1?How+to+get+the+background+image+to+stay+put+and+have+the+text+float+over+it+in+ASP+NetTue, 09 Jun 2009 14:55:26 -040014332233220548http://forums.asp.net/p/1433223/3220548.aspx/1?How+to+get+the+background+image+to+stay+put+and+have+the+text+float+over+it+in+ASP+NetHow to get the background image to stay put and have the text 'float over it' in ASP.Net <p>Hi folks,</p> <p>To see the look I'm after, it can be seen at:</p> <p><a href="http://www.directmatches.com/profiles/gemsFamily">http://www.directmatches.com/profiles/gemsFamily</a></p> <p>I'd like to get that same effect on my site, but even after examining the source view for the site above, I can't seem to figure it out :-(</p> <p>&nbsp;</p> 2009-06-09T14:45:21-04:003220578http://forums.asp.net/p/1433223/3220578.aspx/1?Re+How+to+get+the+background+image+to+stay+put+and+have+the+text+float+over+it+in+ASP+NetRe: How to get the background image to stay put and have the text 'float over it' in ASP.Net <p>that site is using a fixed&nbsp;background style on the body tag.</p> <p>body { background: url(<a href="http://www.directmatches.com/images/backgrounds/b11.jpg">http://www.directmatches.com/images/backgrounds/b11.jpg</a>) #ffffff fixed left center;&nbsp;}</p> <p>&nbsp;</p> 2009-06-09T14:55:26-04:00