Page 3 of 5

Re: HTML/CSS/PHP/JS - Newest: CSS Classes

Posted: Tue Apr 19, 2016 2:28 pm
by dubiousdisc
LOL THAT'S FUNNY

Well I'm obviously right so you should listen to me! 8)

Jokes aside, I think that the easiest and most obvious example could be if you make it change color instead of be bold or italic, since there's nothing that could clash with that and I don't know how more basic than CHANGING COLOR can you go, lol. So if you decide to change that for the sake of not confusing anyone, I'd vote on doing it with color and then nobody can complain, I think. But, I mean, it's alright as it is, conceptually; it's just that someone might be a bit confused if they know already about <b> and <i> and what they do, or if they learn about that later and they get the mistaken idea that classes are for applying things that are meant for other tags to random things.

Re: HTML/CSS/PHP/JS - Newest: Cursor Special Effects

Posted: Mon May 23, 2016 11:55 pm
by Mikari
lol XD

Time to revive this topic! I added a very short vertical centering example, but it's rather well known at this point and I think someone might have mentioned it before, so I didn't bother announcing it, though I wanted to make it anyway, since it's a neat trick.

The other update is about cursors and gifs... Cursors are less used now that more devices rely on touch screen, but I still love them, so I might as well play around with them. Here's a Cursor Special Effects tutorial. There are many different scripts that can be used for similar effects, this one focuses on keeping the java script simple and allowing the gifs and css to do most of the work.

Re: HTML/CSS/PHP/JS - Newest: Cursor Special Effects

Posted: Tue May 24, 2016 12:56 pm
by Robin
Awesome tut, Mikari! :D

Re: HTML/CSS/PHP/JS - Newest: Cursor Special Effects

Posted: Tue May 24, 2016 1:05 pm
by dubiousdisc
Oooh, neat! :D That's a really nice one!

Re: HTML/CSS/PHP/JS - Newest: Cursor Special Effects

Posted: Tue May 24, 2016 2:10 pm
by Megan A
Wow, this is so cool! I had no idea that you could do that.

Re: HTML/CSS/PHP/JS - Newest: Cursor Special Effects

Posted: Tue May 24, 2016 8:57 pm
by Mikari
Thanks everyone! :D

I also have to thank Amanda, her comment in the updates forum motivated me to make that tutorial.

Re: HTML/CSS/PHP/JS - Newest: Cursor Special Effects

Posted: Thu Aug 11, 2016 10:36 pm
by Mikari
Moving Background - A CSS tutorial about how to make a moving background effect like the one used on AzureLight.net version Uroko.

Re: HTML/CSS/PHP/JS - Newest: Moving Background

Posted: Fri Aug 12, 2016 8:24 pm
by Robin
YAAAAAAAAS I WAS WONDERING ABOUT THISSS

Re: HTML/CSS/PHP/JS - Newest: Moving Background

Posted: Fri Aug 12, 2016 10:23 pm
by Mikari
It's not too complicated, but it can really make a difference :D

Re: HTML/CSS/PHP/JS - Newest: top banner and navi bar css tr

Posted: Thu Dec 15, 2016 1:14 pm
by Mikari
New css trick added!

* Banner and Navigation Bar - A banner that scrolls and reveals a navigation bar which stays on top of the page as it continues to scroll. It's useful if you have a larger navigation on the top banner and want to constantly keep a small one on the screen for easy accesses. The code can also be modified to make the navigation bar visible before the banner scrolls off. No JS required, just CSS. The download has the code, not really any notes on it, but it's a simple trick so it should be easy to understand.