pascal_22 Posted June 7, 2012 Share Posted June 7, 2012 Hello, I want to create a banner of my newest members. Want something like about 10 pics side by side of my newest members(1pics by membres, so the banneres show the 10 newest members). Each pics will have a width of 50px. (i'm not sure for now the exact size of picture) and what i want is: on mouse over, i just size up the picture maybe a 75px.... I see this on a website, i tought that we need JS to do this but i desabled JavaScript and it style works?? Can you give my a hint on how doing it! Thanks a lot!! Pascal Link to comment https://forums.phpfreaks.com/topic/263829-php-on-mouse-over-of-a-members-pics-i-want-to-size-up-a-little-bit/ Share on other sites More sharing options...
Drongo_III Posted June 7, 2012 Share Posted June 7, 2012 This is just a CSS hover. So if you give your image an id of "image1" then you can add a style like: #image1:hover {width: 75px; height: 75px;} Hope that helps Definitely not done with php tho Link to comment https://forums.phpfreaks.com/topic/263829-php-on-mouse-over-of-a-members-pics-i-want-to-size-up-a-little-bit/#findComment-1351969 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.