Closed Thread Icon

Preserved Topic: best way to make a BG Fixed ? (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=18308" title="Pages that link to Preserved Topic: best way to make a BG Fixed ? (Page 1 of 1)" rel="nofollow" >Preserved Topic: best way to make a BG Fixed ? <span class="small">(Page 1 of 1)</span>\

 
Synthetic
Paranoid (IV) Inmate

From: under your rug,
Insane since: Jul 2001

posted posted 12-07-2001 21:42

Is their a better way?

<body background="URL of image" bgproperties="fixed">

This disadvantage of using this attribute is that it is only visible on Internet Explorer. Other browsers may or may not support it, and so your page might have some unexpected results.

Emperor
Maniac (V) Mad Scientist with Finglongers

From: Cell 53, East Wing
Insane since: Jul 2001

posted posted 12-07-2001 21:45

Synthetic: Try CSS - it doesn't work in NS4.x but...
www.w3.org/TR/REC-CSS2/colors.html#background-properties

You'll want background-attachment (and pos. some other properties).

Emps


You're my wife now Dave

AusRA
Paranoid (IV) Inmate

From: Ausra Island
Insane since: Nov 2001

posted posted 12-07-2001 21:45

I use CSS,

<style>
<!--
body {
background : URL of background image;
background-repeat : no-repeat;
}
-->
</style>

Synthetic
Paranoid (IV) Inmate

From: under your rug,
Insane since: Jul 2001

posted posted 12-07-2001 21:47

Wow that was fast, thanks guys

« BackwardsOnwards »

Show Forum Drop Down Menu