Hallo,
ich hoffe Ihr könnt mir helfen.
Und zwa benutze ich Joomfish. In Firefox wird das Modul oben rechts im Head angezeigt. Beim Internet Explorer nicht. Die verschwindet hinter der Headgrafik. Bin schon verzweifelt.
Hoffentlich könnt Ihr mir helfen. http://www.beiaydin.de
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>
<jdoc:include type="head" />
<link rel="stylesheet" href="templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/template.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/joomla_stuff.css" type="text/css" />
<!--[if lte IE 6]>
<link href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/ieonly.css"
rel="stylesheet" type="text/css" />
<![endif]-->
</head>
<body id="page_bg">
<div id="outer">
<div class="topmenue" align="center">
<jdoc:include type="modules" name="user4" style="-1" />
</div>
<div class="header">
<div class="headerbereich"></div>
<div class="clear"></div>
</div>
<div class="mitte">
<jdoc:include type="modules" name="user3" style="xhtml" />
<div class="clear"></div>
</div>
<div class="main">
<div class="naviside">
<div class="navioben">
<jdoc:exists type="modules" condition="left" >
<jdoc:include type="modules" name="left" style="-2" />
</jdoc:exists>
<div class="clear"></div>
</div>
<div class="naviunten"></div>
</div>
<div class="content">
<div class="contentinnen">
<div class="pathway">
<jdoc:include type="module" name="breadcrumbs" style="-1" />
</div>
<div>
<jdoc:include type="component" />
</div>
</div>
</div>
<div class="clear"></div>
</div>
<div class="footer">
<div>
<div>
<div align="right">
<table width="100%" border="0">
<tr>
<td width="30%"><div align="center"></div></td>
<td width="70%"><div align="right">© 2009 www.cagdasmidyatrestaurant.de & www.beiaydin.de -
Webdesign by Kr@ft </div></td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
PHP-Code:
html {
height: 100%
width: 100%
}
body {
margin: 0px;
font-family: Verdana, Arial, sans-serif;
font-size: 72%;
color: #555;
}
#page_bg {
background: url(../images/test.jpg) top left;
background-repeat: repeat-x;
background-color: #aa0000;
}
div, table, form, ul, p {
font-size: 1em;
line-height: 1.7em;
text-align: justify;
word-spacing: -0.2em;
}
strong {
color: #6B5E58;
}
form {
margin: 0px;
padding: 0px;
}
iframe {
margin: 0px;
padding: 0px;
}
li {
list-style-image: url(../../../images/M_images/arrow.png);
}
h1, h2, h3, h4, h5, h6 {
color: #A49A66;
padding: 0px;
margin: 0px;
border: 0px;
}
h1 {
font: 202% Times New Roman, serif;
padding-bottom: 5px;
}
h2 {
font: 165% Times New Roman, serif;
padding-bottom: 5px;
}
h3 {
font: 150% Times New Roman, serif;
padding-bottom: 5px;
}
h4 {
font: 100% Verdana, sans-serif;
color: #000;
font-weight: bold;
}
h5 {
font: 100% Verdana, sans-serif;
font-weight: bold;
}
h6 {
font: 75% Verdana, sans-serif;
font-weight: bold;
color: #000;
}
a {
text-decoration: none;
font-weight: bold;
font-size: 11px;
border: none;
color: #A49A66;
}
a:hover {
text-decoration: underline;
border: none;
}
#outer {
width: 900px;
border-left: 0px #fff solid;
border-right: 0px #fff solid;
padding: 0px;
margin: auto;
background: url(../images/hintergrund-kurdische-flagge.jpg) top center;
}
.topmenue {
width: 900px;
height: 5px;
border: 0px;
padding: 0px;
margin: auto;
background: #f2edaa;
text-align: right;
}
.header {
width: 900px;
height: 175px;
border: 0px;
padding: 0px;
margin: 0px;
background: #aa0000
;
}
.headerbereich {
width: 900px;
height: 175px;
border: 0px;
padding: 0px;
margin: 0px;
background: url(../images/HEAD-NEU-900.jpg) left;
float: center;
}
.clear {
clear: both;
visibility: hidden;
}
.mitte {
width: 1000px;
height: 34px;
border: 0px;
padding: 0px;
margin: 0px;
background: url(../images/menu-oben.jpg) top left;
background-repeat: no-repeat;
}
.main {
width: 900px;
height: auto;
border: 0px;
padding: 0px;
background: #f2edaa;
margin: 0px;
vertical-align: top;
}
.naviside {
background: url(../images/naviseite_oben.jpg) top center no-repeat;
width: 200px;
vertical-align: top;
border: 0px;
padding: 0px;
margin: 0px;
background-color: #f2edaa;
text-align: left;
float: left;
}
.naviside li {
list-style-image: square;
}
.navioben {
background-repeat: no-repeat;
height: auto;
padding: 0px;
margin: 0px;
width: 200px;
border-top: 0px #EFF3AA solid;
}
.naviunten {
background-image: url(../images/mod_hinter.jpg) bottom;
background-repeat: no-repeat;
height: 200px;
min-height: 200px;
margin: 0px;
padding: 0px;
width: 200px;
}
.content {
width: 75%;
border: 0px;
padding: 0px;
margin: 0px;
background-color: #f2edaa;
text-align: left;
float: right;
}
.clear {
clear: both;
}
.contentinnen {
width: 90%;
border: 0px;
padding: 0px;
margin-left: 10px;
margin-right: 10px;
}
.contentinnen div {
border: 0px;
padding: 0px;
margin: 0px;
}
.footer {
width: 900px;
height: 25px;
border: 0px;
padding: 0px;
margin: 0px;
background: url(../images/bg.jpg);
background-repeat: no-repeat;
color: #aa0000;
font-size: 11px;
text-align: right;
}
img {
border: 0px;
}
.flag
{
position: top-left;
weight: 900px;
top: 0px;
left: 50px;
}
Hoffe Ihr könnt mir helfen. Fallst Ihr noch einen Tip für die Homepage. Ruhig schreiben.
Danken.
Gruß Steffen
Lesezeichen