CSS template probleem

Pagina: 1
Acties:

Acties:
  • 0 Henk 'm!

Verwijderd

Topicstarter
Cascading Stylesheet:
1
2
3
4
5
6
7
8
9
10
11
12
13
<div id="box">

  <div id="backgroundLeft" style="height:auto; width:1000px; background-color:#d6c70d; float:left; margin: 0px;">
    <div id="backgroundRight" style="height:auto; width:760px; background-color: #f0f0f0; float:right; margin: 0px;">
      <div id="content" style="height:auto; width:560px; background: url('./images/bg-content.png') repeat-y; float:left; margin: 0px; padding: 10px; max-width: 760px;">

      </div>
    
  </div>
  
  <div id="clear" style="clear: both;">

</div>


Het probleem is dat div content niet uitbreid met background-left andersom is dit wel het geval.
wat ook gebeurd is dat een te lange tekst in div content in div background-right komt te staan. :?

Acties:
  • 0 Henk 'm!

  • Da Weef
  • Registratie: Januari 2004
  • Laatst online: 15-09 09:16
erm... je hebt html code in css code-tags gestopt, dat spreekt niet erg voor je kennisniveau :P

Anyway, dit is waarschijnlijk (wederom) een klus voor faux-columns

.