---
title: "How does target lover than IE9 and greather than 8 with other browser with valid CSS?"  
description: "How does target lover than IE9 and greather than 8 with other browser with valid CSS?"  
author: "Anonymous User"  
published: 2013-04-16  
updated: 2013-04-16  
canonical: https://www.mindstick.com/forum/766/how-does-target-lover-than-ie9-and-greather-than-8-with-other-browser-with-valid-css  
category: "css-css3"  
tags: ["css-css3"]  
reading_time: 1 minute  

---

# How does target lover than IE9 and greather than 8 with other browser with valid CSS?

**Hi Guys**\
I want to [execute](https://www.mindstick.com/interview/49/how-can-i-execute-a-php-script-using-command-line) individual few lines of [code](https://yourviews.mindstick.com/view/85458/alan-turing-the-mastermind-behind-cracking-the-enigma-code-during-world-war-ii) for IE 7 and IE 8 and few for greater than IE 8 with other browsers such that firebox, [chrome](https://www.mindstick.com/blog/303260/discover-google-s-latest-ip-protection-privacy-test-feature-in-chrome), opera and [safari](https://www.mindstick.com/forum/453/font-weight-bold-property-not-support-in-ie-opera-safari-chrome)\
Please help me!\
Thanks!

## Replies

### Reply by AVADHESH PATEL

Hi Pravesh!\
Get the help from following line of code <!--[if lt IE 9]> <p> Supported lower than IE 9 Version</p> <![endif]--> <!--[if gt IE 8]><!--> <p> Supported greater than IE 8 and other browser such that Firefox, Chrome, Opera and Safari</p> <!--<![endif]-->


---

Original Source: https://www.mindstick.com/forum/766/how-does-target-lover-than-ie9-and-greather-than-8-with-other-browser-with-valid-css

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
