March 1, 200917 yr is there a css technique where by i can alter another html element when one is hovered over? like.. #nav { // id for a div } #nav:hover nav2 { // example of what the technique might be like, but this one doesn't actually work // changes the display of nav2 when nav is hovered over display:block; } #nav2 { // id for a second div display:none; } is there a technique like this? thanks,
March 4, 200917 yr you mean so it reacts something like this? http://www.cssplay.co.uk/menu/gallery-large.html
March 4, 200917 yr Yup thats it. I have been studying the html and css to learn how it works but haven't quite got my version working yet. Is it explained how it works anywhere? if not i'll keep studying! cheers,
March 4, 200917 yr Stu nicholls makes people look in the source code to get the examples, it should all be on the page though (no external files) so not too difficult to find, working it out might take a while though
Create an account or sign in to comment