b l u l o b   d e s i g n   b l o g

Posts tagged: Dreamweaver

Make a Multi-Level CSS Dropdown Menu in Dreamweaver CS4

Menu Preview

Menu Preview

Dreamweaver CS4Traditionally, multi-level dropdown menu navigation has been done in JavaScript. These kinds of menus can be very confusing to code, and more confusing to go back and edit later. Do it better and more beautifully with CSS and Dreamweaver CS4.

Read more »

The Hexadecimal Color Wheel

Hexadecimal Color Wheel

Hexadecimal Color Wheel

photoshop-dreamweaver-cs4Hexadecimal color is the color mode used on the Web. It’s a very efficient method, using only six digits to identify a single color out of the 16.8 million available on modern computer monitors. This guide will help you understand what “hexadecimal” means, and how to predict what particular color a given six-digit figure (like #7700ff) might create (like violet).

Read more »

The Dreamweaver CS4 Workspace

Dreamweaver CS4 Workspace

Dreamweaver CS4 Workspace

Dreamweaver CS4When working with Dreamweaver tutorials here, elsewhere on the Web, or in books, it pays to memorize the main components of the Dreamweaver CS4 workspace. After the jump, I describe the components I will refer to the most in my tutorials.

Read more »

3-Column Web Page Using CSS Layers in Dreamweaver CS4

mini results

3-Column CSS Layout

Dreamweaver CS4Doing layout for Web pages with tables is so 1998. Tables should be used for data, not to arrange the elements on your Web page. A better method is to use CSS layers. They are much easier to format than tables, once you get the hang of it. But the best thing is that if you use CSS layers to design your site, you can make a site-wide layout change in the blink of an eye.

If you’ve never tried CSS layers for your site layout, try this one. Dreamweaver CS4 makes it a cinch, if you pay attention to the details.

Read more »

The RGB Color Wheel

RGB Color Wheel

RGB Color Wheel

Photoshop Illustrator and Dreamweaver RGB stands for Red-Green-Blue, which are the primary colors of light. RGB is the color mode used on computer monitors because they shine light into your eyes. When you add all three RGB primary colors together, you get pure white light. That’s why RGB is called “additive color”. After the jump, learn more!

Read more »