Zum Inhalt springen

Empfohlene Beiträge

Geschrieben

Moin ich hab ein Problem bei meiner Darstellung und zwar ist das sidebar_menu nicht auf 100% height ausgedehnt. Zwar kann ich es auf 100% ausdehnen wenn ich in allen übergeordneten containern 100% height zuweise, aber dann fehlt der bottom border und noch weitere kleine Sachen.


/* ### -- -- -- -- GLOBAL -- -- -- -- ### */

HTML, BODY { background-color: #f4f4f4; height:100%;}

IMG{ border: none; margin: 0px; padding: 0px;}

/* ### -- -- -- -- EOF -- -- -- -- ### */


/* ### -- -- -- -- div's -- -- -- -- ### */

div#all{ width:900px; border: none; margin: 0px; padding: 0px; }

div#main{ float: left; width:900px;  border: 1px solid #666; margin-top: 20px;  margin-bottom: 20px;   

          font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 13px; text-align: left; color: #666; }

div#header{ float: left; width: 900px; height: 120px; background-image: url("images/header_body.jpg"); border-bottom :1px solid #666 ;}

div#content{ float: right; width: 770px;  background-color: #f5f5f5; height :100%;}  

/* ### -- -- -- -- EOF -- -- -- -- ### */             


/* ### -- -- -- -- sidebar_menu -- -- -- -- ### */   

.sidebar_menu{ float: left; width: 130px; height: 100%; margin: 0px; padding: 0px; background-image: url("images/sidebar_body.png");  }

.sidebar_menu a{ width:114px; height:98px; display: block; color: #094289; text-decoration: none; }

.sidebar_menu .hover:hover{ color: #000000; background-image: url("images/sidebarHover.png"); }

.sidebar_menu .active{ width:111px; height:96px; display: block; color: #ffffff; background-image: url("images/sidebarActive.png"); }

.sidebar_menu img{ margin-top: 20px;}

/* ### -- -- -- -- EOF -- -- -- -- ### */ 

Geschrieben

willkommen in der Welt von "was kann HTML nicht" und "was kann CSS nicht" :)

es gibt aber auch in der breite keine möglichkeit, % und pixel zu vermischen.

Geschrieben

Joa ich hab es jetzt aber durch ein wenig tricksen hinbekommen. Ist zwar nicht genau das was ich ürsprünglich wollte erfüllt jedoch vollkommen seinen Zweck.

Für alle die es interessiert:


/* ### -- -- -- -- GLOBAL -- -- -- -- ### */

HTML, BODY { background-color: #f4f4f4; height:100%;}

IMG{ border: none; margin: 0px; padding: 0px;}

/* ### -- -- -- -- EOF -- -- -- -- ### */


/* ### -- -- -- -- div's -- -- -- -- ### */

div#all{ width:900px; border: none; margin: 0px; padding: 0px; }

div#main{ float: left; width:900px;  border: 1px solid #666; margin-top: 20px;  margin-bottom: 20px; background-image: url("http://forum.fachinformatiker.de/images/sidebar_body.png");  

          background-repeat: repeat-y; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 13px; text-align: left; color: #666; }

div#header{ float: left; width: 900px; height: 120px; background-image: url("http://forum.fachinformatiker.de/images/header_body.jpg"); border-bottom :1px solid #666 ;}

div#content{ float: right; width: 770px;  background-color: #f5f5f5; height :100%;}  

/* ### -- -- -- -- EOF -- -- -- -- ### */             


/* ### -- -- -- -- sidebar_menu -- -- -- -- ### */   

.sidebar_menu{ float: left; width: 130px; height: 100%; margin: 0px; padding: 0px; background-image: url("http://forum.fachinformatiker.de/images/sidebar_body.png");  }

.sidebar_menu a{ width:114px; height:98px; display: block; color: #094289; text-decoration: none; }

.sidebar_menu .hover:hover{ color: #000000; background-image: url("http://forum.fachinformatiker.de/images/sidebarHover.png"); }

.sidebar_menu .active{ width:111px; height:96px; display: block; color: #ffffff; background-image: url("http://forum.fachinformatiker.de/images/sidebarActive.png"); }

.sidebar_menu img{ margin-top: 20px;}

/* ### -- -- -- -- EOF -- -- -- -- ### */ 

Geschrieben

Für alle die es interessiert:


HTML, BODY { background-color: #f4f4f4; height:100%;}

Das ist ein eher mieser Hack (Trick), denn wenn du mal ein Bild als Hintergrund benutzt (bei einfarbigem BG bin ich grad nicht sicher) und du einen Textinhalt der Seite hast, der über das untere Ende raus geht, du also scrollen musst, sieht das gar nicht mehr so schön aus wie man sich das auf den ersten Blick denkt ;)

Erstelle ein Benutzerkonto oder melde Dich an, um zu kommentieren

Du musst ein Benutzerkonto haben, um einen Kommentar verfassen zu können

Benutzerkonto erstellen

Neues Benutzerkonto für unsere Community erstellen. Es ist einfach!

Neues Benutzerkonto erstellen

Anmelden

Du hast bereits ein Benutzerkonto? Melde Dich hier an.

Jetzt anmelden

Fachinformatiker.de, 2024 by SE Internet Services

fidelogo_small.png

Schicke uns eine Nachricht!

Fachinformatiker.de ist die größte IT-Community
rund um Ausbildung, Job, Weiterbildung für IT-Fachkräfte.

Fachinformatiker.de App

Download on the App Store
Get it on Google Play

Kontakt

Hier werben?
Oder sende eine E-Mail an

Social media u. feeds

Jobboard für Fachinformatiker und IT-Fachkräfte

×
×
  • Neu erstellen...