zurück zur Startseite
  


Zurück XHTMLforum > (X)HTML und CSS > CSS
Seite neu laden Mysteriöse weiße Linie

Antwort
 
LinkBack Themen-Optionen Ansicht
  #1 (permalink)  
Alt 27.02.2010, 16:28
Benutzer
neuer user
Thread-Ersteller
 
Registriert seit: 03.02.2006
Beiträge: 80
Xethon befindet sich auf einem aufstrebenden Ast
Standard Mysteriöse weiße Linie

Hi,

bin gerade dabei ein Design anzupassen und nun taucht in der linken Navi eine weiße, senkrechte Linie auf, die ich einfach nicht entfernen kann. Könnt ihr euch das mal anschauen und mir sagen, wie die da hinkommt und wie man sie wegbekommt?

Home » Cremes zur Tattoentfernung und Haarentfernung Kassel

HTML:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">

<head>

	<?php page_header(); ?>

<!-- || Template powered by cms2day - www.cms2day.de || -->

</head>

<body id="top">

	<div id="layer">
	
		<div id="container">

			<div id="headline">
	
				<table width="100%" cellspacing="0" cellpadding="0" summary="text">

					<tr>

						<td width="50%" valign="middle" align="left"><?php page_claim(); ?></td>
						<td width="50%" valign="middle" align="right"><?php page_datum(); ?></td>

					</tr>

				</table>
	
			</div>
	 
	 		<div id="header">
				<div id="logo"><?php page_logo(); ?></div>
			</div>

			<div id="subheader"></div>

	
			<div id="fullmenu">
	
				<?php page_fullmenu("0","true","false"); ?>
	
			</div>
	
			<div id="content">
	         
				<div id="seite">
		
					<?php page_seite(); ?>
			
				</div>
		
				<div id="text">

				<?php page_content(); ?>
		
				</div>
	
			</div>
         
			<div id="cleaner">&nbsp;</div>

		</div>

	<div id="subfooter"></div>
	
	</div>

	<div id="footer">

		<div id="footerinlay">

			<table width="100%" cellspacing="0" cellpadding="0" summary="text">

				<tr>

					<td width="70%" valign="middle" align="left"><p><?php page_footer(); ?></p><p>Template Copyright by <a href="http://www.cms2day.de">cms2day</a></p></td>
					<td width="30%" valign="middle" align="right"><p><a href="#top">Zum Seitenanfang</a></p></td>

				</tr>

			</table>
		
		</div>

	</div>

</body>
</html>

<!-- CMS powered by cms2day - http://www.cms2day.de -->
CSS:
Code:
/* - xhtml/css-Layout Copyright cms2day - M. Müller +  E. Metzger 12/2009 - */

/* - MISC STYLE - */

* {

	margin: 0px;
	padding: 0px;
	
}
 
html {

	background: #d3d3d3 url(../images/html.jpg) repeat-x;
	text-align: center;
	width: 100%;
	height: 100.5%;
	margin: 0px;
	
}

body {

	font-size: 11px;
	line-height: 17px;
	font-family: "Verdana" , "MS Sans Serif" , "Tahoma" , "Arial";
	color: #343c40;
	margin: 0px auto;
	text-align: center;
	width: 100%;
	height: 100%;
	
}

td {

	font-size: 11px;
	line-height: 17px;
	font-family: "Verdana" , "MS Sans Serif" , "Tahoma" , "Arial";
	
}

ul {

	margin: 0px;
	padding: 0px;
	
}

li {

	list-style: none;
	
}

form {

	margin: 0px;
	padding: 0px;
	
}

img {

	border: none;
	
}

#cleaner {

	clear: both;
	height: 0px;
	font-size: 0px;
	display: block;
	width: 100%;
	
}

a:link, a:active, a:visited {

	color: #494e4f;
	text-decoration: none;
	
}

a:hover {

	color: #494e4f;
	text-decoration: none;
	
}

/* - LAYER + CONTAINER - */

