Skip to main content

CSS: IE7 Inline Block

15th October, 2022

Updated: 15th October, 2022

    li { display: inline-block; zoom: 1; *display: inline; }
    
    li {
            display: inline-block;
            .lt-ie8 & { zoom: 1; *display: inline; }
    }

    34e779a8-8a8b-4314-b7c7-20427bec7e8e

    Created on: 15th October, 2022

    Last updated: 15th October, 2022

    Tagged With: