
Originally Posted by
Xiong Chiamiov
Code:
<frameset frameborder=0 frameborder=no rows="*,0">
<frame name="main" src="choose.html" noresize>
<frame name="music">
</frameset>
Couple of issues with that: attribute values should always be surrounded by quotes. It's permissible not to use quotes if the value contains only numerical characters, but it doesn't hurt to use them even then. Also, an attribute should always have a value. I would have written that code thusly:
Code:
<frameset frameborder="0" frameborder="no" rows="*,0">
<frame name="main" src="choose.html" noresize="1">
<frame name="music">
</frameset>
2. As far as extracting the files, right click->extract?
Ouch... don't make OS/DE assumptions. She said there was an error; therefore, she has already tried to extract it but whatever she used failed. t.vu: It works fine here; could be a corrupted download. Try downloading it again.
either have them appear when I mouseover
This is known as "mystery meat navigation," and is the bane of web designers and users alike
Avoid at all costs.
6. Beware the flashy fireworks. Just because you can doesn't mean you should.
Agreed... when you do use them, keep it as efficient as possible. For example, the animated fading links can be done with more complex Javascript rather than simple Javascript and images (which shouldn't really be used in lieu of text anyway), and the Java menu you had on the first page you linked to (although not the latter) you could also have done with Javascript more efficiently.

Originally Posted by
t.vu
is this function allow an image to project/change when using the mouse over the link
To change, yes. It's a pregenerated function created by Macromedia products, and so won't necessarily be as efficient for your specific uses as it would have been had you written the function yourself.
I shall proceed to write a simple fading-text script. Watch this space.
Bookmarks