servus,
ich versuche in meinem footer 2 sachen einzubinden und bekomme es nur im FF hin. es muss doch auch die möglichkeit geben, dass es im IE genaus toll aussieht. :(
danke, wenn ihr mir helfen könnt ...
style.css:
Code
#footer {
width: auto;
clear: both;
background-color: #eee;
height: 130px;
}
#footer p {
text-align: left;
}
#fo_ads {
position: absolute;
padding-top: 29px;
padding-left: 34px;
}
#fo_text {
float: left;
padding-top: 30px;
padding-left: 530px;
width: 350px;
font: 1.1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
color: #653F03;
}
Alles anzeigen
footer.php:
PHP
<div id="footer">
<div id="fo_ads">
<?php ####### ?>
</div>
<div id="fo_text">
########
</div>
</div>
</div>
<?php wp_footer(); ?>
</body>
</html>
Alles anzeigen
achja, zu sehen unter http://www.eingeparkt.de ... ICH WILL KEINE WERBUNG MACHEN! brauche wirklich eure hilfe ... :oops: