min-width for IE

On 2-24-2005, in Coding, CSS, HTML, JavaScript, by Alex

width: expression((document.body.clientWidth || document.documentElement.clientWidth) > 800 ? ‘auto’ : ‘780px’);

 

Comments are closed.