php - phpbb poll - Enlarge Images on hover -


i'm using phpbb forum software.

i have few images set of options in phpbb poll . display images using bbcode

[img] path image [/img] 

what when user hvers mouse on image, should enlarge

how can achieve ? tried few things - modifying css img in common.css , trying add styling img bbcode doesn't work...

any appreciated.

also there better way put images inside poll?

in css file includes styling image can have main style like

.poll_image { width: 50px; height: 50px } 

and on mouseover

.poll_image:hover { width: 100px; height: 100px } 

that should double width & height of image whilst mouse on it, go normal when moves out.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -