Re: [css-d] IE 100% Width

2007-03-20 Thread Gunlaug Sørtun
Mohsen Saboorian wrote: > Here a sample page: > http://siahe.com/zekr/dev/iewidth/102_yusufali-pickthall-transliteration-en.html > > > The problem is actually with CSS rule "table.customTrans" in > screen-style.css. If you're running in quirks mode - like the sample page, then the following add

Re: [css-d] IE 100% Width

2007-03-19 Thread Mohsen Saboorian
Here a sample page: http://siahe.com/zekr/dev/iewidth/102_yusufali-pickthall-transliteration-en.html The problem is actually with CSS rule "table.customTrans" in screen-style.css. Thanks. On 3/19/07, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: > Mohsen Saboorian wrote: > > I have a problem with se

Re: [css-d] IE 100% Width

2007-03-19 Thread Gunlaug Sørtun
Mohsen Saboorian wrote: > I have a problem with setting width to 100% for a table inside a div. > Mozilla is fine, but both IE 6 and 7 have problems, showing a > horizontal scroll bar. > Any workaround? Maybe. Need to see the actual page first. Georg -- http://www.gunlaug.no _

[css-d] IE 100% Width

2007-03-19 Thread Mohsen Saboorian
Hi, I have a problem with setting width to 100% for a table inside a div. Mozilla is fine, but both IE 6 and 7 have problems, showing a horizontal scroll bar. To solve this, I tried to put the following IE-specific rule: width: expression(eval(this.parentNode.offsetWidth) + 'px') so that width wou