web-design-training - rollover

Forum home » Delegate support and help forum » Dreamweaver Training and help » web-design-training - Rollover

web-design-training - Rollover

resolvedResolved · Low Priority · Version Standard

Liam has attended:
Dreamweaver 8 Introduction course
Dreamweaver 8 Intermediate course

Rollover

How do I colour an entire block of a rollover image?

Edited on Wed 24 Jan 2007, 14:34

RE: Rollover

Hi Liam

I trust you found your dreamweaver courses useful.

To create a rollover colour block you will need to open up your CSS and implement the a:hover feature.

To set up a hove you will need to use something very similar to the example below

your item a:hover {
border: your info;
background: your info;
color: your info;
}

Hope this helps

David

 

Training courses

 

Training information:

Welcome. Please choose your application (eg. Excel) and then post your question.

Our Microsoft Qualified trainers will then respond within 24 hours (working days).

Frequently Asked Questions
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.


 

Dreamweaver tip:

Xhtml vs html

When using dreamwear template or just creating a blank webpage, you are able to select the markup language you want to use. The main choices are either xhtml or html. It is now best to select xhtml as this will translate all the html into xml, so it is transmitted across the web in xml format. One of the main advantages of this is that it makes the site that you build much more compatible with the range of different web browsers that exist.

View all Dreamweaver hints and tips


Server loaded in 0.08 secs.