bringarn1
01-26-2013, 12:38 PM
I want to have three divs next to eachother(that's not a problem) that are circles and at the bottom of the circle it will show the first words of my information text and on hover the information text will go up so you can read the whole text.
I can't explain it better, so let me show you with pictures:
Normal: http://i.imgur.com/qd0w0fP.png
Hover: http://i.imgur.com/UmzmW74.png
What I tried to do at first was to create a div width: 170px and height 170px and in my CSS set a circle as a background. And do class:hover to bring up the text.
What I realised while attempting this was that I can't hide some of the text "behind" the circle like in the normal picture I posted above.
Now I need a new method.. Whats the best way to do this?
I can't explain it better, so let me show you with pictures:
Normal: http://i.imgur.com/qd0w0fP.png
Hover: http://i.imgur.com/UmzmW74.png
What I tried to do at first was to create a div width: 170px and height 170px and in my CSS set a circle as a background. And do class:hover to bring up the text.
What I realised while attempting this was that I can't hide some of the text "behind" the circle like in the normal picture I posted above.
Now I need a new method.. Whats the best way to do this?