zurück zur Startseite
  


Zurück XHTMLforum > (X)HTML und CSS > CSS
Seite neu laden Probleme mit dem Design!

Antwort
 
LinkBack Themen-Optionen Ansicht
  #1 (permalink)  
Alt 11.02.2006, 09:16
Benutzerbild von Pumpkin
XHTML+CSS Lehrling
XHTMLforum-Mitglied
Thread-Ersteller
 
Registriert seit: 05.08.2005
Ort: Lübeck
Beiträge: 170
Pumpkin befindet sich auf einem aufstrebenden Ast
Standard Probleme mit dem Design!

Hallo,

ich versuche mich gerade an etwas neues. Leider hab ich nun einen Punkt erreicht wo ich nicht mehr durchblicke.

Bei dem Design soll nun noch unterhalb der Links des "sidebar" ein weisser Bereich kommen, der sich immer der Länge des "contentwraper" anpasst. Danach soll noch ein Footer unter den "sidebar" und dem "contentwraper".

http://shenmue-saga.com/test/index.html


Code:
<body>
	<div id="wrap">
		[img]./design/logo.jpg[/img]
	<div id="sidebar">
		[img]./design/side_bg.jpg[/img]
	<div id="menue">
		<ul class="menuelist">
			[*]Link
			[*]Link
			[*]Link
			[*]Link
			[*]Link
			[*]Link
		[/list]	</div> 
	</div> 
	<div id="contentwraper">
	<div id="navi">
		<ul class="navlist">
			[*]Link
			[*]Link
			[*]Link
			[*]Link
			[*]Link
			[*]Link
		[/list]	</div> 
	<div id="content">
		<h1 class="h1_title">BMWzilla.de</h1>
		<h2 class="h2_title">Die Coupe Fanpage!</h2>

		

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In posuere urna id erat. Sed id dolor nec purus bibendum sagittis. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Mauris vestibulum, quam et consectetuer ornare, ante elit lobortis nisl, vel ullamcorper dui sem in augue. Nunc non ligula. Maecenas lacinia nunc sed purus. Etiam rutrum elementum lacus. Nam id risus eget orci bibendum aliquam. Proin vehicula dui ut mauris fringilla ultrices. Proin tempor. Sed neque. Vestibulum in diam. Sed at ante ac magna volutpat imperdiet. Sed auctor urna sit amet lectus. Sed quis quam sed nulla molestie ornare. Sed a pede. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Nullam venenatis laoreet orci. Aliquam interdum tempus libero.</p>

	</div> 
	</div> 
	</div> 
</body>

Code:
* {
	margin:0;
	padding:0;
}

body {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:0.7em;
	color:#000;
	background:#fff url(./design/bg.gif) repeat-x;
}

#wrap {
	margin:auto;
	width:780px;
	min-height:100%;
	text-align:left;
	background:#fff;
	border-left:1px solid #000;
	border-right:1px solid #000;
}

.logo {
	display:block;
	width:780px;
	height:130px;
	clear:both;
}

.logo img {
	display:block;
}

#sidebar {
	float:left;
	width:14%;
	background:#fff;
}

.side_bg {
	display:block;
	float:left;
	width:155px;
	height:70px;
	clear:both;
}

#contentwraper {
	width:80%;
	float:right;
	border-left:1px solid #000;
}

#content {
	text-align:justify;
	padding:0 15px 15px 15px;
	background:#fff url(./design/panel.gif) repeat-x;
}

#content p {
	margin-bottom:1.5em;
}

#footer {

}

a:link, a:visited, a:active, a:hover {
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#fff;
}

a:hover {
	color:#808080;
}

#navi ul {
	float:left;
	width:100%;
	list-style: none;
	color:#fff;
	font-family:verdana, arial, helvetica, sans-serif;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background:#4288c7;
}

#navi ul li {
	display:inline;
}

#navi ul li a {
	width:80px;
	background:#4288c7;
	color:#fff;
	text-decoration:none;
	text-align:center;
	border-right:1px solid #000;
	float:left;
}

#navi ul li a:hover {
	color:#4288c7;
	background:#fff;
}

#menue ul {
	float:left;
	list-style-type:none;
	width:155px;
	text-align:center;
	color:#fff;
	background:#4288c7;
	clear:both;
}

#menue ul li {
	display:inline;
}

#menue ul li a {
	height:18px;
	width:155px;
	background:#4288c7;
	color:#fff;
	text-decoration:none;
	text-align:center;
	border-bottom:1px solid #000;
	float:left;
}

#menue ul li a:hover {
	color:#4288c7;
	background:#fff;
}

.h1_title {
	font-size:20px;
}

.h2_title {
	font-size:11px;
	padding:0 0 15px 0;
}
Mit Zitat antworten
Sponsored Links
  #2 (permalink)  
Alt 11.02.2006, 09:22
Benutzerbild von SilentWarrior
Erfahrener Benutzer
XHTMLforum-Mitglied
 
Registriert seit: 06.07.2005
Beiträge: 427
SilentWarrior befindet sich auf einem aufstrebenden Ast
Standard

Vielleicht hilft das ja:
  • [url=http]
  • [url=http://themaninblue.com/writing/perspective/2005/08/29/]footerStickAlt]
Mit Zitat antworten
Sponsored Links
Antwort

Themen-Optionen
Ansicht

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus


Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
Probleme mit css hline auf dem Mac roverandom CSS 5 29.01.2013 09:55
CSS Design soll sich dem Content anpassen hujuzka CSS 7 10.06.2009 11:45
Norwegische Webmaster gegen veraltete Browser Schelm.isch Offtopic 255 23.04.2009 21:27
Layoutcheck von einer Beispielseite wave Site- und Layoutcheck 1 12.11.2008 21:48
paar Probleme mit dem CSS Layout SimonK. CSS 6 05.10.2008 14:57


Alle Zeitangaben in WEZ +2. Es ist jetzt 02:36 Uhr.