Chill out and play some games on The Flash Core.

Archive for the ‘XHTML’ Category

Today I’ll show you how to put an image beside external links on your site, or any other links for that matter. The effect is similar to the links in the References and External links sections of most Wikipedia pages. Read More »

This time I’ll show you how to create your own drop down menu with XHTML and CSS, but with absolutely no Javascript! It’s all down to the CSS pseudo element :hover, which you have probably already used on anchor (<a>) tags. If you followed my previous tutorials on navigation bars you will definitely be familiar with it. Read More »

Following on from my other two tutorials, this time I’ll show you a simple technique to display background images in your tabs with a simple hover over/out effect without Javascript. Read More »

This time I’ll show you how to make your own vertical navigation bar complete with similar effects as before, and thankfully just about as simple. The final compiled code should produce this page. Read More »

A simple but effective way to make a navigation bar at the top of your web page. The end result should look a little something like this. Read More »

With this tutorial you will be able to create a lightbox effect like this with some simple web code. Read More »