Removing the annoying bottom scrollbar in a browser CSS / Scrollbars
In a browser window you will have two ways of scrolling the webpage content that is produced, using a vertical scroll bar also known as the y-axis scrollbar and the horizontal scrollbar also known as the x-axis (Sort of like the axis on a typical two axis graph) Depending on how a website is designed you may or may not see it, and sometimes it has been forced to appear as maybe that certain website needs it to function properly. But for some of you out there you may think whats this annoying scrollbar doing here's and no matter how many widths you change it's determined to stay Well with this CSS Hack/Trick you will be able to hide that annoying horizontal scroll bar with a simple CSS code.
Creating a website navigation bar with CSS CSS / Buttons and Navigations
There are many ways to create a navigation bar, you can use a programs like Photoshop and then convert the image into code, but when I see people creating them in Photoshop I think why bother? When you can simply use CSS for the whole creation and code of it. In this tutorial I will show you how to create a very clean navigation bar that will use one line of XHTML and the rest will be CSS.
How to make a decent navigation bar CSS / Buttons and Navigations
A navigation bar is of course essential part of a website as it's going to where all your links to the site are stored, so your obviously be going to needing one, and it's also going to be need to look appealing. This tutorial will teach you how to make a navigation bar using only XHTML and CSS with no use of Javascript or any other code
Common XHTML tags defined in CSS CSS / Getting Started
To make your life alot easier you can define the common XHTML tags you use on your webpages within your Stylesheet, doing this can define a certain tag globally and you’ll never have to modify it within your XHTML again! In this tutorial we will show you the XHTML tags you can define in CSS! If your just getting into CSS then this will be perfect knowledge for you later on!
Making div;s appear on the same line CSS / Miscellaneous
In this tutorial I will show you how you can force two or more div's to be on the same line without any form invalid XHTML/CSS appied. This tutorial is a must if you have features like top bars on your website!
Creating your own website top bar CSS / Layouts
Top bar's seem to appearing on more and more websites each passing day. I have always quite liked the idea and with some XHTML and CSS you can also create your own top bar. Using it for whatever purpose you want it for.
Creating your own Favicon HTML / Getting Started
Favicons are great little icons that appear on the left of a website URL in your browsers address bar, Favicon's don't seem important and some website won't have them, but this tutorial will show how create your own favicon, and make it appear on your website!
The structure of a XHTML document HTML / Getting Started
The structure of a XHTML document is slightly more different than a standard HTML. You will have certain parts in XHTML such as doc type's and xml properties that HTML doesn't have, there's ultimately the same type of code kanguage, but with changes. Int this tutorial you will learn about HTML, XHTML and there differences and the overall structure of both.
Building a successful website HTML / Getting Started
Although this blog is my newest website domain, I have owned other websites that have been active for a while now and I have learnt to understand the importance of those little points that almost seem insignificant and that often get overlooked by many. In this guide you will learn about 10 factors of building and managing a website.