Hack in IExplorer
Added by Marcel Tella about 14 years ago
Hey!
I made a web interface, but I worked in a server in which I wasn't able to test it on Internet Explorer. Now, I've got external connexion and I'm able to test it.
But there are a lot of differences between the firefox version an the Internet Explorer's version.
I know in HTML you can do some hacks to put an external style sheet for IE,
is there in Wt any way to do that?
Thank you!!
Replies (1)
RE: Hack in IExplorer - Added by Koen Deforche about 14 years ago
Hey Marcel,
The cleanest solution is the WApplication::useStyleSheet() overload which allows you to specify a condition.
Regards,
koen