View Single Post
Old 02-29-2008, 02:39 PM   #1 (permalink)
freenity
The Acquainted
 
freenity's Avatar
 
Join Date: Feb 2008
Posts: 119
Thanks: 17
freenity is on a distinguished road
Default access css thorugh javascript

Hi
To access this:

[/code]#bla
{
display: none;
}[/code]

I just do: document.getElementById('bla').style.display =

But How do I access something ilke this:
Code:
#.treeview #bla ul li
{
    display: none;
}
??
__________________
http://feudal-times.net - My PBB Game
http://gwphp.feudal-times.net - My Blog "Gaming With PHP"
freenity is offline  
Reply With Quote