Hi all.
I have been playing with including images I've created within tables to produce an onMouseOver effect for menu options rather than a standard link.
It works ok but not perfectly, which raises two questions.
1. Is there a minimum height for a table row? It doesn't seem to matter what I define the height to be below a certain value.
2. Can I "place" an image wherever I want to on the screen or does it simply render itself at the point in the HTML at which I introduce it? I would like, ideally, to position it using something like I would in normally object-oriented programming. That is, something like:
image.left.value = 90
image.top.value = 50
Is this possible using JavaScript within HTML pages?
Thanks in advance.
Russell.
I have been playing with including images I've created within tables to produce an onMouseOver effect for menu options rather than a standard link.
It works ok but not perfectly, which raises two questions.
1. Is there a minimum height for a table row? It doesn't seem to matter what I define the height to be below a certain value.
2. Can I "place" an image wherever I want to on the screen or does it simply render itself at the point in the HTML at which I introduce it? I would like, ideally, to position it using something like I would in normally object-oriented programming. That is, something like:
image.left.value = 90
image.top.value = 50
Is this possible using JavaScript within HTML pages?
Thanks in advance.
Russell.
Comment