Jump to content

CSS hack nightmare


TonyDanza

Recommended Posts

Hi all,

 

I need to put an IE specific hack on the following div to change the postion from fixed to display:none...

<div style="float:right;margin-left:930px;position:fixed;z-index:99999999;">

 

I've tried allsorts including...

<!--[if IE]>
<div style="float:right;z-index:99999999;"><img src="/images/bottom-chat.png" /></div>
<div style="position:relative; display:none;">
<![endif]-->
<div style="float:right;margin-left:930px;position:fixed;z-index:99999999;">
<img src="/images/bottom-chat.png" /></div>
<!--[if IE]>
</div>
<![endif]-->

 

with no luck, any ideas?

Link to comment
https://forums.phpfreaks.com/topic/218968-css-hack-nightmare/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.