Jump to content

Invert embedded IE frame colors


EKY32
 Share

Go to solution Solved by EKY32,

Recommended Posts

Hey there, I know this is HTML codes related, but i need to ask.

I have a normal black text in an embedded white IE frame, i just need to help the user invert the colors without refreshing the page.

Can you lead me to a simple way please :)

[font="'trebuchet ms', helvetica, sans-serif;"]Please mark the answer of your question if you found it.[/font]

Link to comment
Share on other sites

  • Solution

Fixed:

$oIE.document.body.style.background = "black"
$oIE.document.body.style.color = "white"

Thanks anyway.

[font="'trebuchet ms', helvetica, sans-serif;"]Please mark the answer of your question if you found it.[/font]

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...