Ik zal er morgen weer even naar kijken, ik ben nu op school bezig met Actionscript helemaal super haha.
Bedankt tot zover in ieder geval.
Mijn index.php:
HTML:
<?php defined( "_VALID_MOS" ) or die( "Direct Access to this location is not allowed." );?>
<!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>
<?php if ( $my->id ) { initEditor(); } ?>
<meta http-equiv="Content-Type" content="text/html;><?php echo _ISO; ?>" />
<?php mosShowHead(); ?>
<?php echo "<link rel=\"stylesheet\" href=\"$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/css/template_css.css\" type=\"text/css\"/>" ; ?><?php echo "<link rel=\"shortcut icon\" href=\"$GLOBALS[mosConfig_live_site]/images/favicon.ico\" />" ; ?>
<title>Bizzy's Allround Decoshop</title>
<style type="text/css">
<!--
@import url("css/template_css.css");
-->
</style>
</head>
<html>
<div id="wrapper">
<div id="header">
<div id="logo"></div>
<div id="navigation"><?php mosLoadModules ( 'user1' ); ?></div>
</div>
<div id="pathway"><?php mosPathWay(); ?></div>
<div id="content"><?php mosMainBody(); ?></div>
<div id="footer"><?php include_once('includes/footer.php'); ?></div>
</div>
</body>
</html>
CSS:
Code:
@charset "utf-8";
/* CSS Document */
#wrapper {
width: 955px;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}
#logo {
background-image: url(../images/Bizzys.gif);
height: 155px;
width: 280px;
}
#navigation {
width: 675px;
left: 280px;
top: 0px;
height: 155px;
}
#header {
height: 155px;
width: 955px;
}
#navigation a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
padding-left: 10px;
}
#pathway {
background-image: url(../images/content_top.gif);
height: 32px;
top: 280px;
padding-right: 50px;
padding-left: 50px;
padding-top: 10px;
}
#content {
top: 312px;
height: 650px;
background-image: url(../images/content_repeat.gif);
background-repeat: repeat-y;
padding-right: 50px;
padding-left: 50px;
}
#footer {
background-image: url(../images/footer.gif);
height: 54px;
top: 712px;
padding-right: 20px;
padding-left: 20px;
}
.contentpaneopen {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #404c66;
}
h3, .componentheading, .contentheading {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 140%;
color: #B9FFFF;
margin-left: 10px;
}
p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #404c66;
}
body {
background-color: #89A2D9;
margin: 0px;
}