All Entries Tagged With: "text"
Creating Gradient Type using Adobe Illustrator CS5
Now there are two ways you can get gradient text. One method is to create a gradient, add it to Swatches Panel and then use it to colorize your text. The other method is to create outlines out of text and then use the Gradient tool to use the gradient on the text. Each method [...]
Conforming text to a 3D shape using Adobe Illustrator CS5
You must have seen text on a 3D object is conformed so well on the object that makes it look so real. In this tutorial, we will learn how to do that. Look at this image; 1. Create a new document. 2. In the Symbols panel, from the drop down, choose ‘Open Symbol Library’ and [...]
Create elegant gradient typography in Photoshop CS4
In this article we will create a clean, elegant, gradient typography as shown below: Follow these steps: 1. Launch Photoshop CS4. 2. Set the Background color (small overlapped square) in the Tools panel (docked to the left of the main window by default) is set to black. By default the Foreground color is black and [...]
Change color on mouse hover in Microsoft Expression Web
To change the background color and font color of a div on mouse hover, use this CSS code. <style type=”text/css” > .title_div{ background-color:black; color:white; } .title_div:hover{ background-color:green; color:black; } </style> <body> <div class=” title_div”> On mouse over div becomes green and text turns black. </div> </body> [...]



