width: expression((document.body.clientWidth || document.documentElement.clientWidth) > 800 ? ‘auto’ : ‘780px’);
/* IE 5.5 can’t see the next line but all others can \*/
#column2 { margin-top: 10px;}
/* End hack – BTW it works for Mac IE too */
div#id {
position: static; [1]
position/* */:/**/:relative; [2]
position:relative; [3]
}
Line [1] is read by all browsers – final value for IE5.0
Line [2] is ignored by IE5.0 and IE5.5 but read by all other browsers
Line [3] is also ignored by IE5.0 but is read by IE5.5 – final value for IE5.5
Continue reading »
http://www.designbyfire.com/
http://www.456bereastreet.com/
http://www.zeldman.com/
http://www.hicksdesign.co.uk/
http://www.stuffandnonsense.co.uk/
http://binarybonsai.com/
http://www.shauninman.com/
http://jeffcroft.com/
http://www.veen.com/jeff/
http://www.mezzoblue.com/
http://www.mikeindustries.com/blog/
body {
overflow: -moz-scrollbars-vertical;
overflow-x: hidden;
}
for all browsers (body rel div):
#wrapper {
width: 100%;
height: auto;
overflow: hidden;
}
.grad {filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr=’#0010c0′, startColorstr=’#dddddd’, gradientType=’0′)}
IE only of course

Recent Comments