Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
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.