Is there a Javascript solution for disabling inline CSS?
Date: 08/15/07
(Javascript Community) Keywords: java
I am trying to re-use the code for unordered navigation lists for a outline view of the navigation.
Problem - I have some inline styles that are messing with the default margins and paddings of the lists.
Is there a Javascript solution to resetting the styles?
Something like document.getElementById('this-area').style = none;
* Instead of targeting an ID or name could I target UL or LI?
Source: http://community.livejournal.com/javascript/138820.html
|