The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Portal Widget and Board Image HELP

Go down

Portal Widget and Board Image HELP Empty Portal Widget and Board Image HELP

Post by romerxx September 27th 2012, 9:38 pm

A preview of what I'd like to have on my forum: http://www.duelacademy.net/
I need the slideshow like widget, can you guys help me?

and also this,
Can you tell me how to get the hover effects that is used in the board images in this site: http://mystic-duel-academy.pureforum.net/


Please I need help. Thanks in advance.
avatar
romerxx
New Member

Posts : 5
Reputation : 1
Language : english

Back to top Go down

Portal Widget and Board Image HELP Empty Re: Portal Widget and Board Image HELP

Post by romerxx September 28th 2012, 5:47 am

Rideem3 wrote:You can use an accordion: https://help.forumotion.com/t105962-index-in-accordion

As for the hovering, you can do this for phpBB3:
Code:
#logo img {
    opacity: 0.8;
    transform: scale(0.9);
    transition-duration: 0.8s;
}

#logo img:hover {
    opacity: 1;
    transform: scale(1);
    transition-duration: 0.8s;
}
about the accordion, how can I make it look like the one in the site I posted? Please help, I need it to look exactly like that.
and
how will I be able to apply those for my board/forum images?, so far it only applies to the logo itself.
avatar
romerxx
New Member

Posts : 5
Reputation : 1
Language : english

Back to top Go down

Portal Widget and Board Image HELP Empty Re: Portal Widget and Board Image HELP

Post by romerxx September 29th 2012, 3:41 pm

bump..
avatar
romerxx
New Member

Posts : 5
Reputation : 1
Language : english

Back to top Go down

Portal Widget and Board Image HELP Empty Re: Portal Widget and Board Image HELP

Post by romerxx September 30th 2012, 4:45 pm

bump
avatar
romerxx
New Member

Posts : 5
Reputation : 1
Language : english

Back to top Go down

Portal Widget and Board Image HELP Empty Re: Portal Widget and Board Image HELP

Post by romerxx October 1st 2012, 7:00 pm

sigh ~ bump
avatar
romerxx
New Member

Posts : 5
Reputation : 1
Language : english

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum