canadianjameson
08-01-2007, 05:55 PM
Hi,
I'm getting a visual discrepancy in Internet Explorer between loading a .htm file alone, and when it is loaded as part of a page (i use an ajax script to load .htm files into a central div)
here's the file on my own
www.enviromark.ca/head/medical.htm
click 'workshops', and it's the 2nd level <ul>
and here it is in it's context (where it displays properly)
www.enviromark.ca/head/index.htm
click the fourth vertical black/white button, then click 'workshops', and it's the 2nd level <ul>
the css in question is
/* CSS Document */
html, body {
height:100%;
font-family: "verdana", trebuchet ms, arial, sans-serif;
font-size: 12px;
}
* a {
color: #0000A0;
text-decoration: none;
text-align: center
}
#pageHolder {
margin-top: 40px;
margin-left: 40px;
}
.centerLinks {
text-align: center;
margin-bottom: 20px;
}
.centerLinks a {
color: #006633;
margin-left: 10px;
margin-right: 10px;
}
.bold {
font-weight: bold
}
#pageHolder ul {
list-style:url(../images/bullet.gif) none outside;
padding:25px 0px 0px 15px;
margin: 5px 10px 0px 0px;
}
#pageHolder li {
margin-bottom: 15px
}
#pageHolder ul ul {
list-style:url(../images/bullet.gif) none outside;
padding:1px 0px 1px 15px;
margin:-15px 10px 2px 0px;
}
#pageHolder li li{
margin-top: -10px
}
#servicesMedical, #clinicsMedical, #workshopsMedical, #calendarMedical, #sexualityMedical, #drugEdMedical, #bodyImageMedical {
display: none
}
#linksMedical {
margin-bottom: 15px;
text-align: center;
height: 20px
}
#linksMedical a {
margin-left: 10px;
margin-right: 10px
}
I'm getting a visual discrepancy in Internet Explorer between loading a .htm file alone, and when it is loaded as part of a page (i use an ajax script to load .htm files into a central div)
here's the file on my own
www.enviromark.ca/head/medical.htm
click 'workshops', and it's the 2nd level <ul>
and here it is in it's context (where it displays properly)
www.enviromark.ca/head/index.htm
click the fourth vertical black/white button, then click 'workshops', and it's the 2nd level <ul>
the css in question is
/* CSS Document */
html, body {
height:100%;
font-family: "verdana", trebuchet ms, arial, sans-serif;
font-size: 12px;
}
* a {
color: #0000A0;
text-decoration: none;
text-align: center
}
#pageHolder {
margin-top: 40px;
margin-left: 40px;
}
.centerLinks {
text-align: center;
margin-bottom: 20px;
}
.centerLinks a {
color: #006633;
margin-left: 10px;
margin-right: 10px;
}
.bold {
font-weight: bold
}
#pageHolder ul {
list-style:url(../images/bullet.gif) none outside;
padding:25px 0px 0px 15px;
margin: 5px 10px 0px 0px;
}
#pageHolder li {
margin-bottom: 15px
}
#pageHolder ul ul {
list-style:url(../images/bullet.gif) none outside;
padding:1px 0px 1px 15px;
margin:-15px 10px 2px 0px;
}
#pageHolder li li{
margin-top: -10px
}
#servicesMedical, #clinicsMedical, #workshopsMedical, #calendarMedical, #sexualityMedical, #drugEdMedical, #bodyImageMedical {
display: none
}
#linksMedical {
margin-bottom: 15px;
text-align: center;
height: 20px
}
#linksMedical a {
margin-left: 10px;
margin-right: 10px
}