Html Help
Hey guys, was wondering if anyone could possibly tell me the following HTML code or syntax to do the following:
- Allow a HTML created website background appear 'static' but allow the text to scroll down at the same time.
Couldn't think of an easy way to word it, and I forgot how to do it <!--emo&:(--><img src='http://www.unknownworlds.com/forums/html//emoticons/sad-fix.gif' border='0' style='vertical-align:middle' alt='sad-fix.gif' /><!--endemo--> Although I will be thankful to whoever can help me out <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile-fix.gif' border='0' style='vertical-align:middle' alt='smile-fix.gif' /><!--endemo-->
- Allow a HTML created website background appear 'static' but allow the text to scroll down at the same time.
Couldn't think of an easy way to word it, and I forgot how to do it <!--emo&:(--><img src='http://www.unknownworlds.com/forums/html//emoticons/sad-fix.gif' border='0' style='vertical-align:middle' alt='sad-fix.gif' /><!--endemo--> Although I will be thankful to whoever can help me out <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile-fix.gif' border='0' style='vertical-align:middle' alt='smile-fix.gif' /><!--endemo-->
Comments
but it's something like
background-position=fixed
or background-style=fixed
or bg-style
meh
google "background" "fixed" "html" etc <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile-fix.gif' border='0' style='vertical-align:middle' alt='smile-fix.gif' /><!--endemo-->
<body style="background-attachment: fixed; background-repeat: no-repeat;" background="xxx.jpg">
<body style="background-attachment: fixed; background-repeat: no-repeat;" background="xxx.jpg"> <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
That worked, thanks.
<body background="image.img" height="0" width="0" properties="fixed">