The setStyles gets only the complete border.
$('myElement').setStyles({
border: '1px solid #000',
width: 300,
height: 400
});Any Idea how to change border-top border-left ... thx in advance
The setStyles gets only the complete border.
$('myElement').setStyles({
border: '1px solid #000',
width: 300,
height: 400
});Any Idea how to change border-top border-left ... thx in advance