Html Help

ThaldarinThaldarin Alonzi! Join Date: 2003-07-15 Member: 18173Members, Constellation
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-->

Comments

  • eedioteediot Join Date: 2003-02-24 Member: 13903Members
    I can't remember it exactly

    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-->
  • FireStormFireStorm Join Date: 2002-11-06 Member: 7390Members
    I got this with google:

    <body style="background-attachment: fixed; background-repeat: no-repeat;" background="xxx.jpg">
  • ThaldarinThaldarin Alonzi&#33; Join Date: 2003-07-15 Member: 18173Members, Constellation
    <!--QuoteBegin-FireStorm+Sep 26 2004, 01:07 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (FireStorm @ Sep 26 2004, 01:07 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> I got this with google:

    <body style="background-attachment: fixed; background-repeat: no-repeat;" background="xxx.jpg"> <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    That worked, thanks.
  • BlackPlagueBlackPlague Join Date: 2004-02-02 Member: 25990Banned
    OOOR

    <body background="image.img" height="0" width="0" properties="fixed">
  • HibameHibame Join Date: 2003-11-16 Member: 22974Members, Reinforced - Shadow
Sign In or Register to comment.