Welcome to TalkGraphics.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Nov 2004
    Posts
    5

    Default

    Can I make my background fixed w/o a CSS?

  2. #2
    Join Date
    Nov 2004
    Posts
    5

    Default

    Can I make my background fixed w/o a CSS?

  3. #3
    Join Date
    Dec 2000
    Location
    Out behind the henweigh...
    Posts
    5,115

    Default

    no

  4. #4
    Join Date
    Sep 2000
    Location
    London, UK
    Posts
    1,436

    Default

    Mike

    Do you mean specifically without using an external style sheet?

    Will this not do?

    <head>
    <style type="text/css">
    body {background-image: url(images/blah.jpg); background-repeat: no-repeat; background-position: 125px 160px; }
    </style>
    </head>
    Simon
    ------------------------------
    www.tlaconsultancy.co.uk
    www.bricksandbrass.co.uk

  5. #5
    Join Date
    Dec 2000
    Location
    Out behind the henweigh...
    Posts
    5,115

    Default

    Mike,

    you can always just toss the stylesheet tags into the html. I have seen that work..

    <body bgproperties="fixed" background="../blah.jpg" style ="BACKGROUND-REPEAT: no-repeat;">

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •