Jump to content

background image


gidiag

Recommended Posts

[!--quoteo(post=349827:date=Feb 27 2006, 09:20 AM:name=gidiag)--][div class=\'quotetop\']QUOTE(gidiag @ Feb 27 2006, 09:20 AM) [snapback]349827[/snapback][/div][div class=\'quotemain\'][!--quotec--]
hello everyone, my question is ----- i have got an image i want to insert as the background of a page how do i go about it?i tried background ="splash.jpg" it did nt work any ideas pls?
[/quote]

CSS is the answer, my friend! if you want it to be centered in the middle of the page [b]stationary[/b], so it doesn't scroll when the content does, you simply have to add this right before your </head> tag:
[code]
<style type='text/css'>
<!--
body {
  background: url('splash.jpg') no-repeat 50% 50% fixed;
}
-->
</style>
[/code]
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.