now this is for a site that uses php and allows you to create a css code to cover a certain area in your own design...
anyway
i want to know how to do a mouseover effect or mouse in or hover effect on an image to affect something else
here is some or the body code i should say
body {
background-color: #000000;
color:#000;
background-image: url(http://www.cyberneticrisis.frihost.net/jpg/gaia/tech2.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: bottom right;
}
i want the opacity of all things on the site to have its opacity change
#profile, #details, #wishlist, #about, #journal, #friends, #comments, #signature { background: #000000; filter:alpha(opacity=50);
-moz-opacity:0.5;
opacity: 0.5; }
in other words if i do a mouse over the
http://www.cyberneticrisis.frihost.net/jpg/gaia/tech2.jpg picture i want the opacity of all those things to be set to some thing or maybe even a simple display:none
and when the mouse is no longer hovering over the image i want it to show everything again or display all
can someone help me
anyway
i want to know how to do a mouseover effect or mouse in or hover effect on an image to affect something else
here is some or the body code i should say
body {
background-color: #000000;
color:#000;
background-image: url(http://www.cyberneticrisis.frihost.net/jpg/gaia/tech2.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: bottom right;
}
i want the opacity of all things on the site to have its opacity change
#profile, #details, #wishlist, #about, #journal, #friends, #comments, #signature { background: #000000; filter:alpha(opacity=50);
-moz-opacity:0.5;
opacity: 0.5; }
in other words if i do a mouse over the
http://www.cyberneticrisis.frihost.net/jpg/gaia/tech2.jpg picture i want the opacity of all those things to be set to some thing or maybe even a simple display:none
and when the mouse is no longer hovering over the image i want it to show everything again or display all
can someone help me
