problems viewing embeded video in IE...
Im using HTML Editor 2008 and I have embeded a youtube video. I have it set up to autoplay. Whether it is playing or not, when you scroll the IE 8 browser down and then up, the player space gets all broken. Sometimes its the actual video that goes crazy on me but always the controls go haywire.
Address is: http://www.midwestruraldevelopment.com
Problem doesnt exist with Firefox. Any ideas? I cant figure out what the problem is and I cant find it anywhere.
Any help would be appreciated.
Address is: http://www.midwestruraldevelopment.com
Problem doesnt exist with Firefox. Any ideas? I cant figure out what the problem is and I cant find it anywhere.
Any help would be appreciated.
Hi Chris,
I think your problem resides in the following :-
<body style="FILTER: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#76be8d', startColorstr='#127031', gradientType='0')">.
When I changed it just to :-
<body>
The problem disapeared, but you lose the page background colours. I hope this gives you a clue on where the problem is.
Keith
I think your problem resides in the following :-
<body style="FILTER: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#76be8d', startColorstr='#127031', gradientType='0')">.
When I changed it just to :-
<body>
The problem disapeared, but you lose the page background colours. I hope this gives you a clue on where the problem is.
Keith
Hi Chris,
After a further look at your 'body' code the following will work :-
<body bgcolor="#000000" topmargin="0" leftmargin="0"> <div style="width:100%;height:100%;FILTER: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#76be8d', startColorstr='#127031', gradientType='0')">
Note the additional 'div' which has the gradient in (rather than the 'body' tag )so you will have to put an </div> just before your </body>.
Keith
After a further look at your 'body' code the following will work :-
<body bgcolor="#000000" topmargin="0" leftmargin="0"> <div style="width:100%;height:100%;FILTER: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#76be8d', startColorstr='#127031', gradientType='0')">
Note the additional 'div' which has the gradient in (rather than the 'body' tag )so you will have to put an </div> just before your </body>.
Keith
I hope Keith's solution works. Although it sounded to me like what would happen if someone was viewing the site on a computer with shared graphics memory...
Chad Spillars
"Look I finally made myself a signature!"
"Look I finally made myself a signature!"
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.