CSS
Creating a Keyboard with CSS and jQuery
This keyboard requires a lot of HTML setup and playing around with CSS. Each of the keys will be represented by a list item in an unordered list. Each of the list items will have a class attached to them, used in both the CSS and jQuery. Most of the classes are just... »
Red Horizontal CSS Menus
This clean CSS horizontal menu contains tabs with text that shift downwards slightly when the mouse rolls over it. And just for demonstration, it shows how to make the bottom corners of each tab rounded using both CSS3 and Mozilla’s proprietary declarations for rounded corners. Note that the rounded corners ... »
Web page Layout with CSS
We will use a somewhat standard layout with: A Title Bar along the top with links underneath A left Navigational panel with more links A Content area to the right of the navigational panel »
Customied Button Designs with CSS
We’ve all seen them on almost every website– those stylish rollover and button designs made with CSS. Some only have links that change colors when you roll the mouse over them, some have fancy borders, others change the enclosing box’s colors. The best thing about these is that you can create snazzy navigation menus... »

