Suche im Forum:
Suchen


Autor Nachricht
Beitrag23.04.2009 um 19:45 (UTC)    
Titel: Werbung steht untereinander

Hallo leutz

fogendes:
wenn man auf meiner Home ( http://www.jack-boss.de.tl ) nicht mit dem Browser Opera surft wird die Werbung wort für wort untereinander angezeigt. Confused
Ich denke das liegt an meinem CSS Script...
Hier ist er:
Code:
<style type="text/css">
<!--
align:left

margin-left:5px;
{repeat:no-repeat}
/*ButtonsVerstecken*/
td#nav_Abstand1{visibility:hidden;height:20px;}
td#nav_Abstand1 a{height:5px;display:none;}
td#nav_Abstand2{visibility:hidden;height:20px;}
td#nav_Abstand2 a{height:5px;display:none;}
td#nav_Abstand3{visibility:hidden;height:20px;}
td#nav_Abstand3 a{height:5px;display:none;}

/* Design verbreitern */
table.edit_main_table{width: 100% !important;}
td.edit_main_tr{width: 100% !important;}
table.edit_second_table{width: 100% !important}
td.edit_header_full{width: 100% !important;}
td.edit_header_full table{width: 100% !important;}
table.edit_third_table{width: 100% !important;}
td.edit_navi_headbg{width: 15% !important;}
table.edit_rechts_tabelle{width: 100% !important;}
td.edit_rechts_bottom{width: 15% !important;}
td.edit_rechts_cbg{width:100%;}

/*Hintergrund*/
p, a, div, b{color: #fff;}
td.idcp{visibility:hidden;}
body{background-image: url();background-color: #000000;color: #ffffff !important;background-attachment:fixed;}
td{width: 0px;color: #ffffff;}

/* Header */
td.edit_header_full{width: 2000px;height: 150px;background-image: url(http://img.webme.com/pic/j/jack-boss/bdhead2.gif);background-repeat:no-repeat}
td.headline{visibility:hidden;}
/* Navigation */

td.nav{color:  ;width: 150px;height: 30px;background-image: url(http://img.webme.com/pic/j/jack-boss/bdbuttonnormal.gif);}
td.nav:hover{color: #fff;width: 150px;height: 30px;background-image: url(http://img.webme.com/pic/j/jack-boss/buttonhover.gif);}
td.edit_navi_headbg{margin: 0px;padding: 0px;background-image: url();width: 150px;background-repeat: none;}
td.edit_below_nav{visibility: hidden;width: 150px;}
td.edit_below_nav img{visibility: hidden;width: 1px;}
td.nav_heading{width: 150px;height: 0px;background-image: url(NAVIHEAD);padding-top: 0px;font-weight: bold;font-size: 15px;}
td.edit_navi_headbg table{width: 150px;}
.menu{width: 150px;color:  !important;font-weight: bold;padding-left: 15px;}
.menu a{color:  ;font-weight: bold;padding-left: 15px;}


/* Content */

td.edit_rechts_cbg{weidgh: 1000px ;margin: px;background-image: url(http://img.webme.com/pic/j/jack-boss/bdcontenthead2.gif);background-color: #000000;background-repeat: no-repeat;}
td.edit_content_top{weidgh: 1000px ;height: 30px;background-image: url();background-repeat: no-repeat;background-position: top -5px;}
td.edit_content{weidgh: 1000px ;background-image: url(URL);background-color: #000000;}
td.edit_content_bottom{weidgh: 1000px ;background-image: url();background-color:#000000;}
td.edit_content_bottom2{weidgh: 1000px ;background-image: url(http://img.webme.com/pic/j/jack-boss/bdcontenthead2.gif);background-color:#000000;color: #fffff;text-align: right;}
td.edit_rechts_sbg{weidgh: 1000px ;background-image: url();width: 0px;}
td.headline2{ text-color: #ffffff ;text-align: left;}

/* Rechte Boxen */
td.sidebar_heading{background-image: url(http://img.webme.com/pic/j/jack-boss/bdboxhead.gif);background-color: none;border-bottom: 6px double none;}
.shouty, .shouty2, .shouty3, .shouty4, .shouty5{background-image: url(http://img.webme.com/pic/j/jack-boss/rightboxbg.gif);background-color: #000000;color: #fff;font-weight: bold;}
td.edit_rb_footer{background-image: url();background-color: none;border-bottom: 2px solid #000000;}
td.edit_rechts_bottom{background-image: url();background-color: #000000;}

-->
</style></*Coolmenü*/>

<div align="center">
<table border="0" width="75%">
<tr>
<td>
<style type="text/css" media="screen">
<!--

/* Allgemeine Einstellungen */
body
{
font-family: Verdana, sans-serif;
font-size: 14px;
overflow: auto;
padding: 1px;
margin: 0px;
}

/* Dieser Teil ist dafür, die Menüpunkte ohne Listenpunkt darzustellen */
ul, li
{
list-style-type: none;
padding: 0px;
margin: 0px;
}

/* Hier stellt Ihr ein, wie weit die Schrift vom Menürand entfernt ist. */
li a
{
padding-right: 20px;padding-top: 10px;
}

/* Hier wird das ganze Menü positioniert */
div.menu
{
position: absolute;
z-index: 3;
top: 165px;
left: 50%;
margin-left:-480px;
width:905px;
}

/* Dieser Punkt bestimmt die Menübreite */
.menu li
{
width: 150px;
float: left;
}

/* Hier bestimmt Ihr das Aussehen der Menülinks */
.menu a
{
border: 0px solid #000000;
background-color: #xxxxxx;
background-image: url(http://img.webme.com/pic/j/jack-boss/bdbuttonnormal.gif);
text-decoration: none;
text-align: center;
font-weight: bold;
cursor: pointer;
margin: 0px 10px;
display: block;
height: 23px;
color: #ffffff;
}
/* Hier bestimmt Ihr das Aussehen der Hintergründe der Menülinks, wenn Ihr mit der Maus drüber fahrt */
.menu a:hover
{
background-color: #xxxxxx;
background-image: url(http://img.webme.com/pic/j/jack-boss/buttonhover.gif);
}

/* Hier bestimmt Ihr die Größe der Menülinks (Für weitere Menüs, müssen die Punkte entsprechend erweitert werden) */
#smenu1, #smenu2, #smenu3, #smenu4, #smenu5
{
font-size: 18px;
display: none;
width: 160px;
float: left;
}

/* Hier bestimmt Ihr die Farbe der Menülinks (Für weitere Menüs, müssen die Punkte entsprechend erweitert werden) */
#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a, #smenu5 a
{
font-weight: bold;
padding-top: 5px;
border-top: 0px;
cursor: pointer;
color: #ffffff;
}
//-->

</style>

<!-- Anfang des Scriptes -->

<script type="text/javascript">
<!--
function montre(id)
{
with (document)
{
if (getElementById)
getElementById(id).style.display = 'block';
else if (all)
all[id].style.display = 'block';
else
layers[id].display = 'block';
}
}

function cache(id)
{
with (document)
{
if (getElementById)
getElementById(id).style.display = 'none';
else if (all)
all[id].style.display = 'none';
else
layers[id].display = 'none';
}
}
//-->
</script>


<div class="menu">
<li><a href=none"javascript:void(0);" onmouseover="montre('smenu1');" onmouseout="cache('smenu1');"> Vorlagen</a>
<ul id="smenu1" onmouseover="montre('smenu1');" onmouseout="cache('smenu1');">
<li><a href=" http://www.jack-boss.de.tl/Banner%3Cimg-src%3D-g-http-d--s--s-img-.-webme-.-com-s-pic-s-j-s-jack_boss-s-new-.-gif-g-%3E.htm"> Banner</a></li>
<li><a href= none > Buttons</a></li>

</ul>
</li>
<li><a href="http://www.jack-boss.de.tl/designs.htm""javascript:void(0);" onmouseover="montre('smenu2');" onmouseout="cache('smenu2');"> Designs</a>
<ul id="smenu2" onmouseover="montre('smenu2');" onmouseout="cache('smenu2');">
<li><a href=" http://www.jack-boss.de.tl/The-Simpsons.htm ">Simpsons</a></li>

</ul>
</li>
<li><a href=none"javascript:void(0);" onmouseover="montre('smenu3');" onmouseout="cache('smenu3');">HTML</a>
<ul id="smenu3" onmouseover="montre('smenu3');" onmouseout="cache('smenu3');">
<li><a href="http://Menupunkt3.1.htm">Menupunkt3.1</a></li>
<li><a href="http://Menupunkt3.2.htm">Menupunkt3.2</a></li>
</ul>
</li>
<li><a href="http://www.jack-boss.de.tl/Partner.htm""javascript:void(0);" onmouseover="montre('smenu4');" onmouseout="cache('smenu4');"> Partner</a>
<ul id="smenu4" onmouseover="montre('smenu4');" onmouseout="cache('smenu4');">
<li><a href="http://www.armaggedonshome.de.tl">Armaggedonshome</a></li>

</ul>
</li>
<li><a href="Adresse""javascript:void(0);" onmouseover="montre('smenu5');" onmouseout="cache('smenu5');"> Über diese HP</a>
<ul id="smenu5" onmouseover="montre('smenu5');" onmouseout="cache('smenu5');">
<li><a href=" http://www.jack-boss.de.tl/Home.htm">Startseite</a></li>
<li><a href="http://Menupunkt5.2.htm">Menupunkt5.2</a></li>
</ul>
</li>
</div>
</td>
</tr>
</table>


Wie bekomme ich das normal hin Neutral
Danke im vorraus Laughing


Zuletzt bearbeitet von jack-boss am 23.04.2009, 22:39, insgesamt einmal bearbeitet
Beitrag23.04.2009 um 21:44 (UTC)    
Titel:

Nimm das Rote mal raus:

Zitat:
/*Hintergrund*/
p, a, div, b{color: #fff;}
td.idcp{visibility:hidden;}
body{background-image: url();background-color: #000000;color: #ffffff !important;background-attachment:fixed;}
td{width: 0px;color: #ffffff;}
Beitrag25.04.2009 um 08:00 (UTC)    
Titel:

juuhuu es funktioniert... danke Very Happy
Beiträge der letzten Zeit anzeigen:   


Powered by phpBB © 2001, 2005 phpBB Group
Deutsche Übersetzung von phpBB.de