I'm trying to manipulate a div element. Although I have defined certain property values, I can't seem to get the initial values.
Here's the problem: Fiddle
I'm at the end of my rope... Thanks.
|
I'm trying to manipulate a div element. Although I have defined certain property values, I can't seem to get the initial values. Here's the problem: Fiddle I'm at the end of my rope... Thanks. |
|||
|
|
|
I think you have to use Sidenode: UPDATE Managed to get the initial positions, if that's what you need, you can reassign these values if i remember well.
The other version would be to use the following
|
||||
|
|
|
The problem is that your style is not defined within the html but comes from css. In that case you need to use getComputedStyle to retrieve the styling information. Do something like
rather than item.style. |
|||||
|
|
How about using
Again, in this case, these calls return |
|||
|