TandemTables Forum

Full Version: Marquee Language
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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

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.
Really beautiful! How long did it take you to get the page finished?
Reference URL's