I am testing a website in Chrome, Firefox and Internet Explorer using the following in a CSS file.
#foot_links1, #foot_links2, #foot_links3 {
position: absolute;
margin-top: 55px;
margin-top: 14em;
color: #02102f;
font-family: Arial;
}
#foot_links1 {
left: 335px;
}
#foot_links2 {
left: 630px;
}
#foot_links3 {
left: 830px;
}
foot_links1, foot_links2And foot_links3all are in the same line, but catering accommodation foot_links1, foot_links2, foot_links3depending on the browser.
How can i fix this?
X10nD source
share