| | |
|
|
|
Murray - (Timelines)? |
| message from Kezele on 20 Jul 2004 |
Murray,
Haven't heard from you after you requested my body code. Normally you reply
extreemly quickly, but haven't heard from you.....Everything okay?
Code as requested:
<body>
<div id="Layer1" style="position:absolute; width:300px; height:200px;
z-index:1; left: 250px; top: 280px;"><img
src="http://localhost/%7Eleeevans/IPB%20Solutions/nylogo.gif" width="500"
height="169" onload="MM_timelinePlay('Timeline1')"></div>
</body>
Cheers.
Lee.
|
| Murray *TMM* replied to Kezele on 20 Jul 2004 |
Lee:
The problem is that you haven't triggered the timeline properly. Change
your code as follows -
Change this -
<body>
<div id="Layer1" style="position:absolute; width:300px; height:200px;
z-index:1; left: 250px; top: 280px;"><img
src="http://localhost/%7Eleeevans/IPB%20Solutions/nylogo.gif" width="500"
height="169" onload="MM_timelinePlay('Timeline1')"></div>
</body>
to this -
<body onLoad="MM_timelinePlay('Timeline1')">
<div id="Layer1" style="position:absolute; width:300px; height:200px;
z-index:1; left: 250px; top: 280px;"><img
src="http://localhost/%7Eleeevans/IPB%20Solutions/nylogo.gif" width="500"
height="169"></div>
</body>
and see what happens.
|
|
Archived message: Murray - (Timelines)? (Macromedia Dreamweaver Web Design)