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
https://forums.phpfreaks.com/topic/3673-background-image/#findComment-12729
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.