Markus: bg color und bild

hi
ist es möglich das ich ein hintergrund ohne repeat platziere und trotzdem die bg farbe festlege
ich hab mal diesen code versucht bissl umzuschreiben aber es funktioniert entweder nur farbe oder nur bild nicht beides

<style>body {background-image:url(http://www.beisielbidl/bild1.png););background-attachment:fixed; background-repeat:no-repeat;} table, tr, td {background-color:"FF6600";}</style>

bitte helft mir weil ohne hintergrund farbe sieht das mistig aus

also enterder geht background-image oder background-color

  1. Servus,

    "FF6600" ist kein gültige http://de.selfhtml.org/css/formate/wertzuweisung.htm#farben@title=Farbanagabe.

    Gruss
    Patrick

    --
    sh:( fo:| ch:? rl:( br:> n4:( ie:% mo:) va:} de:> zu:) fl:| ss:| ls:[ js:|
  2. <style>body {
      background:url(http://www.beisielbidl/bild1.png) no-repeat;
      background-attachment:fixed;
    }

    table, tr, td {
      background-color: #FF6600;
    }
    </style>

    So sieht das Ganze doch viel besser aus...

    --
    ie:{ fl:{ br:> va:{ ls:# fo:| rl:( n4:( ss:( de:> js:{ ch:{ sh:} mo:? zu:)