Results 1 to 5 of 5

Thread: Frames and border color

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2001
    Location
    Denmark
    Posts
    1,049

    Question 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>

  2. #2
    Fanatic Member cpradio's Avatar
    Join Date
    Apr 2002
    Posts
    616
    add border="0" to your <frameset> tag
    http://cpradio.net/
    Administrator @ WDForums and a Moderator @ WebXpertz City Forums

  3. #3
    Member
    Join Date
    Jun 2002
    Location
    Delaware
    Posts
    33

    Red face

    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>

  4. #4
    Member
    Join Date
    Jun 2002
    Location
    Delaware
    Posts
    33
    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>

  5. #5
    Fanatic Member cpradio's Avatar
    Join Date
    Apr 2002
    Posts
    616
    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
    http://cpradio.net/
    Administrator @ WDForums and a Moderator @ WebXpertz City Forums

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width