It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Partner Sites
Board index Programming CSS Forum

About IE competibility

About IE competibility

Postby adityadubay on Wed May 28, 2008 7:29 am

Hi Friends i wrote one code in css
<script language="javascript" type="text/javascript">
function show()
{
var table1=document.getElementById('table1');
var table2=document.getElementById('table2');
var table3=document.getElementById('table3');
var table1.style.display="block";
var table2.style.display="none";
var table3.style.display="none";
}
</script>
its working fine in Firefox :D
but showing error in IE 6x or later :(
"object does not support this property or method"
adityadubay
 
Posts: 0
Joined: Wed May 28, 2008 7:21 am

Postby rangana on Wed May 28, 2008 8:44 am

Could you up your markups (HTML) as well ;)

Sidenote, why are you testing on browsers lower than IE6?..Statistics show they only take 1% :)
User avatar
rangana
500+ Club
 
Posts: 935
Joined: Wed Feb 27, 2008 6:14 am
Location: Cebu City Philippines


Who is online

Users browsing this forum: No registered users and 0 guests