The first example isn't working because "bottom" should be "298px" and the bottom example isn't working because the property needs to be the key and "35" should be "35px".
Examples:
$("#myCountDiv").css({bottom: '298px', position: 'relative'});
$("#myInnerContainer").css({marginTop: '35px'});
Have a look at the more examples here.