s_action text float

This topic has been marked as resolved.

Is there a possebility to let the text float over the image instead of making room between the images. Look at the attachment

November 18, 2011 at 3:43 pm #3683

Hi,

We will need to take a look at the website too. Could you, please, send us the address?

Best,
ThemeBurn team

November 21, 2011 at 10:36 am #3727

Hi
The website is http://www.joy2have.nl it’s on the home page

Thanks for watching

November 21, 2011 at 10:58 am #3736

Hi,

The effect you want to achieve, could be done with negative margin. E.g. when you hover an item, it gets another 50px taller. You need to set margin-bottom: -50px; so the hovered element don’t make room for the new height.

The problem may appear, if the text you want to show has different height. The solution is to cut the text with css. Other solution is to set the negative margin dynamically with javascript.

Hope, we have helped,
ThemeBurn team

November 24, 2011 at 10:02 am #3825

Thanks it’s working now!

November 29, 2011 at 12:50 am #3939

Glad, we’ve helped :)

November 30, 2011 at 12:17 pm #3979
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.