Suche im Forum:
Suchen


Autor Nachricht
Beitrag09.08.2007 um 20:23 (UTC)    
Titel: Code funzt nicht!

Habe folgenden Code hinzugefügt:


Code:
td.headline2{color: white;font-size: 15px; font-weight: bold; position: absolute; top: 80px; left: 50px;}


Aber der funzt nicht, auf meiner Testseite klappt es aber.

Muß aus meinem Code was entfernt oder geändert werden?

Code:
<div align="center">
<table width="70%">
<tr>
<td><div align="center">

<style type="text/css">
<!--
/*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%;}
-->
</style>

<style type="text/css">
<!--
/*Text-und Link-Formatierung */
p, div, b{color: #FFFFFF;}
td.nav a{color: #FFFFFF;font-size: 14px;text-decoration: none;}
a:hover {color: #FFFFFF;font-size: 13px;text-decoration: none;}
a: link {color: #XXXXXX;font-size: 13px;text-decoration: none;}
a:active {color: #XXXXXX;font-size: 13px;text-decoration: none;}
a:visited {color: #FFFFFF;font-size: 13px;text-decoration: none;}

/* Header unsichtbar*/
td.edit_header_full{visibility: hidden;}

/*Navigation linke Seite unsichtbar */
td.nav a{}
td.nav{}
td.nav:hover{}
td.nav_heading{background-image:url(URL);}
td.edit_below_nav{visibility:hidden;}
td.edit_navi_headbg{background-image:url(URL);}

 

/*Hintergrund-Bild fixiert */
body{background-image:url(http://img.webme.com/pic/d/dannytest/3d_199.jpg);background-repeat:no-repeat;background-attachment: fixed;}

/*Textfeld-Bereiche */
 
td.edit_content a{color:#XXXXXX;font-size: 13px;text-decoration: none;}
td.edit_content a:hover {color: #XXXXXX;font-size: 13px;text-decoration: none;}
td.edit_content_top{visibility:hidden;}
td.edit_content{background-image:url(URL);background-color:transparent;}
td.edit_content_bottom{visibility:hidden;}
td.edit_content_bottom2{background-image:url();background-color:transparent;}


/*Rechte Boxen */
td.edit_rechts_sbg{visibility:hidden;}
td.edit_rechts_cbg{background-image: url(URL);}
td.edit_rechts_bottom{background-image: url(URL);}
td.edit_rb_footer{visibility:hidden;}
td.sidebar_heading{height: 25px;background-color: transparent;background-image: url(none);}
td.shouty, .shouty2, .shouty3, .shouty4, .shouty5{background-image:url();background-color:transparent;border:0px dotted black;}
td.shouty2{;}
td.shouty3{;}
td.shouty4{;}
td.shouty5{;}
td.headline2{color: white;font-size: 15px; font-weight: bold; position: absolute; top: 80px; left: 50px;}
--></style>

<style type="text/css" media="screen">
<!--
body
{
font-family: Arial, sans-serif;
font-size: 11px;
overflow: auto;
padding: 13px;
margin: 0px;
}

ul, li
{
list-style-type: none;
padding: 0px;
margin: 0px;
}

div.menu
{
position: absolute;
z-index: 3;
top: 140px;
left: 50%;
margin-left:-270px;
width: 760px;
}

.menu li
{
width: 180px;
float: left;
}

.menu a
{

background-image:url(http://img.webme.com/pic/d/dannytest/button0024.gif);
padding-top: 9px;
text-decoration: none;
text-align: center;
font-weight: bold;
cursor: pointer;
margin: 0px 10px;
display: block;
height: 25px;
color: #FFFFFF;
}

.menu a:hover
{
background-image:url(http://img.webme.com/pic/d/dannyprager/button0132.gif);
}

#smenu1, #smenu2, #smenu3
{
font-size: 13px;
display: none;
width: 180px;
float: left;
}

#smenu1 a, #smenu2 a, #smenu3 a
{
font-size: 13px;
font-weight: bold;
padding-top: 9px;
border-top: 0px;
cursor: pointer;
}
//-->

</style>

<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="javascript:void(0);" onmouseover="montre('smenu1');" onmouseout="cache('smenu1');">Neue Bilder</a>
<ul id="smenu1" onmouseover="montre('smenu1');" onmouseout="cache('smenu1');">
<li><a href="http://www.dannyprager.de/Fotoalbum/kat-32.htm" target="_self">Kulmbach 2007</a></li>
<li><a href="http://HIER SEITE 2.htm" target="_self">Seiten-Name 2</a></li>
<li><a href="http://HIER SEITE 3.htm" target="_self">Seiten-Name 3</a></li>
</ul>
</li>

<li><a href="javascript:void(0);" onmouseover="montre('smenu2');" onmouseout="cache('smenu2');">News</a>
<ul id="smenu2" onmouseover="montre('smenu2');" onmouseout="cache('smenu2');">
<li><a href="http://HIER SEITE 1.htm" target="_self">Seiten-Name 1</a></li>

</ul>
</li>

<li><a href="javascript:void(0);" onmouseover="montre('smenu3');" onmouseout="cache('smenu3');">Links</a>
<ul id="smenu3" onmouseover="montre('smenu3');" onmouseout="cache('smenu3');">
<li><a href="http://www.ruhrwicherkirmse.de" target="_self">Kirmse Rohrbach</a></li>
<li><a href="http://www.jeanettebiedermann.de" target="_self">Jeanette</a></li>
<li><a href="http://www.klassentreffen-1989.homepage.t-online.de/" target="_self">Klassentreffen</a></li>
<li><a href="http://www.gaststaette-kapuziner.de.tl/" target="_self">Kapuziner</a></li>
</ul>
</li>
</ul>
</div>

<style type="text/css">
<!--
td.nav{text-decoration: none; color:#FFFFFF; width: 185px;height: 40px;background-image:url(http://img.webme.com/pic/d/dannytest/button0024.gif);}
td.nav:hover{text-decoration: none;color: #FFFFFF; width: 185px;height: 40px;background-image:url(http://img.webme.com/pic/d/dannyprager/button0132.gif);}
td.nav:hover a {font-size: 16px;}
-->
</style>

<style type="text/css">
<!--
div.text{position:absolute;left:240px;top:90px;}
-->
</style>
<div class="text">
<font style="font-size: 28px;font-family: 'Candles'">Herzlich Willkommen auf unserer Homepage
</font>.
</div>


<meta http-equiv="Page-Exit" content="progid:DXImageTransform.Microsoft.Pixelate(Duration=5, maxSquare=10)">
<meta http-equiv="Page-Enter" content="progid:DXImageTransform.Microsoft.Pixelate(Duration=0, maxSquare=10)">

<a name="top"></a>



Gruß Danny


Zuletzt bearbeitet von dannyprager am 09.08.2007, 21:26, insgesamt 2-mal bearbeitet
Beitrag09.08.2007 um 23:57 (UTC)    
Titel:

Hi ich habe es jetzt gefunden,

Zitat:
<style type="text/css">
<!--
/*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%;}
-->
</style>

<style type="text/css">
<!--
/*Text-und Link-Formatierung */
p, div, b{color: #FFFFFF;}
td.nav a{color: #FFFFFF;font-size: 14px;text-decoration: none;}
a:hover {color: #FFFFFF;font-size: 13px;text-decoration: none;}
a: link {color: #XXXXXX;font-size: 13px;text-decoration: none;}
a:active {color: #XXXXXX;font-size: 13px;text-decoration: none;}
a:visited {color: #FFFFFF;font-size: 13px;text-decoration: none;}

/* Header unsichtbar*/
td.edit_header_full{visibility: hidden;}

/*Navigation linke Seite unsichtbar */
td.nav a{}
td.nav{}
td.nav:hover{}
td.nav_heading{background-image:url(URL);}
td.edit_below_nav{visibility:hidden;}
td.edit_navi_headbg{background-image:url(URL);}



/*Hintergrund-Bild fixiert */
body{background-image:url(http://img.webme.com/pic/d/dannytest/3d_199.jpg);background-repeat:no-repeat;background-attachment: fixed;}

/*Textfeld-Bereiche */

td.edit_content a{color:#XXXXXX;font-size: 13px;text-decoration: none;}
td.edit_content a:hover {color: #XXXXXX;font-size: 13px;text-decoration: none;}
td.edit_content_top{background-image:url(URL);}
td.edit_content{background-image:url(URL);background-color:transparent;}
td.edit_content_bottom{visibility:hidden;}
td.edit_content_bottom2{background-image:url();background-color:transparent;}


/*Rechte Boxen */
td.edit_rechts_sbg{visibility:hidden;}
td.edit_rechts_cbg{background-image: url(URL);}
td.edit_rechts_bottom{background-image: url(URL);}
td.edit_rb_footer{visibility:hidden;}
td.sidebar_heading{height: 25px;background-color: transparent;background-image: url(none);}
td.shouty, .shouty2, .shouty3, .shouty4, .shouty5{background-image:url();background-color:transparent;border:0px dotted black;}
td.shouty2{;}
td.shouty3{;}
td.shouty4{;}
td.shouty5{;}
td.headline2{color: white;font-size: 15px; font-weight: bold; position: absolute; top: 80px; left: 50px;}
--></style>

<style type="text/css" media="screen">
<!--
body
{
font-family: Arial, sans-serif;
font-size: 11px;
overflow: auto;
padding: 13px;
margin: 0px;
}

ul, li
{
list-style-type: none;
padding: 0px;
margin: 0px;
}

div.menu
{
position: absolute;
z-index: 3;
top: 140px;
left: 50%;
margin-left:-270px;
width: 760px;
}

.menu li
{
width: 180px;
float: left;
}

.menu a
{

background-image:url(http://img.webme.com/pic/d/dannytest/button0024.gif);
padding-top: 9px;
text-decoration: none;
text-align: center;
font-weight: bold;
cursor: pointer;
margin: 0px 10px;
display: block;
height: 25px;
color: #FFFFFF;
}

.menu a:hover
{
background-image:url(http://img.webme.com/pic/d/dannyprager/button0132.gif);
}

#smenu1, #smenu2, #smenu3
{
font-size: 13px;
display: none;
width: 180px;
float: left;
}

#smenu1 a, #smenu2 a, #smenu3 a
{
font-size: 13px;
font-weight: bold;
padding-top: 9px;
border-top: 0px;
cursor: pointer;
}
//-->

</style>

<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="javascript:void(0);" onmouseover="montre('smenu1');" onmouseout="cache('smenu1');">Neue Bilder</a>
<ul id="smenu1" onmouseover="montre('smenu1');" onmouseout="cache('smenu1');">
<li><a href="http://www.dannyprager.de/Fotoalbum/kat-32.htm" target="_self">Kulmbach 2007</a></li>
<li><a href="http://HIER SEITE 2.htm" target="_self">Seiten-Name 2</a></li>
<li><a href="http://HIER SEITE 3.htm" target="_self">Seiten-Name 3</a></li>
</ul>
</li>

<li><a href="javascript:void(0);" onmouseover="montre('smenu2');" onmouseout="cache('smenu2');">News</a>
<ul id="smenu2" onmouseover="montre('smenu2');" onmouseout="cache('smenu2');">
<li><a href="http://HIER SEITE 1.htm" target="_self">Seiten-Name 1</a></li>

</ul>
</li>

<li><a href="javascript:void(0);" onmouseover="montre('smenu3');" onmouseout="cache('smenu3');">Links</a>
<ul id="smenu3" onmouseover="montre('smenu3');" onmouseout="cache('smenu3');">
<li><a href="http://www.ruhrwicherkirmse.de" target="_self">Kirmse Rohrbach</a></li>
<li><a href="http://www.jeanettebiedermann.de" target="_self">Jeanette</a></li>
<li><a href="http://www.klassentreffen-1989.homepage.t-online.de/" target="_self">Klassentreffen</a></li>
<li><a href="http://www.gaststaette-kapuziner.de.tl/" target="_self">Kapuziner</a></li>
</ul>
</li>
</ul>
</div>

<style type="text/css">
<!--
td.nav{text-decoration: none; color:#FFFFFF; width: 185px;height: 40px;background-image:url(http://img.webme.com/pic/d/dannytest/button0024.gif);}
td.nav:hover{text-decoration: none;color: #FFFFFF; width: 185px;height: 40px;background-image:url(http://img.webme.com/pic/d/dannyprager/button0132.gif);}
td.nav:hover a {font-size: 16px;}
-->
</style>

<style type="text/css">
<!--
div.text{position:absolute;left:240px;top:90px;}
-->
</style>
<div class="text">
<font style="font-size: 28px;font-family: 'Candles'">Herzlich Willkommen auf unserer Homepage
</font>.
</div>


<meta http-equiv="Page-Exit" content="progid:DXImageTransform.Microsoft.Pixelate(Duration=5, maxSquare=10)">
<meta http-equiv="Page-Enter" content="progid:DXImageTransform.Microsoft.Pixelate(Duration=0, maxSquare=10)">

<a name="top"></a>
Beitrag10.08.2007 um 10:53 (UTC)    
Titel:

Super jetzt gehts.

Nun hab ich allerdings ein anderes Problem:

Die Werbung sitzt nicht mehr zentriert sondern Links und der Textbereich ist zu breit.

Schau mal hier:
http://www.dannytest.de.tl/Landkarte-.htm

Hast ne Idee?


Zuletzt bearbeitet von dannyprager am 10.08.2007, 11:57, insgesamt 3-mal bearbeitet
Beitrag10.08.2007 um 11:02 (UTC)    
Titel:

ups das hab ich wohl vergessen muss auch wieder mit rein
Zitat:

<div align="center">
<table width="70%">
<tr>
<td><div align="center">
Beitrag10.08.2007 um 11:28 (UTC)    
Titel:

supergeil, danke
Beitrag10.08.2007 um 11:30 (UTC)    
Titel:

Beitrag10.08.2007 um 11:32 (UTC)    
Titel:

jetzt ist das hintergrundbild weg, ich verzweifel noch......
Beitrag10.08.2007 um 11:49 (UTC)    
Titel:

Code:
body{background-image: url();background-color: #XXXXXX;color: #000000 !important;}
Beiträge der letzten Zeit anzeigen:   


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