View Full Version : Frame line color
asian42die4
10-29-2002, 08:11 PM
Dating back to my previous respond with thanks to beetle i have used the code frameborder="no"
but why is there another white line there still, i have looked at all my code and none of it has the color=white...how can i change this to black?
<ps> i use microsoft frontpage
beetle
10-29-2002, 08:38 PM
Hey again,
Might be the border from something else...or padding/margin causing a problem...
got a link to your page online?
webmarkart
10-29-2002, 08:39 PM
well seeing how we cannot see your previous post from here, you need to give either the url or the code. If you already posted a question regarding this, why did you need to open a new post?
asian42die4
10-30-2002, 04:01 AM
<html>
<head>
<title>Faculties</title>
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
</head>
<frameset rows="80,*">
<frame name="header" scrolling="no" noresize target="main" src="Faculties.htm" frameborder="no">
<frame name="main" src="facultiesBottom.htm" target="_self" frameborder="no">
<noframes>
<p>This page uses frames, but your browser doesn't support them.</p>
</noframes>
</frameset>
</html>
heres the code for the HTML FRAME
asian42die4
10-30-2002, 04:03 AM
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<STYLE TYPE="text/css"><!-- BODY {scrollbar-3dlight-color: red; scrollbar-arrow-color: White; scrollbar-base-color: grey; scrollbar-darkshadow-color: black;scrollbar-face-color: black; scrollbar-highlight-color: black; scrollbar-shadow-color: grey; scrollbar-track-color: black;} //--></STYLE>
<style>
<!--
#slidemenubar, #slidemenubar2{
position:absolute;
left:-154px;
width:160px;
top:140px;
border:1.5px Green;
background-color:White;
layer-background-color:Red;
font:bold 15px AvantGarde Bk BT;
line-height:20px;
}
-->
</style>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Faculties</title>
<base target="_new">
</head>
<body bgcolor="#000000">
<script language="JavaScript1.2">
var ns4=document.layers?1:0
var ie4=document.all?1:0
var ns6=document.getElementById&&!document.all?1:0
if (ie4||ns6)
document.write('<div id="slidemenubar2" style="left:-150" onMouseover="pull()" onMouseout="draw()">')
else
document.write('<layer id="slidemenubar" onMouseover="pull()" onMouseout="draw()">')
var sitems=new Array()
var sitemlinks=new Array()
//extend or shorten this list
sitems[0]="Home"
sitems[1]="Careers"
sitems[2]="Industrial Arts"
sitems[3]="Social Science"
sitems[4]="Home Economics"
sitems[5]="Computers"
sitems[6]="Library"
sitems[7]="Art"
sitems[8]="PE"
sitems[9]="History"
sitems[10]="Music"
sitems[11]="English"
sitems[12]="Science"
sitems[13]="Maths"
//These are the links pertaining to the above text.
sitemlinks[0]="applet2.htm"
sitemlinks[1]=".."
sitemlinks[2]="../dynamicindex1/index.html"
sitemlinks[3]="../dynamicindex3/index.html"
sitemlinks[4]="../dynamicindex2/index.html"
sitemlinks[5]="../dynamicindex4/index.html"
sitemlinks[6]="../dynamicindex5/index.html"
sitemlinks[7]="../dynamicindex6/index.html"
sitemlinks[8]="../dynamicindex10/index.html"
sitemlinks[9]="../dynamicindex8/index.html"
sitemlinks[10]="../dynamicindex9/index.html"
sitemlinks[11]="../dynamicindex7/index.html"
sitemlinks[12]="../dynamicindex11/index.html"
sitemlinks[13]="../Hello there"
//If you want the links to load in another frame/window, specify name of target (ie: target="_new")
var target=""
for (i=0;i<=sitems.length-1;i++)
document.write('<a href='+sitemlinks[i]+' target="'+target+'">'+sitems[i]+'</a><br>')
function regenerate(){
window.location.reload()
}
function regenerate2(){
if (ns4)
setTimeout("window.onresize=regenerate",400)
}
window.onload=regenerate2
if (ie4||ns6){
document.write('</div>')
themenu=(ns6)? document.getElementById("slidemenubar2").style : document.all.slidemenubar2.style
rightboundary=0
leftboundary=-150
}
else{
document.write('</layer>')
themenu=document.layers.slidemenubar
rightboundary=150
leftboundary=10
}
function pull(){
if (window.drawit)
clearInterval(drawit)
pullit=setInterval("pullengine()",50)
}
function draw(){
clearInterval(pullit)
drawit=setInterval("drawengine()",50)
}
function pullengine(){
if (ie4&&themenu.pixelLeft<rightboundary)
themenu.pixelLeft+=5
else if (ns6&&parseInt(themenu.left)<rightboundary)
themenu.left=parseInt(themenu.left)+5
else if( ns4&&themenu.left<rightboundary)
themenu.left+=5
else if (window.pullit)
clearInterval(pullit)
}
function drawengine(){
if (ie4&&themenu.pixelLeft>leftboundary)
themenu.pixelLeft-=5
else if (ns6&&parseInt(themenu.left)>leftboundary)
themenu.left=parseInt(themenu.left)-5
else if(ns4&&themenu.left>leftboundary)
themenu.left-=5
else if (window.drawit)
clearInterval(drawit)
}
</script>
<p><font color="#FF0000" face="AvantGarde Bk BT" size="5">
<marquee behavior="alternate" bgcolor="#000000">To use hover mouse over the
white box to the left</marquee>
</font></p>
<p> </p>
<p> </p>
<p align="center"><img border="0" src="MVHS.JPG" width="291" height="252"></p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"> </p>
</body>
</html>
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.