#layer {

	width: 980px;
	position: relative;
	overflow: hidden;
	text-align: left;
	height: auto;
	background: #fff url(../images/body.jpg) repeat-y;
	margin: 0px auto;
	padding: 0px;
	
}

#container {

	padding-bottom: 56px;

}

/* - HEADER - */

#headline {

	width: 980px;
	height: 28px;
	padding-top: 8px;
	overflow: hidden;
	margin: 0px auto;
	text-align: left;
	color: #fff;
	background: #00b1b0;
}

#headline td {

	padding: 0px 5px 0px 2px;

}

#header {

	width: 980px;
	height: 125px;
	overflow: hidden;
	position: relative;
	background: #ffffff;
	border-top: 1px solid #fff;
	
}

#logo {
	position: absolute;
	top:10px;
	left:10px;
	
}

/* - SUBHEADER - */

#subheader {

	width: 980px;
	height: 10px;
	overflow: hidden;
	position: relative;
	background: #00b1b0;
}



/* - CONTENT - SEITE */

#content {

	width: 755px;
	min-height: 300px;
	background: #fff;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #343c40;
	position: relative;
	float: left;
	margin-right: -3px;

}

/* -  * html #content {margin-right: -3px;}  */

/* - CONTENT - SEITE */

#seite {

	width: 735px;
	height: 35px;
	background: #c7d1db;
	overflow: hidden;
	margin: 0px;
	padding: 0px 0px 0px 20px ;
	text-align: left;
	color: #343c40;
	line-height: 34px;
	position: relative;



}



#seite a, #seite a:hover {

	color: #343c40;
	text-decoration: none;
	font-weight: normal;

}

/* - FULLMENU - */

#fullmenu {

	width: 225px;
	background: #c7d1db;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #527e93;
	position: relative;
	float: left;
}

#fullmenu ul {

	width: 225px;
	margin: 0px;
	padding: 0px;
	
}

#fullmenu ul li {

	width: 225px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	
}

#fullmenu ul li.submenu {

	width: 225px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	
}

#fullmenu ul li a {

	width: 205px;
	height: 35px;
	display: block;
	background: #c7d1db;
	color: #343c40;
	padding: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	line-height: 34px;
	text-align: left;
	text-decoration: none;
	
}

#fullmenu ul li.submenu a {

	width: 205px;
	height: 22px;
	display: block;
	background: #EDEFF3;
	color: #343c40;
	padding: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	line-height: 22px;
	text-align: left;
	text-decoration: none;
	
}

#fullmenu ul li.submenu a:hover {

	width: 205px;
	height: 22px;
	display: block;
	background: #D9DEE6;
	color: #343c40;
	padding: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	line-height: 22px;
	text-align: left;
	text-decoration: none;
	
}

#fullmenu ul li.submenu a.aktiv, #fullmenu ul li.submenu a:hover.aktiv {

	width: 205px;
	height: 22px;
	display: block;
	background: #D9DEE6;
	color: #343c40;
	padding: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	line-height: 22px;
	text-align: left;
	text-decoration: none;
	
}

#fullmenu ul li a:hover {

	width: 205px;
	height: 35px;
	display: block;
	background: #334457;
	color: #fff;
	padding: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	line-height: 34px;
	text-align: left;
	text-decoration: none;
	
}

#fullmenu ul li a.aktiv, #fullmenu ul li a:hover.aktiv {

	width: 205px;
	height: 35px;
	display: block;
	background: #334457;
	color: #fff;
	padding: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	line-height: 34px;
	text-align: left;
	text-decoration: none;
	
}


/* - CMS CONTENT - */

#text {

	width: 695px;
	height: auto;
	background: #fff;
	overflow: hidden;
	margin: 0px;
	padding: 30px;
	text-align: justify;
	color: #343c40;
	line-height: 22px;

}

/* - HTML ELEMENT STYLESHEET - */

#text h1 {

	font-size: 16px;
	font-weight: bold;
	color: #2B3D47;
	font-family: "Arial";
	padding-bottom: 10px;
	border-bottom: 1px dotted #DEE3E7;
	margin: 0px 0px 20px 0px;
	
}

