Soved.eu
Ik ben (nu) momenteel bezig het het vernieuwen HTML/CSS Valid maken van mijn site. Alleen wil het nog net niet lukken.
Als ik het volgende bovenaan mijn index.php zet:
Dan zit m'n achtergrond (onderaan) opeen een heel stuk naarboven.
Als ik het bovenstaande verander naar bijv:
Dan is er opeens niks aan de hand en lopen de achtergronden (boven/onder) gewoon mooi door. Maar dan is de pagina niet meer HTML Valide:S
Dit is het css deel waar het over gaat:
Iemand een idee/suggestie/oplossing?
Als ik het volgende bovenaan mijn index.php zet:
Code (php)
1
2
3
4
2
3
4
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Dan zit m'n achtergrond (onderaan) opeen een heel stuk naarboven.
Als ik het bovenstaande verander naar bijv:
Code (php)
1
2
3
4
2
3
4
<link rel="stylesheet" href="includes/styles.css" type="text/css" /><!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Dan is er opeens niks aan de hand en lopen de achtergronden (boven/onder) gewoon mooi door. Maar dan is de pagina niet meer HTML Valide:S
Dit is het css deel waar het over gaat:
Code (php)
1
2
3
4
5
6
2
3
4
5
6
div#wrap {
min-height: 100%;
background-image:url('images/bottombg.jpg');
background-repeat:repeat-x;
background-position:bottom left;
}
min-height: 100%;
background-image:url('images/bottombg.jpg');
background-repeat:repeat-x;
background-position:bottom left;
}
Iemand een idee/suggestie/oplossing?
Gewijzigd op 01/01/1970 01:00:00 door Sander de Vos
Gesponsorde koppelingen:
Sander man! :P
Waar is je style regel in je 2e gedeelte doe is zoiets:
Waar is je style regel in je 2e gedeelte doe is zoiets:
Code (php)
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- Pagina titel -->
<title>Party-Vision Drive inshow</title>
<!-- Style invoegen -->
<link rel="stylesheet" type="text/css" href="Style.css" />
</head>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- Pagina titel -->
<title>Party-Vision Drive inshow</title>
<!-- Style invoegen -->
<link rel="stylesheet" type="text/css" href="Style.css" />
</head>
Milo! xD
Die komt eronder xD
Ik heb het zo in me index:
Die komt eronder xD
Ik heb het zo in me index:
Code (php)
1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Soved</title>
<script type="text/javascript" src="includes/js/prototype.js"></script>
<script type="text/javascript" src="includes/js/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="includes/js/lightbox.js"></script>
<link rel="stylesheet" href="includes/lightbox.css" type="text/css" media="screen" />
<link rel="stylesheet" href="includes/styles.css" type="text/css" />
<link rel="shortcut icon" href="includes/images/favicon.gif" />
</head>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Soved</title>
<script type="text/javascript" src="includes/js/prototype.js"></script>
<script type="text/javascript" src="includes/js/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="includes/js/lightbox.js"></script>
<link rel="stylesheet" href="includes/lightbox.css" type="text/css" media="screen" />
<link rel="stylesheet" href="includes/styles.css" type="text/css" />
<link rel="shortcut icon" href="includes/images/favicon.gif" />
</head>
Zet dat eens online op je site, zodat wij ook kunnen scannen?
Staat al online, maar dan op m'n eigen server.
http://85.146.173.209/projects/new/
http://85.146.173.209/projects/new/
Heb de onderste achtergrond dan maar weggehaald. Probleem opgelost.
mooi



