I'm trying to get a style in my code to change depending on whether Windows or Mac is being used. For Mac the code is:
<div class="special container container_6" style="position:relative; top:-123px">
and for Windows the code is:
<div class="special container container_6" style="position:relative; top:-127px">
This seems similar to what I want to do but it doesn't have an answer...
Any thoughts?