HighDots Forums  

Non-Scrolling Background Image

alt.html.tags alt.html.tags


Discuss Non-Scrolling Background Image in the alt.html.tags forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Marco
 
Posts: n/a

Default Non-Scrolling Background Image - 02-12-2004 , 11:16 AM






I'm getting a headache with this issue... how can achieve this?

--
~Marco~
"Build a man a fire, and he'll be warm for a day.
Set a man on fire, and he'll be warm for the rest of his life." -- Terry
Pratchett, Jingo

Reply With Quote
  #2  
Old   
Marco
 
Posts: n/a

Default Re: Non-Scrolling Background Image - 02-12-2004 , 11:46 AM






On Thu, 12 Feb 2004 11:16:36 -0500, Marco <YeahRight (AT) YoMoma (DOT) Net> wrote:

Quote:
I'm getting a headache with this issue... how can achieve this?

Never mind, I found it... :P

<style>
<!--
body {
background-image: url(yourimage.jpg);
background-attachment: fixed;
}
-->
</style>


--
~Marco~
"Build a man a fire, and he'll be warm for a day.
Set a man on fire, and he'll be warm for the rest of his life." -- Terry
Pratchett, Jingo


Reply With Quote
  #3  
Old   
Steve R.
 
Posts: n/a

Default Re: Non-Scrolling Background Image - 02-12-2004 , 11:48 AM



Marco wrote in message ...
Quote:
Non-Scrolling Background Image
I'm getting a headache with this issue... how can achieve this?
Try the methods here ...
http://www.brownielocks.com/fixedbackground.html

or here ...
http://www.codeave.com/html/code.asp?u_log=5032




Reply With Quote
  #4  
Old   
Marco
 
Posts: n/a

Default Re: Non-Scrolling Background Image - 02-13-2004 , 08:28 AM



On Thu, 12 Feb 2004 16:48:39 GMT, Steve R.
<stevie_ritchie(NOSPAM)@hotmail.com> wrote:

Quote:
Marco wrote in message ...
Non-Scrolling Background Image
I'm getting a headache with this issue... how can achieve this?

Try the methods here ...
http://www.brownielocks.com/fixedbackground.html

or here ...
http://www.codeave.com/html/code.asp?u_log=5032



Thanks Steve

--
~Marco~
"Build a man a fire, and he'll be warm for a day.
Set a man on fire, and he'll be warm for the rest of his life." -- Terry
Pratchett, Jingo


Reply With Quote
  #5  
Old   
Will Gittoes
 
Posts: n/a

Default Re: Non-Scrolling Background Image - 02-15-2004 , 12:59 AM



Marco wrote:

Quote:
I'm getting a headache with this issue... how can achieve this?


The style attributes the other guy gave you WILL ONLY WORK for the body
tag in I.E. Works fine in Mozilla(+derivatives)/Opera, though.

There is a parsing error in IE5.5 you can use to your advantage, but
this is not present in 6.0; so you're stuck. Sorry!

Link: http://www.meyerweb.com/eric/css/edge/
Check it out, man. Good luck!


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.