[IMPORTANT] [CSS/HTML] Staff Page Badges

TheLuke

Call me Luke
Nov 13, 2011
55
4
Hey Devbest,

I am trying to fix the badges on Leaf Hotel's staff page. I have kinda fixed them and they show now, but they wont all goto the same height. I have tried doing style="height:50px" but that makes some stretched. Does anybody know how to solve this issue (CSS GODS!). All the badges seem to be different dimensions.

Here is the link to the page:)


Thanks in advance!
 

Solar

Member
Jan 24, 2012
135
10
Could you post that <div> section including the CSS?

EDIT:
CSS:
Code:
img.top
{
vertical-align:top;
}

HTML
Code:
<img src="US08.gif" class="top">
<img src="USA.gif" class="top">
<img src="USH.gif" class="top">

That seemed to work for me. Try it out on blank css and html document.

EDIT DOUBLE:
My results from this coding;
badgesfix.png
 

Users who are viewing this thread

Top