skifreak85353
07-14-2005, 02:58 PM
I'm having trouble figuring out this issue, and your assistance would be greatly appreciated. I can't really describe it, so I'll just show the code, and a link.
<div class="header">
Search for an existing patient
</div>
<div class="instructions">
enter the first few letters of the last name into the allotted space and click on "Find".
</div>
<div class="header2">
Search for Pharmacies
</div>
<div class="instructions">
This screen allows the user to search for pharmacies on the Practice List, Rcopia List, or both lists.
</div>
<div class="header3">
Search for Prescription(s)
</div>
<div class="instructions">
To search for specific prescriptions, highlight and click on the appropriate choice. The user can click on one or all of the choices (patient, provider, date, and prescription status).
</div>
Here is my style sheet
body {
background-attachment: fixed;
background-image: url(images/BG.gif);
background-repeat: no-repeat;
background-position: right bottom;
font-family: Arial, Helvetica, sans-serif;
}
.header {
font-size: 12pt;
color: #FFFFFF;
background-image: url(images/bgHeader.gif);
font-weight: bold;
}
.header2 {
font-size: 12pt;
color: #FFFFFF;
background-image: url(images/bgHeader2.gif);
font-weight: bold;
}
.header3 {
font-size: 12pt;
color: #FFFFFF;
background-image: url(images/bgHeader3.gif);
font-weight: bold;
}
.instructions {
font-size: 10pt;
color: black;
float: left;
margin-top: 5px;
margin-right: 0px;
margin-bottom: 15px;
margin-left: 10px;
background-image: url();
}
.instructionsSub {
font-size: 10pt;
float: left;
margin-top: 5px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 5px;
}
.containerMain {
width: 425px;
}
I just used header2 and 3 to show the issue. It seems I have no control over the background image. I know this looks like hell in firefox, but I am only concerned with IE at the moment.
The page can be seen at www.dfgimagesolutions.com/help/toc.htm The issue is at the very bottom of the page.
Thanks.
-Dave
<div class="header">
Search for an existing patient
</div>
<div class="instructions">
enter the first few letters of the last name into the allotted space and click on "Find".
</div>
<div class="header2">
Search for Pharmacies
</div>
<div class="instructions">
This screen allows the user to search for pharmacies on the Practice List, Rcopia List, or both lists.
</div>
<div class="header3">
Search for Prescription(s)
</div>
<div class="instructions">
To search for specific prescriptions, highlight and click on the appropriate choice. The user can click on one or all of the choices (patient, provider, date, and prescription status).
</div>
Here is my style sheet
body {
background-attachment: fixed;
background-image: url(images/BG.gif);
background-repeat: no-repeat;
background-position: right bottom;
font-family: Arial, Helvetica, sans-serif;
}
.header {
font-size: 12pt;
color: #FFFFFF;
background-image: url(images/bgHeader.gif);
font-weight: bold;
}
.header2 {
font-size: 12pt;
color: #FFFFFF;
background-image: url(images/bgHeader2.gif);
font-weight: bold;
}
.header3 {
font-size: 12pt;
color: #FFFFFF;
background-image: url(images/bgHeader3.gif);
font-weight: bold;
}
.instructions {
font-size: 10pt;
color: black;
float: left;
margin-top: 5px;
margin-right: 0px;
margin-bottom: 15px;
margin-left: 10px;
background-image: url();
}
.instructionsSub {
font-size: 10pt;
float: left;
margin-top: 5px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 5px;
}
.containerMain {
width: 425px;
}
I just used header2 and 3 to show the issue. It seems I have no control over the background image. I know this looks like hell in firefox, but I am only concerned with IE at the moment.
The page can be seen at www.dfgimagesolutions.com/help/toc.htm The issue is at the very bottom of the page.
Thanks.
-Dave