Suche im Forum:
Suchen


Autor Nachricht
Beitrag07.08.2007 um 09:54 (UTC)    
Titel: Seitentitel als Überschrift der aktuellen Seite

Hallo,

Kann man es so machen das die aktuelle Seite immer als Überschrift angezeigt wird.

Also zb. steht bei mir auf der Startseite "Überschrift", wenn man jetzt in der Navi auf Gästebuch klickt soll dann oben auch Gästebuch stehen usw. und wenn möglich immer mittig zentriert.

Soll ich mal meinen Code posten?

Gruß Danny


Zuletzt bearbeitet von dannyprager am 07.08.2007, 16:19, insgesamt einmal bearbeitet
Beitrag07.08.2007 um 11:36 (UTC)    
Titel:

Das in deinem CSS-Code anpassen:

Zitat:
td.headline2{color: white;text-align: center;}


So ist die Schrift weiß und zentreirt und der aktuelle Seitentitel wird nun immer angezeigt.

Falls es zu niedrig ist dann folgendermaßen verschieben:

Zitat:
td.headline2{color: white;text-align: center;position: absolute;top: 20px;}


top = Abstand nach oben, den Wert nach beliben anpassen, bis der Text auf der gewünschten Höhe ist.
Beitrag07.08.2007 um 11:42 (UTC)    
Titel:

könntest Du das bitte machen.

Ist es dann Auch die die gleiche Schrift?


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);}


/*Titel im Header */
td.headline{visibility:hidden;}


/*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.headline2{visibility:hidden;}
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{;}
--></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>
</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">
<!--
td#nav_abstand1{visibility:hidden;height:5px;}
-->
</style>

<style type="text/css">
<!--
div.text{position:absolute;left:260px;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>
Beitrag07.08.2007 um 11:49 (UTC)    
Titel:

dannyprager hat Folgendes geschrieben:
könntest Du das bitte machen.

Ist es dann Auch die die gleiche Schrift?


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);}


/*Titel im Header */
td.headline2{color: white;text-align: center;position: absolute;top: 20px;}

/*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.headline2{visibility:hidden;}
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{;}
--></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>
</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">
<!--
td#nav_abstand1{visibility:hidden;height:5px;}
-->
</style>

<style type="text/css">
<!--
div.text{position:absolute;left:260px;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>

so müsste es gehen
______________

CSS-Designs und füge deins zur Sammlung hinzu! Coole Bannervorlage


Zuletzt bearbeitet von rockforever2 am 07.08.2007, 12:50, insgesamt einmal bearbeitet
Beitrag07.08.2007 um 11:53 (UTC)    
Titel:

leider nicht es ist nur der Hintergrund verschwunden
Beitrag07.08.2007 um 12:38 (UTC)    
Titel:

Versuch es mal so

Zitat:
<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);}


/*Titel im Header */
td.headline{visibility:hidden;}


/*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.headline2{color: white;text-align: center;}
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{;}
--></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>
</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">
<!--
td#nav_abstand1{visibility:hidden;height:5px;}
-->
</style>

<style type="text/css">
<!--
div.text{position:absolute;left:260px;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>
Beitrag07.08.2007 um 14:44 (UTC)    
Titel:

geht leider auch nicht.


Kann sich bitte jemand dem Problem annehmen!!


Danke
Beitrag07.08.2007 um 15:54 (UTC)    
Titel:

es geht auch ohne css....

Wenn du im HPBK Hauptmenü bist gehst du auf Einstellungen -> Variablen verwenden (nein auf JA) -> Einstellungen editiren.

Zum Start -> Eigene Seiten editieren klickst eine von deinen Seiten an und schreibst in die erste Zeile der Seite [subpage] - Wenn du die Seite jetzt aufrufst steht anstatt [subpage] der Seitentitel da.

Also ganz einfach Wink ohne CSS
______________
RQE' DSIGN Community - Jetzt Online!


Zuletzt bearbeitet von roque-design am 07.08.2007, 16:56, insgesamt einmal bearbeitet
Beitrag07.08.2007 um 16:26 (UTC)    
Titel:

Nicht schlecht das funzt.
Aber bei den Extras geht das auch nicht.

Ich wollt halt gern das es über meiner oberen Navi und etwas grösser steht.
Kann man das auch machen?

Gruß Danny


Zuletzt bearbeitet von dannyprager am 07.08.2007, 17:35, insgesamt einmal bearbeitet
Beitrag08.08.2007 um 10:03 (UTC)    
Titel:

warum kümmert sich denn keiner um mein Anliegen?
Beitrag08.08.2007 um 12:21 (UTC)    
Titel:

Bitte helfen!!!!!!!!!!!!!
Beitrag08.08.2007 um 17:01 (UTC)    
Titel:

Der Code hier bewirkt was du willst, du musst einfach nur die werte 20 (position von oben) und 50 (postion von links) solange ändern bis der Seitentitel an der Stelle is wo er hinsoll...

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


..aber eigentlich haben zwoelfs-hpdesigns und pazox dir deine Frage auch schon beantwortet...
______________
RQE' DSIGN Community - Jetzt Online!


Zuletzt bearbeitet von roque-design am 08.08.2007, 18:03, insgesamt 2-mal bearbeitet
Beitrag09.08.2007 um 10:55 (UTC)    
Titel:

ist ja gut und schön blos wenn ich den Code so einfüge passiert nichts, das ist das ganze Problem.
oder muß ich im Code was weglassen?


Zuletzt bearbeitet von dannyprager am 09.08.2007, 12:15, insgesamt einmal bearbeitet
Beitrag09.08.2007 um 17:36 (UTC)    
Titel:

bitte nochmal nachschauen ob jemand noch ne Idee hat
Beiträge der letzten Zeit anzeigen:   


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