Einzelnen Beitrag anzeigen

Namenloser

Registriert seit: 7. Jun 2006
Ort: Karlsruhe
3.724 Beiträge
 
FreePascal / Lazarus
 
#18

Re: [HTML/CSS] Absolut pos. Elemente ohne horiz. Scrollbalke

  Alt 10. Mär 2010, 00:40
Ich bin nicht ganz sicher, ob ich richtig verstanden habe, was du vorhast.
XML-Code:
<div style="min-width:900px; overflow:hidden">
   <div style="width: 900px; position:relative; margin: auto; background-color: #f00; height: 20px;">
      <span style="position: absolute; width: 200px; left: -150px; z-index: 3; background-color: #0ff;">Test</span>
      <span style="position: absolute; width: 200px; right: -150px; z-index: 3; background-color: #0ff;">Test</span>
   </div>
</div>
Ist es das, wonach du suchst?
  Mit Zitat antworten Zitat