-
1. Re: Edge cancels out HTML page background... is this a bug?
sarhunt Mar 29, 2012 11:14 AM (in response to bernwa)Hey BC,
This is an issue we've been trying to find a resolution for. If you look in your edge.js, there's a line that says:
"body": [
["color", "background-color", 'rgba(0,0,0,0)']
]
Delete that and you should be good to go. Also delete your preferences to avoid seeing it again in the future.
Hope that helped!
Sarah -
2. Re: Edge cancels out HTML page background... is this a bug?
bernwa Mar 29, 2012 11:29 AM (in response to sarhunt)Hi Sarah,
Thanks for your help.
How much of that code do I delete? I'm trying to delete exactly what you told me. The page background stays now but the animation stays on the preloader and never plays the movie.
Also, where do I delete the preferences you mentioned?
Thank you!
BC
-
3. Re: Edge cancels out HTML page background... is this a bug?
bernwa Mar 29, 2012 1:15 PM (in response to bernwa)Hi Sarah... just checking back to see if you can help me. Please see my previous post. Look forward to hearing from you. BC
-
4. Re: Edge cancels out HTML page background... is this a bug?
sarhunt Mar 29, 2012 1:41 PM (in response to bernwa)Hey BC,
Delete this and only this from the edge.js file
],
"body": [
["color", "background-color", 'rgba(0,0,0,0)']
That should work.
Sarah
-
5. Re: Edge cancels out HTML page background... is this a bug?
bernwa Mar 29, 2012 2:27 PM (in response to sarhunt)That indeed did it!
Thanks for being patient with me!
Best,
Bernie C



