html - css menu with hover that changes the entire frame picture -
i made css menu should replace other entire menu on hover.
well should replace center image , hover on menu links. idea using entire center background images buttons, entire menu , center same image. when hovering top bottom menu works fine , replaces images should.
but after hovering link can't go on menu links not active must hiding due top margin or that.
you can see menu @ bottom of page (the blue buttons turn red @ bottom of page):
http://www.israelijewel.com/1.html
thank in advance!
weird pattern that, why don't this:
inside each "a" inside .home-gallery, put image want in center position: absolute;display:none; , position usings it's absolute position. can make appear @ center doing like:
.mofet-link:hover { //set button red here } .mofet-link:hover .inside_image { display: block; }
you should set .home-gallery position:relative; attribute too
Comments
Post a Comment