Home › Forums › CSS › IE inline-block problem › Re: IE inline-block problem
November 14, 2012 at 3:33 am
#114281
Member
Well, it’s usually best to add;
display: block;
to the anchors themselves to maximise the clicking area if padding is applied etc.
also, instead of;
display: inline-block;
try using;
float: left;