About frames

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sasimca007
    New Member
    • Sep 2007
    • 129

    About frames

    Hello friends,
    I have one doubt that i want to set the bordercolor of frameset tag, it is possible when we doesn't give border property that means as follows:

    <frameset rows="40,*" bordercolor="re d>------------>Working
    <frameset rows="40,*" border=1 bordercolor="re d"------------> Not Working

    In first example the border displayed in thick line with color, in the second example it displays thin line with no color.

    Is there any option that these two properties work together as thin line with color as frameset border, Urgent friends........ ..........
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    borders are best set through CSS. there's a whole bunch of properties associated with borders (style, color, width, spacing, collapse).

    Comment

    • sasimca007
      New Member
      • Sep 2007
      • 129

      #3
      About frames

      Hai firend,
      I agreee with u but they are not working with frameset tag. Test it and if u found anything successful then tell me with the code. Thank u.

      Comment

      • Dormilich
        Recognized Expert Expert
        • Aug 2008
        • 8694

        #4
        then drop the frames, they're not very user-friendly (imho).

        Comment

        Working...