Is there a way to hide the following code when the screen resolution is 1024 X 768 or lower?
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style">
<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
</div>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ankitnagpal"></script>
<!-- AddThis Button END -->
If you have a solution, please provide some code snippets or references. It's important for compatibility with users on Win XP, especially those using IE.
Which technology would be best suited for this task? JavaScript, CSS, or jQuery?