CSS positioning things differently between browsers [closed]

Use position: absolute for links. Example for “May”: position: absolute; left: 220px; top: 226px; z-index: 2; text-decoration: none; font-family: helvetica; font-size: 21px; text-align: center; font-weight: bold; font-stretch: extra-condensed; line-height: 90%; Updated Else use percents instead of pixels. position: absolute; left: 31%; top: 25%; z-index: 2; text-decoration: none; font-family: helvetica; font-size: 21px; text-align: center; font-weight: bold; … Read more