#text h2 {

	font-size: 14px;
	font-weight: bold;
	color: #2B3D47;
	font-family: "Arial";
	padding-bottom: 10px;
	border-bottom: 1px dotted #DEE3E7;
	margin: 0px 0px 20px 0px;
	
}

#text h3 {

	font-size: 12px;
	font-weight: bold;
	color: #2B3D47;
	font-family: "Arial";
	padding-bottom: 10px;
	border-bottom: 1px dotted #DEE3E7;
	margin: 0px 0px 20px 0px;
	
}

#text p {

	margin: 0px 0px 20px 0px;

}

#text hr {

	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px dotted #ddeaf2;
	margin: 0px 0px 20px 0px;

}

/* - FOOTER - */


#footer {

	width: 100%;
	height: 56px;
	background: #d3d3d3;
	color: #fff;
	text-align: center;
	position: relative;
	bottom: 0 !important;
	bottom: -1px;

}

#subfooter {

	width: 980px;
	height: 10px;
	margin: 0px auto;
	font-size: 0px;
	background: #d3d3d3;
	display:block;
	overflow: hidden;
}

#footerinlay {

	width: 980px;
	height: 38px;
	background: #00b1b0;
	color: #fff;
	margin: 0px auto;
	padding-top: 18px;

}

#footerinlay td {

	padding: 0px 5px 0px 5px;

}

#footerinlay a {

	text-decoration: none;
	color: #fff;

}

#footerinlay a:hover {

	text-decoration: underline;
	color: #fff;

}
P.S. - nicht über die grässliche Farbwahllachen, die wird noch geändert
Mit Zitat antworten
Sponsored Links
  #2 (permalink)  
Alt 27.02.2010, 16:34
Erfahrener Benutzer
XHTMLforum-Kenner
 
Registriert seit: 28.01.2005
Beiträge: 11.775
fricca kann auf vieles stolz seinfricca kann auf vieles stolz seinfricca kann auf vieles stolz seinfricca kann auf vieles stolz seinfricca kann auf vieles stolz seinfricca kann auf vieles stolz seinfricca kann auf vieles stolz seinfricca kann auf vieles stolz sein
Standard

Die "Linie" ist ein weißer Pixel im Hintergrundbild.
Mit Zitat antworten
Sponsored Links
  #3 (permalink)  
Alt 27.02.2010, 16:45
Benutzerbild von zeilenschreiber
Neuer Benutzer
neuer user
 
Registriert seit: 17.11.2007
Beiträge: 15
zeilenschreiber befindet sich auf einem aufstrebenden Ast
Standard

Schreib doch einfach mal in Deinem main.css (Zeile 95) statt:
Code:
background: #fff url(../images/body.jpg) repeat-y;
dieses:
Code:
background-color: #C7D1DB;
Mit Zitat antworten
  #4 (permalink)  
Alt 27.02.2010, 16:50
Benutzer
neuer user
Thread-Ersteller
 
Registriert seit: 03.02.2006
Beiträge: 80
Xethon befindet sich auf einem aufstrebenden Ast
Standard

Ok, hat funktioniert
Da hab ich gar drauf geachtet, dass in dem Div noch ein Hintergrundbild ist. Naja vielen Dank für die schnelle Hilfe
Mit Zitat antworten
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
IE8 - background repeat-x - weiße vertikale streifen ??? monran CSS 4 13.11.2009 14:33
css - Linie oben wird statt gepunktet gestrichelt dargestellt Agnes CSS 2 19.11.2007 16:58
weiße gestrichelte linie um bilder Derya CSS 3 19.04.2007 15:15
Opera9/FF2/IE7 alles OK,ABER im IE 6 weiße Linie bzw. 1px hoher freiraum ??? bastien CSS 6 15.04.2007 00:50
Linie neben Background-Image bei Submit-Button methodfive CSS 2 24.10.2006 15:17


Alle Zeitangaben in WEZ +2. Es ist jetzt 01:52 Uhr.