Hi Daniel,
Something like this:
HTML
Put a fake description here for google
CSS
.flashcontainer {
width: 200px;
height: 200px;
position: relative;
}
.flashcontainer a{
text-indent: -px;
height: 200px;
width: 200px;
z-index: 2;
position; absolute;
left: 0px;
top: 0px;
}
.flashfile{
po
| > Daniel Hammond wrote:
| > URL: http://www.studentremix.org/hs/media.htm
| > CSS: http://www.studentremix.org/hs/hs.css
| > The flash animation (top object in the sidebar on the
| right) is supposed to
| > link to "http://gallery.me.com/northsideyouth#gallery"; when
| you click on
| > it,
| >
position: absolute; is the line of code for absolute positioning
z-index: 1; line of code for z-index;
---
Alexandru Dinulescu
Web Developer
(X)HTML/CSS Specialist
Expert Guarantee Certified Developer
XHTML: http://www.expertrating.com/transcript.asp?transcriptid=1879053
CSS : http:
What you should do is place the transparent link on top of the flash
animation. (presuming you can't fix the link in the flash file directly)
Use position absolute to place it on top of the flashfile, give it the
correct height and width.
Do NOT forget to give a z-index to the object and embed tag,
Daniel Hammond wrote:
URL: http://www.studentremix.org/hs/media.htm
CSS: http://www.studentremix.org/hs/hs.css
The flash animation (top object in the sidebar on the right) is supposed to
link to "http://gallery.me.com/northsideyouth#gallery"; when you click on it,
but it's not doing anything when c
URL: http://www.studentremix.org/hs/media.htm
CSS: http://www.studentremix.org/hs/hs.css
The flash animation (top object in the sidebar on the right) is supposed to
link to "http://gallery.me.com/northsideyouth#gallery"; when you click on it,
but it's not doing anything when clicked on. It's not a