centralcan
12-27-2004, 12:19 PM
Silly question,
my CSS scrollbars only work on some of my HTML documents. Even if i copy and paste the exact HEAD section of my HTML doc to the other pages. These pages are being LOADED into an IFRAME
Here is what the head looks like..
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<HTML>
<HEAD>
<TITLE></TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
<style type="text/css">
<!--
td {
text-align: left;
vertical-align: top;
font-family:Tahoma;
font-size:11px;
color:#818181;
}
a {
text-decoration: underline;
color:#84A7CF;
}
a.1 {
text-decoration: none;
color: 000000;
}
.t11 {
font-family: Tahoma;
font-size: 11px;
font-style: normal;
}
body {
margin:0px;
padding:0px;
background-color: #FFFFFF;
scrollbar-base-color: #ffffff;
scrollbar-face-color: #ffffff;
scrollbar-track-color: #ffffff;
scrollbar-arrow-color: #CCCCCC;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #CCCCCC;
scrollbar-shadow-color: #ffffff;
scrollbar-darkshadow-color: #CCCCCC;
}
.style1 {color: #FFFFFF}
.style5 {font-size: 9px}
-->
</style>
any ideas folks?
Take Care
my CSS scrollbars only work on some of my HTML documents. Even if i copy and paste the exact HEAD section of my HTML doc to the other pages. These pages are being LOADED into an IFRAME
Here is what the head looks like..
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<HTML>
<HEAD>
<TITLE></TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
<style type="text/css">
<!--
td {
text-align: left;
vertical-align: top;
font-family:Tahoma;
font-size:11px;
color:#818181;
}
a {
text-decoration: underline;
color:#84A7CF;
}
a.1 {
text-decoration: none;
color: 000000;
}
.t11 {
font-family: Tahoma;
font-size: 11px;
font-style: normal;
}
body {
margin:0px;
padding:0px;
background-color: #FFFFFF;
scrollbar-base-color: #ffffff;
scrollbar-face-color: #ffffff;
scrollbar-track-color: #ffffff;
scrollbar-arrow-color: #CCCCCC;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #CCCCCC;
scrollbar-shadow-color: #ffffff;
scrollbar-darkshadow-color: #CCCCCC;
}
.style1 {color: #FFFFFF}
.style5 {font-size: 9px}
-->
</style>
any ideas folks?
Take Care