MyBB Community Forums

Full Version: avatar question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
I asked how I could get an avatar to set as the background image in a table, and posted what I had tried that did not work for me. The example site is now closed I guess, it was open before but I didn't realize it wasn't open any longer, so sorry about that. I'm not sure what else to provide? I basically just wanted to put it as the background image in a table, so I could have information appear on top of it, since its the background. Probably using transition CSS.
right, so you want to use the avatar as the background image for a table determined in css? It can't really be done because the avatar url is not consistent; sometimes a png, sometimes a jpg, sometimes an remote file, sometimes a hosted file, sometimes an uploaded file.

There are plugins that make it possible to use the avatars in the board outside postbit, but they are not really suitable for what I think you want - it also depends where you want it. Maybe take a screenshot of what you are trying to achieve?

as you want it IN postbit then you might have to make it an overlay - already suggested I think.
I tried to edit a screenshot of the postbit area to show what I mean. So like right now this is what the avatar looks like in a postbit - http://i49.tinypic.com/15zs8jb.png and then when you hover over it in a persons post I want like a little box to show up that will list info, like their name, gender, post count like this - http://i45.tinypic.com/2uzuf0w.png I'm not sure what is meant by using an overlay, but I will try to look that up now.

Oh okay, so I think I may have figured out the overlay thing, I was wondering if there was a way to slow it down? so its more fade in instead of suddenly showing up? like with transitions?
If you want to go pure CSS that will probably work, try something like this:

http://www.webstutorial.com/css3-image-h...fects/css3
Pages: 1 2 3