Hallo liebe Freunde,
ich habe ein Problem mit der darstellung meines Templates im Internet Explorer.
Firefox, Opera und Safari zeigen es richtig an.
Könnt Ihr mir da ein bisschen weiter helfen ich komme da nicht weiter!
Hier die index.php (Joomla 1.5.4)
Und hier noch die template_css.css:PHP-Code:<?php // no direct access defined( '_JEXEC' ) or die( 'Restricted access' ); ?>
<!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="<?php echo $this->language; ?> "lang="<?php echo $this->language; ?>" >
<head>
<meta>
<link rel="stylesheet" href="templates/<?php echo $this->template ?> /css/template_css.css" type="text/css" />
<title><?php echo $mainframe->getCfg('sitename');?></title>
<link href="/templates/page/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/page/css/template_css.css" type="text/css" />
</head>
<body>
<div id="page-box">
<div class="header" id="page-top">
<jdoc:exists type="modules" condition="top">
<jdoc:include type="modules" name="top" style="xhtml" />
</jdoc:exists>
</div>
<div id="page-container">
<div id="page-navigation">
<jdoc:include type="modules" name="left" style="xhtml" />
</div>
<div class="content" id="page-inhalt">
<jdoc:include type="component" />
</div>
</div>
<div class="copyright" id="page-footer">
</div>
</div>
</body>
</html>
Ich hoffe Ihr könnt mir da Tip geben wie ich das beheben kann!Code:/* standard colors: türkis: #c0dffd blau: #3366cc grün: #ccff99 hintergrund: #E7E6E4*/ body { background-color: black; text-align: center; margin-left: 0px; overflow:-moz-scrollbars-vertical; !important overflow: auto; } #page-box { margin-right: auto; margin-left: auto; text-align: left; width: 800px; top: 0px; background-image: url(../images/space.png); layer-background-image: url(../images/space.png); } #page-container{ width: 800px; min-height: 400px; border-bottom: thin solid black; border-top: thin solid black; } #page-top { float: none; position: relative; width: 780px; height: 60px; padding: 35px 0px 0px 20px; background-image: url(../images/head.png); layer-background-image: url(../images/head.png); } #page-inhalt { padding: 5px 10px 0px 5px; margin-left: 160px; } #page-footer { clear: both; position: relative; width: 794px; height: 13px; background-image: url(../images/footer.png); layer-background-image: url(../images/footer.png); } div #component-contact{width:450px;} #page-navigation { float: left; width:149px; list-style-type:none; padding: 5px 0px 0px 5px; text-indent:0.5em; line-height: 2em; margin: 0px; font-family:Arial, Helvetica, sans-serif; font-size: 0.7em; color: #3165CE; font-weight: bold; text-decoration:none; } #page-navigation ul { padding: 0px; margin:0px 3px 0px 3px; } #page-navigation ul li { padding:0px; list-style: none; margin:0px; } #page-navigation ul li ul { margin: 0 0 0 1em; padding: 0; } #page-navigation ul li ul li { background-color:#FF9900; text-align: left; color:#FF0000; line-height: 1em; list-style-type: none; margin: 0em 0px 0em 1em; } /*li.active { background-color: #c0dffd; border: 1px; border-style: solid; border-color: #000000; border-right-color:#c0dffd; }*/ #page-navigation a, #page-navigation a:visited{ display:block; color: #000000; border: 1px solid; border-color: #ccff99; border-right-color: #000000; padding: 0.2em; text-decoration: none; font-weight: bold; } #page-navigation a:hover { background-color: #c0dffd; border: 1px; border-style: solid; border-color: #000000; border-right-color:#c0dffd; } .copyright { text-align:right; padding: 3px; font-family:Arial, Helvetica, sans-serif; font-size: 0.5em; } *:focus{ outline : none; } .content, .content p, .content a, .content li { font-family:Arial, Helvetica, sans-serif; list-style-type:circle; font-weight: normal; font-size: 0.95em; color: #003366; line-height: 1.3em; } .content h1 { font-weight: bolder; font-size: 1.1em; } .content h2 { font-weight: bold; font-size: 0.95em; } .content li a { font-style:italic; } .header { font-family:Arial, Helvetica, sans-serif; font-weight: normal; font-size: 2em; color: #C6DFFF; text-decoration: none; } .header a, .header a:visited, .header a:active{ text-decoration: none; color: #C6DFFF; }
Vielen Dank im Voraus
Liebe Grüße
![]()
![]()
Simela


LinkBack URL
About LinkBacks
Zitieren


Lesezeichen