Background Properties

liunx

Guest
I'm having difficulty finding the background properties to make a background fixed. I had at one time, and of course lost it. ^_^ And of course, am having the darndest time finding it again. <br />
<br />
Any help would be appreciated. <br />
<br />
I thought it was something like:<br />
<br />
<bgproperty="fixed"> added into the main body code, or seperately. <br />
<br />
I've tried:<br />
<br />
<body bgproperty="fixed"> also, and it didn't work. <br />
<br />
GRRRR, finding codes on the net can be so frustrating sometimes. <br />
<br />
Thanks for any help. ^_^ Of course, by now, I've learned to try and keep all my codes written down and in one place. :D<!--content-->Hi!<br />
<br />
Try the following I hope it will works fine for your requirements.<br />
<br />
<br />
<BODY BACKGROUND="image.gif" BGPROPERTIES=FIXED><!--content-->Thanks, that helped alot. <br />
<br />
I think it worked with "fixed" in quotations. <br />
<br />
Thanks alot again for your help. <br />
<br />
My next project, finding the simplest version of the Transistion Page Code. :D<!--content-->Hi AlaskanKare!<br />
<br />
There is a site called <!-- w --><a class="postlink" href="http://www.24fun.com">www.24fun.com</a><!-- w --> (<!-- m --><a class="postlink" href="http://www.24fun.com">http://www.24fun.com</a><!-- m -->). Go there and search the sites they have hundreds of page transistion codes - slected the one you like, and remember they are all free.<!--content-->Thanks again, eformsolutions!<br />
<br />
I'll check that out. <br />
<br />
The fixed property is great. <br />
:D<!--content-->What does adding fixed to the background do?<br />
<br />
Thanks<br />
<br />
Terry<!--content-->Hi Terry,<br />
<br />
Adding FIXED in the body tags stops the background from scrolling when a webpage is viewed. This is sometimes refered to as a watermarked background. Its actually better to use style tags to control the background properties as there are many more attributes you can use besides just FIXED. Bookmark this site for future reference...<br />
<br />
<!-- m --><a class="postlink" href="http://www.w3schools.com/css/default.asp">http://www.w3schools.com/css/default.asp</a><!-- m --><br />
<br />
Regards,<br />
Kevin<!--content-->Hi Kevin!<br />
<br />
A great resources of CSS. Thanks Kevin.<!--content-->Thanks for the further advise Kevin, I'll have to check out that site for other background properties.<br />
<br />
But when you can plug in a simple fixed code when all you want is the background to sit still, then why bother with CSS? ^_^<br />
<br />
I'm also looking at transition qualities, which are CSS, right?<br />
<br />
Those work with Netscape as well, don't they? Are is it just limited to IE type browsers?<!--content-->Hi AlaskanKare,<br />
Some css is supported by NS, I really suggest you view the site offered by kevin and look at some of the examples of what can be done with it, they also note if it is supported by NS4+ browsers or not.<br />
<br />
Excellent site Kevin, well worth bookmarking. Thanks.<br />
<br />
Just to repeat the url:<br />
<!-- m --><a class="postlink" href="http://www.w3schools.com/css/default.asp">http://www.w3schools.com/css/default.asp</a><!-- m --><!--content-->
 
Back
Top