TonyDanza Posted November 17, 2010 Share Posted November 17, 2010 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? Quote Link to comment https://forums.phpfreaks.com/topic/218968-css-hack-nightmare/ Share on other sites More sharing options...
Hybride Posted November 19, 2010 Share Posted November 19, 2010 Did you try, <img src="/images/bottom-chat.png" style="display:none;" /> Quote Link to comment https://forums.phpfreaks.com/topic/218968-css-hack-nightmare/#findComment-1136898 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.