Ominöser Abstand unter den Tabs
Eingetragen von esseff (173)
am 30.07.2009 - 15:15 Uhr in
am 30.07.2009 - 15:15 Uhr in
bei meinem Themehab ich unter den Tabs meist einen riesen Abstand und keine Ahnung, wo der herkommt
- Anmelden oder Registrieren um Kommentare zu schreiben
Und nun sollen wir in unsere
am 30.07.2009 - 15:17 Uhr
Und nun sollen wir in unsere Glaskugel schauen?
Was sagt Firebug?
--
mortendk: everytime you use contemplate... Thor is striking down from above with his mighty hammer - crushing and killing a kitten!
webseiter.de
Suchmaschinenoptimierung (SEO) & Drupal
Ohne einen Auszug aus deiner
am 30.07.2009 - 15:18 Uhr
Ohne einen Auszug aus deiner CSS wird's schwierig mit helfen...
Stell die am besten mal irgendwo online und stell den Link hier rein, sonst könnte es passieren, dass dein Beitrag ein wenig lang wird ;)
My software has no bugs - It just develops random features...
in der css hab ich momentan
am 30.07.2009 - 15:29 Uhr
in der css hab ich momentan nur folgendes stehen. es taucht trotzdem noch auf.
/**
* Layout
*/
body {
margin:0;
font-size:0.8em;
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#99dbf7;
background-color:#ffffff;
}
#top {
background-image:url(images/logo.jpg);
height:290px;
background-repeat:no-repeat;
}
/* pathway */
#pathway {
position:absolute;
top:210px;
margin-left:13px;
margin-bottom:20px;
color:#999999;
font-size:10px;
z-index:2;
}
#pathway a{
color:#666666;
font-size:10px;
text-decoration:none;
}
/*2links*/
#secondary {
position:absolute;
top:210px;
margin-left:700px;
margin-bottom:20px;
color:#999999;
font-size:10px;
text-align:right;
z-index:2;
}
/*left*/
#left {
width:160px;
border:0px solid black;
float:left;
margin-left:13px;
}
/*content*/
#center {
width:600px;
border:0px solid black;
margin-left:220px;
}
/*right*/
#right {
position:absolute;
top: 10px;
margin-left:920px;
width:180px;
z-index:2;
}
#sidebar-right h2 {
font-size:16px;
color:yellow;
font-style:normal;
font-family:Verdana;
font-weight:bolder;
margin-bottom:5px;
}
#sidebar-right #block {
padding:8px;
margin-bottom:15px;
1border-left:2px solid yellow;
1border-top:2px solid yellow;
background-color:#0066b3;
border-right:3px solid #666666 ;
border-bottom:3px solid #666666;
}
#sidebar-right h2 a {
font-size:12px;
font-weight:bold;
color:#ffffff;
}
#sidebar-right {
color:#ffffff;
}
#sidebar-right a{
color:#999999;
}
#center h1.title, #sidebar-left h2 {
color:#0066b3;
font-weight:bolder;
}
#sidebar-left #block {
margin-bottom:15px;
}
#sidebar-left {
border-right: 1px dotted #0066b3;
}
/* footer*/
#footer {
margin-top:100px;
border-top: 1px dotted #0066b3;
}
in der page.tpl.php:
<div id="center">
<h1 class="title"><?php print $title ?></h1>
<div class="tabs"><?php print $tabs ?></div>
<?php if ($show_messages) { print $messages; } ?>
<?php print $help ?>
<?php print $content; ?>
<?php print $feed_icons; ?>
<?php print $feed_icons ?>
<div id="footer"><?php print $footer_message . $footer ?></div>
</div> <!-- /#center -->