Virtual LANs – Introduction and basic operations
VLANs? That doesn’t sound like a Web Design or Development theme!” And you’re right! From now on,…
VLANs? That doesn’t sound like a Web Design or Development theme!” And you’re right! From now on,…
Finally, the time has come for another Blog entry, cool and breezy, just right for the summertime. We’re going to do some XHTML/CSS Tips and Tricks you may or may not know. Either way, it’ll be a quick and simple post, just long enough for you to do the coding while enjoying a nice cold beer. 🙂
This time we are going to do some PSD to XHTML/CSS, meaning we will make fully functional web page from a template we created in Photoshop. For this tutorial I created a very simple web page template which you can download in PSD format. It isn’t very original-looking either, but it will serve it’s purpose. And of course you can use it in any way (except of course altering the Croatia images or claiming them as your own).
CSS Sprites are a neat little trick which enables us to store the graphics we need to display menus, icons or buttons in one big image while showing only a part of that image at a time. This enables us to instantly show another part of the image when we need it, thus creating the desired effect, saving bandwidth and removing image flicker.
Introduction This article was written with absolute beginners in mind. That means if you don’t know anything…
As we all know CSS files are very useful to reduce the amount of HTML we need…