dreamweaver vs frontpage - dreamweaver
Microsoft Office Training verified by visa - mastercard securecode about microsoft training company london ukadd this page to your favourites/bookmarksAdd to favourites
view a printable version of this pagePrintable version
email this page to somebodyEmail this page
Customer: Sign in
Delegate: Sign in
Trainer: Log in

Forum home » Delegate support and help forum » Dreamweaver Training and help » dreamweaver vs frontpage - Dreamweaver 8

dreamweaver vs frontpage - Dreamweaver 8

The UK's most regular instructor-led training courses.
Training information: dreamweaver vs frontpage · Dreamweaver training · Adobe dreamweaver training

resolvedResolved · Low Priority · Version Standard

Dreamweaver 8

Kean has attended:
Dreamweaver 8 Intermediate course

by - delegate Kean [4 posts] (2006 Dec 7 Thu, 10:00) replyReply

Hi, I recently attended the Dreamweaver 8 course in London. On the course we

took a lot of information in, all in one day. I have been trying to remember
how to do something that I was taught on the course but cannot. Please can
you tell me the procedure to make a link in a menu change colour when the
mouse hovers over it. I have a table with 10 rows and I want the whole block

to change colour when I hover over it. Hope you can help me.
Regards, Kean

Dreamweaver CS3 2 day course
Version Date Location Places
available
Book Next place rate:
Card Invoice
CS3 2009 Jan 15 Thu + 16 Fri Bloomsbury 6 book now £495 £495
CS3 2009 Feb 12 Thu + 13 Fri Bloomsbury 8 book now £395 £415
CS3 2009 Mar 12 Thu + 13 Fri Bloomsbury 8 book now £395 £415
CS3 2009 Apr 16 Thu + 17 Fri Bloomsbury 8 book now £395 £415
CS3 2009 May 14 Thu + 15 Fri Bloomsbury 8 book now £395 £415
CS3 2009 Jun 11 Thu + 12 Fri Bloomsbury 8 book now £395 £415
Full Schedule: See all 11 Dreamweaver CS3 course dates.
Bookings currently available until 12th November 2009.

RE: Dreamweaver 8

by - trainer David gold contributer[428 posts] (2006 Dec 7 Thu, 11:18) replyReply

Hi Kean

I will assume that you are using a CSS. If this is the case you will just need to place the following piece of code into the CSS and just change it to meet your needs, i.e. the colours and fonts that you want to use.

a:hover {
color: Your Colour here;
text-decoration: underline;
background: Your background here;}

The task of getting the whole table column to change colour when you hover the mouse over it, is slghtly more complex and has to be done in two stages. The first stage is to add some code into the CSS. The code that you need will define the mouseOver and mouseOut events, by this I mean when the mouse is over the table and when the mouse moves out of the table. The code is shown below:

.over
{ border-style: solid;
border-color: Your colour here;
border-width=thin
bgcolor: Your colour here }

.out
{ border-style: solid;
border-color: You colour here;
border-width=thin
bgcolor: Your colour here }

The next stage is to write the html code. Within the code for the table you are going to make calls to .over and .out and this should mean that when the mouse moves in and out of the table the columns will change colour. The code that you need is as follows:

<html>
<head>
<title>Your table colours</title>

</head>

<body bgcolor="Your colour">


<table width="150" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="set default colour" onMouseOver="this.className='over'" onMouseOut="this.className='out'">
</td>
</tr>
<tr>
<td bgcolor="set default colour" onMouseOver="this.className='over'" onMouseOut="this.className='out'">
</td>
</tr>
<tr>
<td bgcolor="set default colour" onMouseOver="this.className='over'" onMouseOut="this.className='out'">
</td>
</tr>
<tr>
<td bgcolor="set default colour" onMouseOver="this.className='over'" onMouseOut="this.className='out'">
</td>
</tr>
</table>

</body>
</html>

If you are not using a seperate CSS, you can put all of the CSS into <style></style> tags at the top of your HTML document, before you actually start writing any HTML.


I hope tis helps, if this does not quite match what you wanted, please get back to me and I will try and assist further.

David




Related articles

· Special Image Techniques with Dreamweaver CS3
· Learn How to Build Complete Websites in Three Days
· Macromedia Dreamweaver: An Introduction
· Advantages Of Using Dream Weaver To Design Web Pages
· The Importance of a Professionally Designed Website

Dreamweaver tip:

JumpMenu in new window

When inserting a jumpmenu to a page, the only option available for 'open in' is usually 'main window'. There would be other options available if the page was a frameset.

To change the jumpmenu to open in a new window, change the target parameter of the selectbox in your code to 'window.open()'.

eg.
<select name="menu1" onChange="MM_jumpMenu('window.open()',this,0)">


source:
http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_16166&sliceId=1

View all Dreamweaver hints and tips

Institute of IT Training - Accredited Training Provider Microsoft Certified Partner
microsoft office
Microsoft Office Specialist Authorised Testing Centre (MOS and MCAS)

Prodigy Platinum Learning Partner

Institute of IT Training - Accredited Training Provider Association of Computer Trainers Valid HTML 4.01 Transitional
Valid CSS Markup

secure online payments - visa - mastercard

Mini sitemap. These are the main areas of our web site. Full sitemap.

Training by application Main information pages See also

Access courses
DreamWeaver courses
Excel courses
MS Project courses
Outlook courses
PowerPoint courses
VBA courses
Word courses
(more...)

Public scheduled courses
On-site training
Closed company courses

Microsoft Office training
Pricing and availability
Training schedule
Training venues

Access training
Dreamweaver training
Excel training
MS Project training
PowerPoint training

London Computer Training
Computer Training London

Microsoft Access training
Microsoft Excel training
Microsoft Project training
Microsoft Outlook training
Microsoft Powerpoint training
Microsoft Word training

Time Management Course London

Interested in Access training? Please see the following pages:
microsoft access courses · microsoft training access course
microsoft+access+training · access courses in london

Training Information

Training Articles

AddThis Social Bookmark Button What's this?
Add to Del.icio.us Add to Facebook Add to Digg Add to Reddit Add to Google Add to Yahoo Add to Diigo Add to Mr. Wong Add to Linkarena Add to Power Oldie Add to Folkd Add to Jumptags Add to Upchuckr Add to Simpy Add to StumbleUpon Add to Slashdot Add to Netscape Add to Furl Add to Spurl Add to Blinklist Add to Blogmarks Add to Technorati Add to Newsvine Add to Blinkbits Add to Ma.Gnolia Add to Smarking Add to Netvouz