mediengestalter.info
FAQ :: Mitgliederliste :: MGi Team

Willkommen auf dem Portal für Mediengestalter

Aktuelles Datum und Uhrzeit: Fr 19.04.2024 09:27 Benutzername: Passwort: Auto-Login

Thema: Joomla xampp->webspace problem vom 25.02.2010

Neues Thema eröffnen   Neue Antwort erstellen MGi Foren-Übersicht -> Web-Software -> Joomla xampp->webspace problem
Autor Nachricht
sezai23
Threadersteller

Dabei seit: 25.02.2010
Ort: Flensburg
Alter: 37
Geschlecht: Männlich
Verfasst Do 25.02.2010 23:48
Titel

Joomla xampp->webspace problem

Antworten mit Zitat Zum Seitenanfang

hallo jungs, hallo mädels,

ich tüftel im moment an meinem ersten joomla template habe im xampp auch schon so gut wie alles fertig, habs eben auf meinen space geladen und irgendwie spielen die divs verrückt. vll hat ja jemand lust da mal etwas zu zu sagen.

http://greenwhite.pytalhost.com/joomla/

so siehts derzeit aus

INDEX
Code:

<?php
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; ?>" dir="<?php echo $this->direction; ?>" >
<head>
<jdoc:include type="head" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/gw/css/template.css" type="text/css" media="screen" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/gw/css/joomla.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/gw/css/joomla-ie6.css" type="text/css" />
</head>
<div id="all">



   <div id="oben">
   
   <h1 id="logo">Green White Design - Print and Websolutions
   </div>
    <div id="menu">
    <jdoc:include type="modules" name="menu" style="xhtml" />
    </div>
   
    </div>
       

   <div id="gruen">
             <div id="gruencontent1">
       
        </div>
        <div id="gruencontent2">
       
        </div>
         <div id="gruencontent3">
       
        </div>
               
               
    </div>
    <div id="content">
    <div id="inhalt">
    <jdoc:include type="component" />
    </div></div>

   <div id="grau">
   
    </div>
   
</div>


<body>
</body>
</html>


CSS
Code:

body {
background:url(../images/bg.jpg) repeat;
}

div#all {
width:1020px;
margin:0 auto;
}


div#oben {
background:url(../images/top_bg.gif) repeat-x;
height:102;
}

h1#logo {
background:url(../images/logo.jpg) no-repeat;
width:450px;
height:102px;
text-indent:-999em;
padding:0;
margin:0;
float:left;
}

div#menu {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

div#menu ul {
background:url(../images/top_bg.gif) repeat-x;
height:102px;
margin:0;
padding:0;
}

div#menu li {
list-style-type:none;
float:right;
padding-top:63px;
padding-right:15px;
}

div#menu a {
color:#ffffff;
padding: 20px 10px;
text-decoration:none;
}

div#menu a:hover {
color:#66FF00;
}

div#gruen {
background:url(../images/bg_gruen.jpg) repeat-x;
height:429px;
width:1020px;
margin:auto;
}

div#gruencontent1 {
background:url(../images/pfeil_links.jpg) no-repeat;
height:429px;
width:50px;
margin:0px 15px;
position: absolute;
top: 110px;
left: auto;
}

div#gruencontent2 {
background:url(../images/refs.jpg) no-repeat;
height:429px;
width:857px;
margin:0px 85px;
position: absolute;
top: 110px;
left: auto;
}

div#gruencontent3 {
background:url(../images/pfeil_rechts.jpg) no-repeat;
height:429px;
width:857px;
margin:0px 954px;
position:absolute;
top:110px;
left:auto;
}

div#content {
background:#e8e8e8;
width:1020px;
margin:auto;
}

div#inhalt {
padding:30px;
}

div#grau {
background:url(../images/bg_unten.jpg) repeat-x;
height:470px;
width:1020px;
margin:auto;
}


Nunja ich hoffe jemand kann mir sagen wo mein fehler liegt, da ich das erste mal mit divs und nicht mit tables arbeite, vermute ich ihn irgendwo dort, allerdings wie bereits gesagt aufm XAMPP ist alles einwandfrei
  View user's profile Private Nachricht senden Website dieses Benutzers besuchen
Ähnliche Themen welchen webspace für joomla und virtual emart
Joomla Problem
Joomla-Menü-Problem
Joomla 1.5.23 Phoca Download Problem
Hika-Shop (Joomla): Problem mit Preisen
Xampp, Mercury, Local Mail
Neues Thema eröffnen   Neue Antwort erstellen
MGi Foren-Übersicht -> Web-Software


Du kannst keine Beiträge in dieses Forum schreiben.
Du kannst auf Beiträge in diesem Forum nicht antworten.
Du kannst an Umfragen in diesem Forum nicht mitmachen.