|
-
Jun 13th, 2002, 06:22 AM
#1
Thread Starter
Frenzied Member
Frames and border color
I have a set of frames and I am using the bgcolor navy. My problem is, that between the frames the color is white. I have set the frameborder to zero, but the color is still white. Her is my code. How can I make the entire view to navy?
Code:
<frameset rows="50%,50%">
<frame name="top" src="operator.asp" frameborder=0 scrolling=auto>
<frameset cols="50%,*">
<frame name="venstre" src="intro.htm" frameborder=0>
<frame name="right" src="blank.htm" frameborder=0>
</frameset>
</frameset>
-
Jun 13th, 2002, 07:14 AM
#2
Fanatic Member
add border="0" to your <frameset> tag
-
Jun 14th, 2002, 07:39 AM
#3
Member
try this.....
<frame bordercolordark="Navy" bordercolorlight="Navy" bordercolor="Navy"
You Have To Try To Succeed
<html>
<marquee behavior="alternate" width=50%> This is a test </marquee>
-
Jun 14th, 2002, 07:41 AM
#4
Member
I am not sure on this, but it is always worth a try....you can look around for different sites on HTML and JAVASCRIPT for some more help if this does not work!
bordercolordark="#000000" bordercolorlight="#ff6600" bordercolor="#000000"
I think the #000000 is black so change it to navy
<html>
<marquee behavior="alternate" width=50%> This is a test </marquee>
-
Jun 14th, 2002, 07:44 AM
#5
Fanatic Member
The solution is exactly what I told you to do. It worked on this prior posting this week over the same issue:
http://www.vbforums.com/showthread.p...hreadid=177990
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|