Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS IE inline-block problem Re: IE inline-block problem

#114281
Watson90
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;