we can beat any UK and Us quote and guaranty very professional design services
 

Tutorials

» Fireworks Effects Tutorials

» Flash Tutorials

» Photoshop Tutorials

» Dreamweaver Tutorials


 

Maa Graphics Services

» 2D Animation
» Architectural Rendering
» 3D Product Modeling
» 3D Exhibition Display
» Digital Illustration

» Book Illustrations
» Cartoon Drawings
» Medical Illustration

» Illustration

» Illustrations
» Portrait Illustrations
» Fashion Illustrations

» Logo Design
» Stationary Design
» Advertising Designs
» Banner Designs
» Brochures Designs

» Direct Mail Design
» Flyers Designs
» Folders Designs
» Image Clipping Paths
» News Letter Design

» Package Design
» Posters Designs
» Signage Designs
» Brochure Website
» E-Commerce Website

» Flash Website
» CMS Development
» Search Engine Optimising
» Website Content Writing
» E-mail Newsletter Design

 
Creating CSS Text Rollovers in DreamweaverMX

CSS Text Rollovers

 

Try these text rollover effects using CSS style sheets. You can cut and paste the code provided.


CSS Styles are a simple and fast way of making your site look good. In this you can learn how to make text rollovers.

 

The trick is to use the a:hover style! You can follow the steps given below:

  1. In your style sheet choose New
  2. Choose Use CSS selector
  3. In the drop down menu choose a:hover
  4. Define your style. Choose the font, color, bold, underline etc.
  5. You're thru! It's easy and fast and really cool!

Text Rollover Effect throughout the site

 

Copy this code between the head tags

 

<style type="text/css">
<!-- a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #990000}

-->
</style>

 

Text Rollover Effect in a particular place of your site


Step 1: Paste this code between the head tags


<style type="text/css">
<!--
.links { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #003399}
.links:hover {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FF8B22;

text-decoration: none}
-->
</style>

 

Step 2: Select the link style for the link. An example of the code is given below:


<a href="link.htm" target="_parent" class="links">yahoo</a>

 

 

 
stock illustrations

 

 
Home | Free Tutorials | Templates | Website Templates | Logo Templates | About | Website Designed Maa Graphics | Copyright © www.maagraphics.com - All rights reserved | Site map