Question:

How to hide embedded objects?

by  |  earlier

0 LIKES UnLike

Hello, is there a way to hide embedded objects with a javascript or something else?

I need to hide some object that is not displayed correctly on IE

so it should be like

if you use IE, show "Download firefox"

else, show the object.

 Tags:

   Report

1 ANSWERS


  1. Use Conditional Statements for IE and set up the style for the object or its container with visibility: hidden; .

    Conditional  Statements:

    http://msdn.microsoft.com/en-us/library/...

    http://www.quirksmode.org/css/condcom.ht...

    Ron

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.