• Hi,

    seems like a great plugin can someone tell me how to use these selectors please.

    At the moment this is what I’m trying:

    .ie.gform_wrapper .gform_footer {
    padding: 16px 0 10px 0;
    margin: 16px 0 0 0;
    clear: both;
    }

    is this right? I am trying to target all versions of internet explorer.

    Kind Regards,
    Adam

    https://ww.wp.xz.cn/plugins/browser-specific-css/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Have you tried giving a space after “ie.”? I’m trying this too, but usually there’s a space.

    In the plugin folder, there’s a stylesheet called “example.css”. In there, you’ll see some examples. Here’s one, if you want to target IE7:

    .ie7 .example {
    	background-color: orange;
    }
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘how to use’ is closed to new replies.