Avatar billede flander Nybegynder
26. juni 2001 - 17:18 Der er 11 kommentarer

lysavis/rulletext

Hej derude.
Kan man lave en lysavis som det hedder i frontpage bare i DREAMWEAVER OG HVORDAN.


/Veiss
Avatar billede otis Nybegynder
26. juni 2001 - 17:22 #1
<marquee>Tekst</marquee>
Avatar billede flander Nybegynder
26. juni 2001 - 18:01 #2
Otis den ruller jo ikke



/veiss
Avatar billede otis Nybegynder
26. juni 2001 - 18:02 #3
jow den gør :P ?
Avatar billede flander Nybegynder
26. juni 2001 - 18:03 #4
hmm.. nok bare på min com?;o)
Avatar billede otis Nybegynder
26. juni 2001 - 18:04 #5
2 secs!
Avatar billede otis Nybegynder
26. juni 2001 - 18:06 #6
Avatar billede eia Nybegynder
27. juni 2001 - 09:26 #7
sett det inn hvor du vil i html dokumentet:

<table width=\"100%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\" height=\"103\">
              <tr>
                <td height=\"112\" valign=\"top\" background=\"images/skyer.gif\">
                  <p><marquee direction=up height=\"110\" widt=\"\"scrolldelay=\"400\" ><font size=\"2\"><b><font face=\"Gill Sans MT\">Eirik:</font></b><font face=\"Gill Sans MT\"><br> Denne tekt ruller opp, ta vekk marquee direction up og den vil gå normalt                  </font></font></marquee></p>
                </td>
              </tr>
            </table>
           
Avatar billede otis Nybegynder
09. juli 2001 - 16:07 #8
nok på tide at lukke
Avatar billede rudymadsen Nybegynder
10. juli 2001 - 23:40 #9
Men den virker kun i Explorer. Kan man ikke noget lignende i Netscape og andre?

/Rudy
Avatar billede sky-net Nybegynder
18. juli 2001 - 14:36 #10
<marquee><font size=\"2\" color=\"#ff6600\">Skriv her</marquee> marquee gør at texten ruller og font bestemer din text Fx: size det er størles og collor er text faven MVH Sky-net
Avatar billede eia Nybegynder
23. juli 2001 - 09:58 #11
denne virker i Netscape også:

<!-- THREE STEPS TO INSTALL NEWS SCROLLER:

  1.  Copy the coding into the HEAD of your HTML document
  2.  Add the onLoad event handler into the BODY tag
  3.  Put the last coding into the BODY of your HTML document  -->

<!-- STEP ONE: Paste this code into the HEAD of your HTML document  -->

<HEAD>

<SCRIPT LANGUAGE=\"JavaScript\">
<!-- Original:  Dion (yobo42@hotmail.com) -->
<!-- Web Site:  http://www.iinet.net.au/~biab/ -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin

// change this to where you store the blank.gif image
var blank = \"http://www.your-web-site-address-here.com/blank.gif\";

topedge = 130;  // location of news box from top of page
leftedge = 10;  // location of news box from left edge
boxheight = 150;  // height of news box
boxwidth = 210;  // width of news box
scrollheight = 240; // total height of all data to be scrolled

function scrollnews(cliptop) {
if (document.layers) {
newsDiv = document.news;
newsDiv.clip.top = cliptop;
newsDiv.clip.bottom = cliptop + boxheight;
newsDiv.clip.left = 0;
newsDiv.clip.right = boxwidth + leftedge;
newsDiv.left = leftedge;
newsDiv.top = topedge - cliptop;
}
else {
newsDiv = news.style;
newsDiv.clip = \"rect(\" + cliptop + \"px \" + (boxwidth + leftedge) + \"px \" + (cliptop + boxheight) + \"px 0px)\";
newsDiv.pixelLeft = leftedge;
newsDiv.pixelTop = topedge - cliptop;
}
cliptop = (cliptop + 1) % (scrollheight + boxheight);
newsDiv.visibility=\'visible\';
setTimeout(\"scrollnews(\" + cliptop + \")\", 150);
}
//  End -->
</script>
</HEAD>

<!-- STEP TWO: Insert the onLoad event handler into your BODY tag  -->

<BODY OnLoad=\"scrollnews(0)\">

<!-- STEP THREE: Copy this code into the BODY of your HTML document  -->

<div ID=\"news\" style=\"position:absolute; visibility:hidden;
top:1; left:1; height:600;
clip:rect(10,100,100,10); border-width:0px;\">
<table border=0 cellpadding=1 cellspacing=0 bgcolor=\"white\">
<tr>
<td>
<script language=\"javascript\">
document.write(\'<img src=\' + blank + \' width=1 height=\'+boxheight+\'>\');
</script>
</td>
</tr>
<tr>
<td>

<!-- Your News Items are Here -->

This news scroller begins<br>
Displaying text and images<br>
From the bottom of the box<br>
And restarts when all the<br>
Information scrolls above<br>
The top of the box.<br><br>
Any HTML page content can<br>
Be used in this Javascript<br>
Scroller.<br>
<br>
<a href=\"mailto:yobo42@hotmail.com\">yobo42@hotmail.com</a>

<!-- End Of Your News Items -->

</td>
</tr>
<tr>
<td>
<script language=\"javascript\">
document.write(\'<img src=\' + blank + \' width=1 height=\'+boxheight+\'>\');
</script>
</td>
</tr>
</table>
</div>

<p><center>
<font face=\"arial, helvetica\" size=\"-2\">Free JavaScripts provided<br>
by <a href=\"http://javascriptsource.com\">The JavaScript Source</a></font>
</center><p>

<!-- Script Size:  2.71 KB -->
Avatar billede Ny bruger Nybegynder

Din løsning...

Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.

Loading billede Opret Preview
Kategori
Kurser inden for grundlæggende programmering

Log ind eller opret profil

Hov!

For at kunne deltage på Computerworld Eksperten skal du være logget ind.

Det er heldigvis nemt at oprette en bruger: Det tager to minutter og du kan vælge at bruge enten e-mail, Facebook eller Google som login.

Du kan også logge ind via nedenstående tjenester