Hi
I wanted to follow up.
Everything worked well with the holders and placement over the video. I ran it through the W3C and it gave me errors for using the z index for each holder. It said to only use a z index for the parent and not the child. I am also having overflow problems now and sort of at a standstill.
I have everything including the video inside of this container
<div class="c1">
Then i have the swf file
<object classid=xxx999xxxx width= "100"% hieght="720"px id=" flashID">
Then further down
</object>
Then all of the holders with rollover buttons seven total
closing with all inside of this "c1"
</div class="c1">
The rule for the "c1" :
The postioning in css is 100% for width and position is relative
The rule for the holders are:
box:
width and height : inherit
my margins are from -840 bottom on up to -600
more like this:
}
#holder5 {
postion: relative;
width: inherit;
height: inherit;
top -840
}
button6 {
position: absolute;
top: 680px;
}
positioning:
relative
width and height inherit
placement top -840
I know one of these is wrong or all and I'm sure an easier method is around?
Thanks so much if anyone can help
Dan