background preloader

CSS

Facebook Twitter

How To Make Your Own Sticky Header Bar Like MakeUseOf. About a month ago, we introduced a new interface element to MakeUseOf – a floating navigation and search bar. The feedback we’ve been getting is almost entirely positive, internal search traffic has rocketed, and some readers having been asking about how to make one for their own site, so I thought I’d share. We’ll use jQuery to stick the bar to the top of the screen – but only past a certain point. I’ll do all this in the default WordPress theme – Twenty Eleven, though of course it can be applied to any theme or website which you sufficiently understand how to modify. The HTML First up, open the themes header.php and identify the navigation bar that we’ll be making sticky. Firstly, add a new DIV container surrounding this entire NAV section. <div id="access_container"><nav id="access" role="navigation"> ... Also, let’s move that default search bar into here. The CSS Open up the main style.css file and find the section for the search form: #branding #searchform { ... } jQuery Summary:

40 CSS3 Button Tutorials For Designers. In this article, we will go through some hand-picked, awesome tutorials for wonderful buttons you can put on your site using only CSS3. Some of these buttons play with colors, gradients or shapes while others are programmed to animate with hover or click actions, giving effects like it’s being pushed down; extending, shrinking or switching frames to reveal more information.

Anything you can think of to do with buttons, there’s probably an example of it here. So without further ado, here are 40 Awesome CSS3 button tutorials for web designers. Drop a comment at the end of the article stating your favorite. Recommended Reading: CSS3Tutorial: Create A Sleek On/Off Button Animated Buttons with CSS3 [Demo | Tutorial] Pin it Fancy 3D Button with CSS3 [Demo | Tutorial] Just Some Awesome CSS3 Buttons [Demo | Tutorial] CSS3 Social Buttons [Demo | Tutorial] Pretty CSS3 Buttons [Demo | Tutorial] Download Me!

Add to Cart Button in CSS3 [Demo | Tutorial] CSS3 Github Buttons [Demo | Tutorial] CSS Reference. Create Basic CSS StyleSheet in Dreamweaver. CSS Tutorial Pt 1 - Basic Layout. CSS Tutorial Pt 2 - Styling Links and Text. CSS Syntax. How to Build a Website From Scratch With Dreamweaver. In a world of drag-and-drop website builders, Adobe Dreamweaver has done well to stay relevant amid the competition. Packed with great features and loads of tools to make your life easy, this software is a great choice for web designers and developers. But how do you build your first website using Dreamweaver? Getting Started With Dreamweaver You need to get a copy of Adobe Dreamweaver before you can start working with it, but a free trial is available. Head to the Adobe website, log in or register an account, and download the Adobe Creative Cloud tool to get started.

From here, you can download Adobe Dreamweaver and get started with the full guide. This guide will show you how to make a basic website using Dreamweaver template files as its base. Step 1: Create a Dreamweaver Site Open Adobe Dreamweaver and go to the Site menu at the top of the page. Step 2: Create a Template File Next, it’s time to create a template file for your new website. A dialog will open at this point. <!