Hallo Forum,
ich habe mein erstes Template selbst erstellt und musste so einige Hürden überwinden. Nun habe ich noch zwei Probleme bei dem ich nicht weiterkomme.
Problem 1: Die Hintergrundgrafik hört leider beim letzten Menüpunkt auf. Es sollte aber immer bis ganz unten aufgefüllt werden. Siehe: http://www.k-nikola.de/projekte/joom...tpage&Itemid=1
Problem 2: Die Hintergundgrafik mit dem Kopf rechts unten ist hier absolut passend: http://www.k-nikola.de/projekte/joom...tpage&Itemid=1
Hier allerdings ist der Kopf gestaucht. http://www.k-nikola.de/projekte/joom...&id=1&Itemid=4 Ich peile nicht woran das liegt. Componentheading habe ich vermutet. Allerdings passt es mit ausgeblendeter beim Menüpunkt "Suche".
Habt Ihr Tipps und/oder Lösungen für mich?
Hier noch die CSS-Datei:
@charset "utf-8";
/* CSS Document */
body {
margin:0px;
background-color:#f5e8de;
}
a:link, a:visited {
color:#000000;
text-decoration:none;
}
a:hover {
color:#FFFFFF;
}
a:active {
color:#FFFFFF;
}
#Seite {
position:absolute;
width:1000px;
left:50%;
margin-left:-500px;
margin-top:50px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#Logo {
position:absolute;
width:168px;
height:166px;
background-image:url(../images/logo.gif);
background-repeat:no-repeat;
}
#Kopf {
position:absolute;
width:832px;
height:166px;
margin-left:168px;
background-image:url(../images/kopf.gif);
background-repeat:no-repeat;
top:0px;
}
#Firma {
position:absolute;
width:994px;
top:166px;
height:34px;
background-image:url(../images/firma.jpg);
padding-left:6px;
color:#FFFFFF;
font-size:26.5px;
}
#Inhalt {
position:absolute;
top:200px;
width:1000px;
}
#Navigation {
position:absolute;
width:168px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
background-position:bottom;
background-image:url(../images/navigation_bg.jpg);
}
#Buehne {
position:absolute;
width:802px;
left:168px;
background-color:#e9dfd7;
background-image:url(../images/buehne_bg.jpg);
background-repeat:no-repeat;
background-position:bottom;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
padding-left:15px;
padding-right:15px;
}
#Suche {
position:absolute;
width:168px;
height:54px;
left:-168px;
background-image:url(../images/suche_bg.gif);
background-repeat:no-repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding-top:15px;
padding-left:5px;
}
#Fusszeile {
position:absolute;
width:832px;
height:49px;
background-image:url(../images/fusszeile_bg.gif);
background-repeat:no-repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
padding-top:5px;
left:0px;
}
.contentheading,componentheading {
padding-top:15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
}
.inputbox {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
background-color:#D2B48C;
border:1px;
}
.mainlevel {
color:#000000;
font-size:14px;
padding-left:8px;
line-height:25px;
text-decoration:none;
}
.sublevel {
color:#000000;
font-size:14px;
padding-left:16px;
line-height:25px;
text-decoration:none;
}
--------------------------------------------------------------------------------------------
Und hier die Index.php:
<?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" />
<meta **********="Content-Type" content="text/html; charset=utf-8" />
<link href="<?php echo $this->baseurl ?>/templates/schrottenbaum/css/molnar.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="Seite">
<div id="Logo"></div>
<div id="Kopf"></div>
<div id="Firma">Institut für Neuromuskuläre Regulation Rudolf und Renate Schrottenbaum</div>
<div id="Inhalt">
<div id="Navigation"><jdoc:include type="modules" name="left" style="xhtml" /></div>
<div id="Buehne"><jdoc:include type="component" />
<div id="Suche"><jdoc:include type="modules" name="user1" style="xhtml" /></div>
<div id="Fusszeile">Schuhstr. 35 • 91052 Erlangen • Tel 09131-204149 • Fax 09131-24168<br />
nmt@schrottenbaum.de • www.neuromuskulaere-therapie.de</div>
</div>
</div>
</div>
</body>
</html>
Grüße Oli ...


LinkBack URL
About LinkBacks
Zitieren
Lesezeichen