keithhulse
08-03-2008, 12:59 PM
Hi, I am creating a php page and using css to format it. I want to use the ie hack:
<!--[if IE]>
<style>
</style>
<![endif]-->
to provide compatibility for multiple browsers.
Is there any reason this will not work. I can't seem to get it to work at present.
Many thanks,
Keith Hulse
<!--[if IE]>
<style>
</style>
<![endif]-->
to provide compatibility for multiple browsers.
Is there any reason this will not work. I can't seem to get it to work at present.
Many thanks,
Keith Hulse