Forum Moderators: not2easy
However I would like to replace this image and have a small flash video there instead. I tried simply changing the reference in the style sheet to use the Flash file, but it doesn't work. Here is the CSS tags from the style sheet. If anyone can tell me how to modify this to point or put the Flash file there instead of the image I would appreciate it.
}
#homePage #sideNav {
padding: 20px 555px 20px 0px;
background-image: url(../Images/sidenav_background.jpg);
background-repeat:no-repeat;
background-position: right;
height: 208px;
}
Thanks in advance.
#flashDiv {
position: absolute;
top: 0px;
right: 0px;
}
<div>
<object>..............</object>
</div>
[edited by: PSWorx at 5:58 pm (utc) on Mar. 14, 2007]
Yes, I found out from other sources after I posted this that what I was trying to do wouldn't work. However your proposed solution is really neat and gave me a good idea. Actually I was able to solve the problem in a less complex way, but I will be sure to file your suggestion away for the next time I run into a similar problem. Thanks!
Fortune Hunter