#5420 closed enhancement (worksforme)
Can't get CSS value of "border-spacing" on InternetExplorer8
Reported by: | sutara_lumpur | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | 1.4 |
Component: | attributes | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Error: (InternetExplorer8)
$('table').css('border-spacing');
0; |
Value of "border-spacing" is like "10px 10px". But, "left" can accept value like "10px", "5em", "3pt".
So, a error occurs when getting CSS value of "border-spacing" on InternetExplorer8.
Change History (1)
comment:1 Changed 13 years ago by
Component: | unfiled → attributes |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
What exact error are you getting? I am not seeing an error. Please post a complete test case with script and html.