Instead of overwhelming you with lines of code, please visit this page: . The issue at hand is that the tabs are not properly attached to the pane in Internet Explorer 8 (IE8). Since most clients of the veterinary clinic use IE8, this problem has become quite frustrating. Does anyone have any insights as to why this might be happening? See below for the CSS:
html {
margin: 0;
padding: 0;
}
body {
width: 100%;
text-align: center;
margin: 0;
padding: 0;
background-color: #17BFEE;
color: #111111;
font-family: Arial, sans-serif;
}
h1 {
margin: 0;
font-family: 'Marmelad', sans-serif;
font-size: 5em;
color: #111111;
text-shadow: 0px 2px 3px #efefef;
}
#header {
text-align: center;
margin-top: 10px;
margin-bottom: 30px;
}
#content {
text-align: left;
margin: 0 auto;
width: 70%;
}
/* rest of the CSS properties... */