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

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -