|
Post by Wormopolis on Jan 5, 2010 8:20:05 GMT -8
you cant have a mouseout on the cell or it it activates when you cross over into the profile cell.
how about this: it shows the MP when the cell gets a mouseover, and when the MP gets a mouse out it hides it
|
|
|
Post by eveready on Jan 5, 2010 19:39:01 GMT -8
Yeah, that's what I want. I explained it poorly.
|
|
|
Post by Wormopolis on Jan 6, 2010 8:44:46 GMT -8
sorta have it. its calling a mouseout when going into the DIV element IN the row itself. I have to cancel propagation.
give me a little bit. I almost have it.
|
|
|
Post by Wormopolis on Jan 6, 2010 8:45:57 GMT -8
and apparently its hiding the post text regardless.. Im back to square 1 dammit.
|
|
|
Post by eveready on Jan 6, 2010 8:55:16 GMT -8
Sorry for the frustration. Maybe I can make things simpler for you.
What if instead of a mouseover, we went with a click, and then the MP remains until there is another click on the cell, or perhaps an image within the cell.
Not saying I prefer either method over the other right now, but I'm just throwing out ideas. I notice right now as you move the mouse around the page, the page jumps around quite a bit since different MPs are opening/closing and sometimes multiple MPs are open at the same time. So maybe clicking would make it more stable.
Just a thought. I'm open to ideas. The ends are more important than the means.
|
|
|
Post by Wormopolis on Jan 11, 2010 1:10:08 GMT -8
how about a compromise...
mouseover reveals it, and click hides it?
|
|
|
Post by eveready on Jan 11, 2010 1:59:35 GMT -8
Is the opposite possible?
It's my fault for a poor design concept, since I didn't take into consideration how easily the MP would popup when the user is just moving their mouse across the page. For example, if I open up a MP on this page, and then click to close it, sometimes as the page retracts I am accidentally opening up another MP, and therefore I have to close another MP or more.
If I'm just moving over to the scroll bar, I inadvertently open 2 or three MPs.
|
|
|
Post by Wormopolis on Jan 11, 2010 2:35:56 GMT -8
the problem with mouseout is that events dont propogate upwards through levels. if we put the mouseout on the row, then the div in that row isnt part of the row. if you cross into the div, the mouseout activates from the row and hides everything.
I will put it to onclicks all around.
the next thing to work on, is how you want to store the jersey colors/logo images. since the images will basically be the same for anyone choosing the same team, what about a drop down in the modify profile with all the teams to choose from. selecting places something in signature or personal text.
|
|
|
Post by eveready on Jan 11, 2010 6:13:04 GMT -8
You lost me a little bit. I already have an icon code with the drop down as you mentioned. I was just looking for a way for the background to change depending on the icon chosen in that code.
|
|
|
Post by Wormopolis on Jan 11, 2010 7:00:15 GMT -8
we can work off that then. the icon code stores something in the personal text (or somewhere) then. where can I see a copy of that code?
and do you have a list of what images to use as backgrounds?
|
|
|
Post by eveready on Jan 11, 2010 8:50:19 GMT -8
|
|
|
Post by Wormopolis on Jan 11, 2010 14:52:54 GMT -8
well what I will do then, is set it up to have an array where you can add in the different backgrounds (keyed off the same data the NHL icon uses) and it will use the current background as the default in case it doesnt see a NHL icon.
|
|
|
Post by eveready on Jan 12, 2010 9:28:22 GMT -8
That sounds good.
|
|
|
Post by Wormopolis on Jan 18, 2010 22:26:08 GMT -8
I havent given up on this, Im just trying to get the other 2 codes to work with it.
where did you get the code for the Jersey number? its not complete and has an error.
|
|
|
Post by eveready on Jan 19, 2010 4:38:57 GMT -8
|
|