inherit
193396
0
Aug 20, 2013 6:49:54 GMT -8
orangekoneko
10
April 2013
orangekoneko
|
Post by orangekoneko on Jul 26, 2013 13:16:00 GMT -8
so i'm working on an myo for a v4 site and what i'm trying to do is get it so there's an image and you hover it to get the board description, and the image is a different one for each board. however, the only place i can put the image (i think) is the board description and the hovers for it are all screwed up now. my css for the board description is:
#boarddesc { width: 650px; padding: 5px; font-size: 9px; z-index: 2; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; opacity: 0; filter:alpha(opacity=0); }
#boarddesc:hover { opacity: 1; filter:alpha(opacity=1); z-index: 1; }
#boarddesc img { opacity: 1; filter:alpha(opacity=1); width: 650px; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; z-index: 1; }
#boarddesc img:hover { opacity: 0; filter:alpha(opacity=0); z-index: 2; }
what's wrong with it?
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Aug 4, 2013 1:23:57 GMT -8
Are you still having issues with this, orangekoneko? If you are, I'd really need a link to your site to see what you have going on. I don't think your hover stuff can be achieved without some jquery. Also apologies for the delay. Not many helpers come here anymore and life got busy for me so I've not been around.
|
|