body { background-image: url(images/101.jpg); background-repeat: no-repeat; background-color: #FFFFE5; margin-left: 0px; margin-top: 0px; line-height: 22px }
Is it possible to Fix the Background img?
<style type="text/css"> body { background-image: url('images/101.jpg'); background-repeat: no-repeat; background-attachment: fixed; background-color: #FFFFE5; margin-left: 0px; margin-top: 0px; line-height: 22px; } </style>