Ik heb net een tut gevolgd hoe ik een layout moet slice.
Dus heb ik een layout gemaakt met photoshop, en heb hem gesliced nu vraag ik jullie wat jullie er van vinden.
Live voorbeeld: http://fitim.nl/slice/
Script:
index.html
PHP
<!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" lang="nl" xml:lang="nl">
<head>
<title>Fitim.nl</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head>
<body>
<center>
<div id="container"></div>
<div id="header"></div>
<div id="menu">
<br>
- <a href="#">Home</a>
- <a href="#">Portfolio</a>
- <a href="#">Domeins</a>
- <a href="#">Info</a>
- <a href="#">Help</a>
- <a href="#">Contact</a>
</div>
<div id="content">
<br><br>
<h3>Welkom</h3>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.<br> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<br> Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.<br> Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</div>
<div id="footer"></div><br><br>
</center>
</body>
</html>
Toon Meer
style.css
PHP
body { background-color: #ffffff; margin: 0; padding: 0; font: 11px Georgia; color: #000000; }
#container { width: 900px; margin: 0 auto; }
#header { width: 583px; height: 119px; background: url('images/header.PNG'); }
#menu { width: 823px; height: 56px; background: url('images/menu.PNG'); margin: 0; }
#menu a { text-decoration: none; }
#menu a { text-decoration: none; font-size: 20px; color: #000000; }
#content { width: 794px; height: 480px; background: url('images/content.PNG'); }
#footer { width: 274px; height: 37px; background: url('images/footer.PNG'); }
Toon Meer
Met vriendelijke groet,
Fitim.