Forums

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

Home Forums CSS Social Media Icons Appear as Steps in IE 7 Re: Social Media Icons Appear as Steps in IE 7

#114233
kblake
Participant

Got it! Thanks.

What I don’t get is I have

ul.icons li a { float: left; }

but I still need to use

ul.icons li { float: left; }

or

ul.icons li { display: inline; }

Both work and I just have it in my ie.css. I tried it i my styles.css and it worked fine there too.