I'm trying to get the red 'year' tag to fit exactly on the right edge of my magazine:
www.timothy-clark.com/mag
It works on my Safari but not on pc.
CSS:
#year {
position: absolute;
right: 0px;
left: 775px;
margin: 0 auto;
padding: 0;
width: 25px;
}
Help please.