Stickybomb Posted February 20, 2007 Share Posted February 20, 2007 hi i was just wondering how to make some change visibility on mouseover using a simple inline code of document.getElementById('layer1').visibility = visible; and that did not work anyone help or explain this to me? thxs sticky Quote Link to comment Share on other sites More sharing options...
fenway Posted February 20, 2007 Share Posted February 20, 2007 Well, I assume you mean .style.visibility = 'visible'.... Quote Link to comment Share on other sites More sharing options...
Stickybomb Posted February 20, 2007 Author Share Posted February 20, 2007 dope thxs its always the easy mistakes that slip by Quote Link to comment Share on other sites More sharing options...
Stickybomb Posted February 20, 2007 Author Share Posted February 20, 2007 lets say that i want a layer to become visible overtop of a specfic spot of an image. i call the change of visibility using an imagemap over that spot. either using javacript or css specify that the layer opens in the exact spot no matter what the pagsize? Quote Link to comment Share on other sites More sharing options...
fenway Posted February 21, 2007 Share Posted February 21, 2007 Why not use an absolutely position diiv? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.