---
title: "What is one method of emulating the min-width property in IE6?"  
description: "What is one method of emulating the min-width property in IE6?"  
author: "Anonymous User"  
published: 2013-06-15  
updated: 2013-06-15  
canonical: https://www.mindstick.com/forum/1130/what-is-one-method-of-emulating-the-min-width-property-in-ie6  
category: "html5"  
tags: ["html5"]  
reading_time: 1 minute  

---

# What is one method of emulating the min-width property in IE6?

Hi [Expert](https://www.mindstick.com/articles/13120/an-expert-financial-advice-will-improve-your-finances),\
What is one [method](https://www.mindstick.com/forum/166/webservice-method) of emulating the [min](https://www.mindstick.com/articles/1155/count-max-min-function-in-excel)-width [property](https://www.mindstick.com/blog/205/property-notification-in-c-sharp) in IE6?\
Thanks in advance.

## Replies

### Reply by AVADHESH PATEL

Hi Alex,\
Use something like the following declaration in a conditional comment style sheet that only IE6 can see**\****width: expression(****documentElement.clientWidth<=500?: 'auto'****);**


---

Original Source: https://www.mindstick.com/forum/1130/what-is-one-method-of-emulating-the-min-width-property-in-ie6

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
