Link to home
Start Free TrialLog in
Avatar of mannycalaveras
mannycalaveras

asked on

<div> capable browser detection

Is there a way to detect if a browser is able to handle layers?

Or the opposite if it's not able...
Avatar of tklein
tklein

<script>

 if (document.all) { ie=1 }
 if (document.layers) { ns = 1 }

</script>



if ie or ns == true
the browser understand the div tag

sorry 4 my english
ASKER CERTIFIED SOLUTION
Avatar of tklein
tklein

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
sorry i have posted 2 times ;(