Hallo an alle!
Arbeite mit Joomla 1.0.15 und habe mir das trentco Template besorgt!
Jetzt wollte ich eine zusätzliche Menüposition hinzufügen (das ich auch geschafft habe),
jedoch ist mein Problem das ich das Modul nicht auf die Linke Seite der Page bekomme!
Das Modul selbst habe ich mit Hilfe der Joomla Tutorials erstellt,
und das hat auch super geklappt!
Jedoch bekomme ich die Modulposition nicht dorhin wo ich sie gerne hätte
(ich weiß das es im Stylesheet definiert wird, jedoche sehe ich mich da nicht ganz raus)
Das ganze sieht jetzt so aus:
Jedoch hätte ich gerne die Position left genau gegenüber der Position right,
und das Bild sollte mittig bleiben!
Das Stylesheet sieht folgendermaßen aus:
Hoffe das mir dabei jemand helfen kann!Code:BODY#body{ margin:0; padding:0; text-align: center; background: #000; } body, td, th, tr, p, div { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #333; line-height: 145%; } #home_module div, #home_module p { color: #666; } #right div, #right p { color: #fff; } .moduletable { margin: 0; padding: 10px; } #content .moduletable { padding-left: 0; } p { margin:0; padding: 10px; padding-left: 0; } #left p { padding-left: 10px; } #wrapper { position: relative; width: 740px; margin: 0 auto; text-align: left; } #header { position: relative; height: 110px; } #logo { position: absolute; top: 60px; left: 0; width: 210px; height: 120px; } #menu { position: absolute; right: 190px; bottom: 10px; } #wrapper_content { float: left; width: 537px; background: #fff; padding-top: 10px; } #right { width: 200px; float: left; } #right .moduletable { padding-top: 180px; padding-left: 0; } #right p { padding: 10px; } #home_img { width: 535px; height: 388px; text-align: center; } #home_module { float: right; width: 315px; } #in_img { height: 115px; padding: 10px; padding-top: 0; } #left { float: left; width: 200px; } #left .moduletable { padding-top: 40px; text-align: right; } #content { float: left; width: 300px; } #content-padding { padding: 10px; } #footer { text-align: left; } #footer_module { float: left; width: 230px; } #footer_module div, #footer_module p { color: #999; font-size: 10px; } #footermenu .moduletable-bottom { padding: 10px; padding-top: 8px; } #footermenu { float: left; width: 200px; text-align: right; } #logo img { display: block; } .space { height: 50px; } .clear { clear: both; } /* GENERAL PURPOSE STYLES */ a, a:link, a:active, a:visited { color: #9B0F05; text-decoration: none; } a:hover, a.active { text-decoration: underline; } table.moduletable { padding: 0; margin: 0; width: 100%; margin-bottom: 5px; font-weight: normal; } #header2 .moduletable { padding: 0; margin: 0; } .inputbox { margin-right: 5px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #666; border: 1px solid #ddd; } .contentpane { padding-left: 0; padding-right: 0; } .contentpaneopen { width: 90%; margin: 0; padding: 0; border: none; font-size: 10px; font-weight: normal; } .contentdescription { font-size: 11px; color: #333; text-align: left; } .sectiontableentry1 { background-color: #fff; } .sectiontableentry2 { background-color: #f9f9f9; } .small { font-size: 9px; text-decoration: none; font-weight: normal; } form { padding: 0; margin: 0; } #footer .moduletable-bottom { color: #999; } #footer .mainlevel-bottom { color: #999; } #footer a, #footer a:link, #footer a:visited { font-size: 10px; padding-left: 10px; padding-right: 10px; color: #999; text-transform: lowercase; } #footer a:hover, #footer a#active_menu-bottom { text-decoration: underline; } .componentheading , .contentheading { font-size: 13px; color: #E13D0C; font-weight: bold; padding: 0; margin: 0; padding-bottom: 5px; text-transform: lowercase; } /* new tags */ h1, h2, h3, h4 { margin: 0; padding: 10px; padding-bottom: 0; padding-left: 0; } h1 { font-size: 14px; } h2 { font-size: 13px; color: #333; } h3 { font-size: 12px; } #home_module_content h3 { display: none; } #left h3 { padding-right: 0; padding-bottom: 5px; text-transform: lowercase; } #right h3 { background: url(../images/right_h3.jpg) no-repeat left top; padding: 5px; padding-left: 10px; text-transform: lowercase; height: 24px; } #footer h3 { display: none; } h4 { font-size: 11px; color: #333; } ul { margin: 2px; padding: 6px; padding-left: 15px; } li { list-style: none; list-style-image: url(../images/arrow.png); padding-left: 1px; line-height: 150%; } ul.arrow1 li, ul.arrow2 li { padding-left: 5px; padding-bottom: 2px; padding-top: 2px; } ul.arrow1, ul.arrow2 { line-height: 150%; padding-bottom: 3px; margin-top: 2px; } ul.arrow1 li { list-style-image: url(../images/arrow1.jpg); } ul.arrow2 li { list-style-image: url(../images/arrow2.jpg); } #left ul { margin: 0; padding: 0; padding-left: 10px; } #left ul li { margin: 0; padding: 0; list-style-type: none; list-style-image: none; } #left ul li a, #left ul li a:link, #left ul li a:visited { text-decoration: underline; line-height: 20px; font-size: 11px; color: #666; } #left ul li a:hover, #left ul li a:active { color: #E13D0C; } /* primary menu - at the top of this site */ #menu ul, #menu li { list-style-type:none; list-style-image:none; padding: 0; margin: 0; } #menu ul li { float: left; line-height: 30px; } #menu a, #menu a:link, #menu a:visited { font-size: 11px; color: #C9C0A3; padding-left: 20px; padding-right: 20px; line-height: 30px; text-transform: lowercase; } #menu ul li a:hover, #menu ul li a#active_menu { text-decoration: underline; } img { border: 0; }
Mfg Blade
EDIT ON:
Ups habe das leider in die falsche Sektion gepostet!
Könnte das bitte jemand in die Joomla 1.0 Templates und Design kopieren!Danke
Habe ich übersehen!
Sorry!
EDIT OFF


LinkBack URL
About LinkBacks
Zitieren


Lesezeichen