DZCP Template SupportNachrichten popup


23.05.2012, 19:51 - NightFire1004 - Forumrang: Plappermaul - 12 Posts
Guten Tag liebe Leute,



ich habe da ein Problem ich habe DZCP 1.5.5.4 installiert mit dem Template GT_DZCP_v1.5.4._06_blue ich bekomme aber bei Nachrichten kein popup Fenster woran könnte das liegen wäre für jede Hilfe dankbar



MFG Sniper
 
23.05.2012, 21:23 - Daeem - Administrator - 2036 Posts
hmm das ist mir neue, hast du ein link zu deine seite.

mfg daeem

Im Weltraum, hört dich niemand schreien, auf der Erde spielt es keine rolle.[ALIGN=center]"The most beautiful thing in the world is, of course, the world itself."[/ALIGN]

 
23.05.2012, 21:50 - NightFire1004 - Forumrang: Plappermaul - 12 Posts
Daeem wrote:

hmm das ist mir neue, hast du ein link zu deine seite.

mfg daeem



http://fun-zocker.no-ip.info
 
23.05.2012, 21:58 - NightFire1004 - Forumrang: Plappermaul - 12 Posts
keine Ahnung warum aber es geht jetzt amused
 
24.05.2012, 14:12 - Daeem - Administrator - 2036 Posts
hmm dann ist okey crazy

Im Weltraum, hört dich niemand schreien, auf der Erde spielt es keine rolle.[ALIGN=center]"The most beautiful thing in the world is, of course, the world itself."[/ALIGN]

 
24.05.2012, 16:17 - NightFire1004 - Forumrang: Plappermaul - 12 Posts
ist es möglich das es blinkend angezeigt wird?

WEnn ja wie?
 
24.05.2012, 17:46 - Daeem - Administrator - 2036 Posts
wie blinkend? was soll denn blinkenken? crazy

Im Weltraum, hört dich niemand schreien, auf der Erde spielt es keine rolle.[ALIGN=center]"The most beautiful thing in the world is, of course, the world itself."[/ALIGN]

 
24.05.2012, 17:48 - NightFire1004 - Forumrang: Plappermaul - 12 Posts
na die ganze box
 
24.05.2012, 17:58 - Daeem - Administrator - 2036 Posts
Mann kann denn Text/Satz zum blinken bringen aber, gesammte box hmm weiß jetzt so nicht muss man dann glaub schon mit java machen, oder ein gif bild erstellen wo es blinkt.

mfg daeem

Im Weltraum, hört dich niemand schreien, auf der Erde spielt es keine rolle.[ALIGN=center]"The most beautiful thing in the world is, of course, the world itself."[/ALIGN]

 
24.05.2012, 18:04 - NightFire1004 - Forumrang: Plappermaul - 12 Posts
danke daeem werde ich mal testen

MFG Sniper
 
24.05.2012, 18:08 - Daeem - Administrator - 2036 Posts
http://www.css4you.de/...ften/text-decoration.html

Code:
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
     "http://www.w3.org/TR/html4/strict.dtd"> 
<html> 
  <head> 
    <title>Beispiel für Textdekoration</title>
  <style type="text/css"> 
    .unterstrich {text-decoration: underline;}
    .ueberstrich {text-decoration: overline;}
    .durchstrich {text-decoration: line-through;}
    .blinken {text-decoration: blink;}
  </style> 
  </head> 
  <body> 
    <p class="unterstrich">Text unterstrichen</p>

    <p class="ueberstrich">Text überstrichen</p>
    <p class="durchstrich">Text durchgestrichen</p>
    <p class="blinken">blinkender Text</p>
  </body> 

</html>


Im Weltraum, hört dich niemand schreien, auf der Erde spielt es keine rolle.[ALIGN=center]"The most beautiful thing in the world is, of course, the world itself."[/ALIGN]

 
24.05.2012, 18:43 - NightFire1004 - Forumrang: Plappermaul - 12 Posts
Daeem wrote:

http://www.css4you.de/Texteigenschaften/text-decoration.html

Code:
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
     "http://www.w3.org/TR/html4/strict.dtd"> 
<html> 
  <head> 
    <title>Beispiel für Textdekoration</title>
  <style type="text/css"> 
    .unterstrich {text-decoration: underline;}
    .ueberstrich {text-decoration: overline;}
    .durchstrich {text-decoration: line-through;}
    .blinken {text-decoration: blink;}
  </style> 
  </head> 
  <body> 
    <p class="unterstrich">Text unterstrichen</p>

    <p class="ueberstrich">Text überstrichen</p>
    <p class="durchstrich">Text durchgestrichen</p>
    <p class="blinken">blinkender Text</p>
  </body> 

</html>




sry für die frage aber wo soll das rein?

in die css?
 
24.05.2012, 19:00 - NightFire1004 - Forumrang: Plappermaul - 12 Posts
so sieht die new_msg.html aus


Code:
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
<div class="msg" style="left: 35%; top: 20%;position: absolute;">
  <table width="300" cellpadding="4" cellspacing="1">
    <tr>
      <td><span class="fontUnder">Info:</span></td>
    </tr>
    <tr>
      <td align="center">[new]</td>
    </tr>
    <tr>
      <td>&nbsp;</td>
    </tr>
  </table>
</div>

 
24.05.2012, 20:08 - Daeem - Administrator - 2036 Posts
Probiere So

Code:
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
<div class="msg" style="left: 35%; top: 20%;position: absolute;">
  <table width="300" cellpadding="4" cellspacing="1">
    <tr>
      <td><span class="fontUnder">Info:</span></td>
    </tr>
    <tr>
      <td align="center"><p style="text-decoration: blink;">[new]</p></td>
    </tr>
    <tr>
      <td>&nbsp;</td>
    </tr>
  </table>
</div>


hab nicht getestet.



Im Weltraum, hört dich niemand schreien, auf der Erde spielt es keine rolle.[ALIGN=center]"The most beautiful thing in the world is, of course, the world itself."[/ALIGN]