position , og IE problemer.
Hey.Lige en god omgang problemer.
på http://www.thedeathart.dk/uF/index.php
1. Banneret bliver lagt nedenunder menuen, og indholdsboxen, men når man trykke Opdater så ser det rigtigt ud.
2. Teksten er placeret forkert i IE,
3. Det ligge flash-objekt, er for bredt i IE.
Hvert spørgsmål gider 30 points.
<!-- Koden -->
[index.php]
<?
ob_start();
$id = $_REQUEST['id'];
if ($id == ""){
$id = "nyheder.php";
}
if(file_exists($id)) { $id = $id ;} else { $id = "404.php"; } ;
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="da">
<head>
<title> uF :: The Unknown Fraggers </title>
<link rel="stylesheet" type="text/css" href="style.css" media="screen,projection" title="default"></link>
<? include('meta.txt'); ?>
</head>
<body>
<div id="banner" align="center">
<img src="logo.jpg" alt="The Unknown Fraggers" border="0" />
</div>
<div id="menu">
<div id="undermenu" align="center">
<h3>
<a href="index.php?id=nyheder.php">Nyheder</a>
<a href="index.php?id=medlemmer.php">Medlemmer</a>
<a href="index.php?id=tagwall.php">Tagwall</a>
<a href="index.php?id=downloads.php">Downloads</a>
<a href="index.php?id=sponsors.php">Sponsors</a>
<a href="index.php?id=irc.php">Irc Chat</a>
<a href="index.php?id=galleri/index.php">Galleri</a>
<a href="index.php?id=wars.php">CW</a>
<a href="index.php?id=admin/index.php">Admin</a>
</h3>
</div>
</div>
<div id="left">
<div id="links"> <br>
<object href="http://www.thedeathart.dk" classid="clsid:166b1bca-3f9c-11cf-8075-444553540000" codebase="http://active.macromedia.com/director/cabs/sw.cab#version=6,0,1,0" width="140" height="35">
<param name="src" value="shadowweb.swf">
<embed src="shadowweb.swf" pluginspage="http://www.macromedia.com/shockwave/download/" type="application/x-director" width="110" height="25">
</embed>
</object>
</div>
</div>
<div id="indhold">
<div id="iframe">
<? include $id ; ?>
</div>
</div>
<div id="right">
<div id="war">
<? include('wars.php'); ?>
</div>
</div>
</body>
</html>
<? ob_end_flush(); ?>
[style.css]
/* ========= */
/* MAIN SITE */
/* ========= */
BODY {
background: #050409;
font-family: arial,sans-serif;
font-size: 14px;
color: silver;
margin: 0px;
}
A:link, A:active, A:visited { color: silver; }
#banner {
margin-top: 10px;
border: 0px solid white;
width: 515px;
margin-left: 230px;
}
#links { padding-top: 10px; padding-left: 10px; }
#undermenu { padding-top: 0px; padding-left: 0px; }
#undermenu a:link,a:active,a:visited { text-decoration: none; }
#war { padding-top: 0px; padding-left: 2px; }
#menu {
position: absolute;
border: 0px solid white;
background: url(menu.jpg);
width: 746px;
height: 59px;
margin-top: 10px;
margin-left: 132px;
}
#left {
position: absolute;
margin-left: 130px;
margin-top: 80px;
border: 0px solid white;
width: 133px;
height: 379px;
background: url(sidemenu.jpg);
background-repeat: no-repeat;
}
#indhold {
position: absolute;
margin-left: 273px;
margin-top: 80px;
overflow: auto;
border: 0px solid white;
width: 465px;
height: 378px;
background: url(indhold.jpg);
background-repeat: no-repeat;
}
#iframe { padding-top: 7px; padding-left: 15px; }
#right {
position: absolute;
margin-left: 748px;
margin-top: 80px;
border: 0px solid white;
width: 133px;
height: 379px;
background: url(sidemenu.jpg);
background-repeat: no-repeat;
}
td.c7 { border: 1px solid #333333; }