fourthdimension Posted April 25, 2010 Report Share Posted April 25, 2010 Hallo, kann mir jemand beantworten wie ich den Abstand zwischen LEFT COLUMN und main content auschalten kann? Wäre sehr nett wenn mir jemand helfen könnte.. Lg Link to comment Share on other sites More sharing options...
df:bug Posted April 26, 2010 Report Share Posted April 26, 2010 Hallo, in der stylesheet.css findet du folgenden Eintrag. /* MAIN CONTENT */ #content {float:left; width:495px; padding:0px 25px 0px 25px; margin-bottom:15px;} Die zwei Werte mit 25px bei padding geben den Innenabstand nach rechts und links. Ändere diese beiden Werte z.B. auf 10px, so wird der Innenabstand kleiner und alles rückt mehr zusammen. Viele Grüße, df:bug Link to comment Share on other sites More sharing options...
fourthdimension Posted April 26, 2010 Author Report Share Posted April 26, 2010 hallo, vielen dank für die schnelle Antwort, der fehler muss aber woanders liegen... ich komm leider nicht drauf an was es liegen könnte.. auf der linken seite ist ein teil des bildes und in der mitte das andere, nur leider bekomme ich die spalte nicht weg.... hier mein stylesheet: /* CONTENT WRAPPER */ #contentwrap {width:950px;padding:0; min-height:250px;} /* LEFT COLUMN */ #leftcol {height:440px; background-image:url(../img/linkeseite.gif); float:left; width:200px; padding:0px 0px 0px 0px;} /* RIGHT COLUMN */ #rightcol {float:left; width:200px; padding:0px 0px 0px 0px;} /* MAIN CONTENT */ #content {background-image:url(../img/Hintergrundonline3.gif); height:440px; width:550px; float:left; padding:0px 0px 0px 0px; margin-bottom:0px;} #contentfull { width:550px; float:left; padding:0px 0px 0px 0px; margin-bottom:0px;} Link to comment Share on other sites More sharing options...
oldbear Posted April 26, 2010 Report Share Posted April 26, 2010 hi, schau Dir das Ganze doch mit dem Firebug an ( Firefox-Addon ) dann weisst Du genau wo was ist .... Grüsse Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.