TandemTables Forum
Marquee Language - Printable Version

+- TandemTables Forum (http://tandemtables.com/forum)
+-- Forum: Tandem Trends (/forumdisplay.php?fid=1)
+--- Forum: Code (/forumdisplay.php?fid=3)
+--- Thread: Marquee Language (/showthread.php?tid=19404)



Marquee Language - The Professor - 09-12-2020 04:28 PM

A B S O L U T E L Y     S T U P E N D O U S

using marquee scrolldelay and scrollamount to create the effect

also how simple grad color is achieved by defining a class and border in the style section and then just calling it in a table or td cell

.purp1{

background: linear-gradient(90deg, purple, mediumpurple);
background-size: 100% 100%;
border:5px purple solid;
border-radius:20px;
}


http://d21c.com/leprofesseur/1/marquee-language.html


RE: Marquee Language - Linda - 09-15-2020 12:17 AM

I used to use marquee to make it appear as if candles were in a window on my grad art. That page reminds me of the gradtables (though I miss all the different angles we used to have). It also looks like a lot of code, but I recall we did have a lot of code with gradtables. Nice work.


RE: Marquee Language - tonebytone - 09-18-2020 01:48 PM

Really beautiful! How long did it take you to get the page finished?