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 addition should bring IE/win close enough for comfort, IMO...

#quranSection, #searchableSection {
zoom: 1;
}

* html body table.customTrans {
width: 98%;
margin-left: -25px;
}

Won't work in standard mode though.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to