Reis
Reis

Reputation: 656

Images are moving each other on Zooming effect

Images on my website pushing each other when I go over them with my cursor. I just want them to get big not to push the text after them or other images.

CSS Code:

#pdesign {margin:0;padding:0;width:670px;font-size:18px;}
#pdesign tr td {text-align:center;margin:0;padding:20px
0;float:left;width:223px;height:300px;}

Link: http://tinyurl.com/82ku7wf

Upvotes: 1

Views: 100

Answers (1)

Extelliqent
Extelliqent

Reputation: 1856

You can solve that by using table ;)

Upvotes: 1

Related Questions