Flash Text Rollovers
Published on : 01.04.2009
Category : Dreamweaver Viewed : 115 times.
If you have used Fireworks before you must be knowing what are text link rollovers. You can create these rollovers even in Dreamweaver! Follow these steps. Step 1 : Place the cursor where you want the rollover text to be positioned. Click on Insert>Media>Flash Text. The following window will be displayed. Step 2 : Select a font and size.... |
CSS Text Rollovers
Published on : 01.04.2009
Category : Dreamweaver Viewed : 122 times.
Try out these cool text rollover effects using CSS style sheets. Cut and paste code provided. CSS Styles are a simple and fast way of making your site look good. In this tutorial you will learn how to make cool text rollovers.The trick is to use the a:hover style! If you work with Dreamweaver the steps to follow are given below: In your style sheet choose New Next choose Use CSS selectorIn the drop down menu choose a:hoverFinally, Define... |
Links Without Underline
Published on : 01.04.2009
Category : Dreamweaver Viewed : 157 times.
Learn how to create links without the underline in Dreamweaver using stylesheets. Have you wanted to get rid of the underline in a link? Well! It's really simple using CSS styles. Learn how to make links with no underline. If you use Dreamweaver as your HTML editor you need to go to your style palette, make a new style and apply the style on your link. Here are the steps: Click on... |
Dreamweaver CSS Styles Tutorial
Published on : 01.04.2009
Category : Dreamweaver Viewed : 105 times.
Learn how to use CSS Styles to format text in your web site. Cool tips included. CSS Styles are the easiest and best way of formatting text in a web site. Instead of using 'font' tags for each paragraph and cluttering your HTML code with endless font tags you can simply make a style with the a specified font type, size and color and use it throughout the site. Styles can be used in tables, rows, cells and... |
Dreamweaver Basics and Tutorial
Published on : 01.04.2009
Category : Dreamweaver Viewed : 139 times.
I. Overview of Dreamweaver A. About Dreamweaver Dreamweaver is Haverford's supported web editor. It has features for both the beginning and advanced web page creator. Dreamweaver integrates many aspects of Web development, including page creation, site management, and web server tools, giving the user a good perspective of an entire web site. Dreamweaver also supports JavaScript and Cascading Style Sheets, along with other advanced... |
How To Make Disjointed Rollovers
Published on : 01.04.2009
Category : Dreamweaver Viewed : 144 times.
Q. How can I make an image switch to something else when I mouse over a totally different image? A. You can easily achieve this effect, known as a disjointed rollover, by using the Swap Image Behavior as described below. How to Make Disjointed Rollovers Author: Angela C. Buraglia System Requirements This tutorial is shown using Dreamweaver MX, however the same... |