js help please
js help please
Out of context: Reply #6
- Started
- Last post
- 6 Responses
- dessalles0
i'll try this again...
here is what i would do. assuming i had a div with an ID of 'vieLeft':
function (id, visibility){
if(...)
document.getElementById(id).styl... = visibility;}
i'm not sure what you're trying to do with your if statement. mail me the code and i'm sure i'll be able to help. but otherwise...this is the best i can do.