Sara has attended:
Dreamweaver 8 Introduction course
Changing pictures
When you scroll over certain pieces of text or words how to you make this change pictures on that page
RE: changing pictures
Sara,
This is possible. To implement this you will need to use javascript. Firstly you will need to program an on mouse over event, then you will need to combine this with an image swap.
So when you move your mouse over the text, then this will trigger the onmouseover script which will in turn will trigger the image swap.
You will find some very useful information on this, if you Google javascript image swaps.
Hope this helps
David