|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I forgot the code for make the background of a web page as a non-moving background. I know that the code is placed inside the <BODY> tag. When you scroll up and down the page, the background stays fixed, and doesn't move, but the text or images do. If someone could help me out as soon as possible, I would really appreciate it. Thanks
[This message has been edited by Tom_nguyen (edited 06-26-99).] |
|
#2
|
|||
|
|||
|
[deleted]
Sorry, didn't read your message properly... [This message has been edited by dahamsta (edited 06-26-99).] |
|
#3
|
|||
|
|||
|
I use
<body background="(img src file)" background properties="fixed"> It fixes the background in IE, but does not seem to work in NS. Does anyone have a fix for NS? |
|
#4
|
|||
|
|||
|
That 'fixed' tag is a IE proprietary tag. Netscape doesn't currently support anything of the kind. You might look in the www3 www.www3.org specs for something similar, if you find anything in there it will probably be implemented in Mozilla (Communicator 5).
------------------ new media arts [url]http://www.judebowerman.com/nma[/nma] [This message has been edited by newmediaarts (edited 06-27-99).] |
|
#5
|
|||
|
|||
|
Netscape 4 does not allow for fixed backgrounds, even via the use of the style sheets command, background-attachment: fixed;
Best thing to do is to have a script that jumps the Netscape user to a different page via a Javascript, with a slight varation on your design. Netscape 6 seems to work using CSS2, but the version I have is very buggy. If I come up with a new way, I will let you know. Pete |
|
#6
|
|||
|
|||
|
With css I always use the "background-repeat:no-repeat;"
I think it works in ie and ns... Eclipce ------------------ 2 Samuel 7:10 Moreover I will appoint place for my people Israel, and will plant them, that they may dwell in a place of their own, and move no more; neither shall the children of wickedness afflict them any more, as beforetime, |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > fixed background |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|