Using Clearing Divs CSS / Positioning and Styling
When coding a website in CSS and XHTML many people like to have two columns. To get this you use the "float" attribute in your CSS. The can align one column to the left and the other to the right. What many people find troubling is having two floated columns in a centred holder. When coding a website you usually call this holder the "wrapper". Also when designing and coding a website you generally want to make the site centrally aligned.
Default Styles for CSS CSS / Advanced Techniques
Coding CSS can quickly run into difficulties with different browsers interpreting code in different ways. Designs will never look the same in every browser but you can help yourself by using a default style set when you start coding.
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
Aesthetics vs Accessibility CSS / Miscellaneous
Within this article I will explore five ways to make your website design aesthetically pleasing yet still accessible to all web users through the use of valid CSS.
CSS and Media Types CSS / Advanced Techniques
Every webmaster want that his pages can be accessible to everyone. CSS-2 brought along a way to apply different styles to a page dependant on the medium it is being used through.
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.
CF Navigation Menu II CSS / Buttons and Navigations
This is an inverted version of the original CF Navigation Menu. Four images are used as part of its interface- the two round corners, an indented divider between menu links, and a gradient background image spanning the menu.
CSS Navigation Bar CSS / Buttons and Navigations
Here I'll teach you how to create a navigation bar. This has been cross browser and cross OS tested, so functionality should not be an issue.
CSS Navigation Menus CSS / Buttons and Navigations
Are you looking to create navigation menus using CSS? Are you looking to use different styles for your navigation menus? This tutorial will teach you how to create different menu styles for a main menu, submenu, and footer menu.