I am using Jquery Dialog box for a cv registration form on my website job website , the dialogue box comes up when send us your CV [image] is clicked on the website, i have customised the original css of jquery dialogue box to suit the client needs , the css works fine in all browsers apart from IE8 , 7. I just cant find a way to figure out why the css is not working , i have spend several hours without any success,
Can anyone suggest me or provide any assistance on it
Thanks
I am using Jquery Dialog box for a cv registration form on my website
Share
Two things:
your modal window is using an iframe, use
border:0because IE isrendering the iframe with a border.
IE doesn’t know how to make an iframe background transparent or
doesn’t inherit it properly. I don’t have time to look into a proper
fix for that, but the easy fix is to add the background color to
your
.modalclass in your style.css. Just match that nice blue andyou’ll be good to go.