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 Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.