Morning all;
I am using CSS to place centre all of my layers on the page:
.centerblock3
{
position: absolute;
top:
expression((document.body.scrollTop+document.body.clientHeight/2-offsetHeigh
t/2)-120);
left:
expression((document.body.scrollLeft+document.body.clientWidth/2-offsetWidth
/2)-150);
width:640px;
height:350px;
z-index: 6;
visibility: visible;
}
Which works fine in IE, but not in mozila or Opera. Any ideas on a cross
browser script that I could use?
And the second problem is that I am dropping out the background of my flash
to show the underlaying html and images. using
<param name="wmode" value="transparent">
which also only seems to work in IE and not the other browsers.?
Thanks
Ricardo.
---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004