css - 1px vs thin, IE vs Excel issues -


i have html table rendered in ie, , excel (for reporting)

if set border-width thin, shows 2px border in ie, , 1px border in excel.

however, if set 1px, shows 1px border in ie, , 2px border in excel(???).

how can them both show 1px border looks horrible 2px border.

saving excel file html genrates css so:

.xl32 {mso-style-parent:style0; border-top:.5pt solid windowtext; border-right:1.0pt solid windowtext; border-bottom:1.0pt solid windowtext; border-left:.5pt solid windowtext;} 

.5 displays normal line, 1.0 thick line guess setting te .5pt should work...


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -