Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jun 09, 2009 02:55 PM by mbanavige
Contributor
2777 Points
1161 Posts
Jun 09, 2009 02:45 PM|LINK
Hi folks,
To see the look I'm after, it can be seen at:
http://www.directmatches.com/profiles/gemsFamily
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 :-(
All-Star
134980 Points
15429 Posts
ASPInsiders
Moderator
MVP
Jun 09, 2009 02:55 PM|LINK
that site is using a fixed background style on the body tag.
body { background: url(http://www.directmatches.com/images/backgrounds/b11.jpg) #ffffff fixed left center; }
eric2820
Contributor
2777 Points
1161 Posts
How to get the background image to stay put and have the text 'float over it' in ASP.Net
Jun 09, 2009 02:45 PM|LINK
Hi folks,
To see the look I'm after, it can be seen at:
http://www.directmatches.com/profiles/gemsFamily
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 :-(
http://www.my-msi.net/Admin
blog
If a post helps you, please mark it as Ansered, thank-you.
mbanavige
All-Star
134980 Points
15429 Posts
ASPInsiders
Moderator
MVP
Re: How to get the background image to stay put and have the text 'float over it' in ASP.Net
Jun 09, 2009 02:55 PM|LINK
that site is using a fixed background style on the body tag.
body { background: url(http://www.directmatches.com/images/backgrounds/b11.jpg) #ffffff fixed left center; }