Skip to main content
Inspiring
April 18, 2009
Question

cfwindow header border-color

  • April 18, 2009
  • 3 replies
  • 1337 views

I seem to be having difficulty changing the border color of the header of a cfwindow. No matter what attribute I set the left and right border of the header will not change to the color I want. I want the header to be all black but I still get a gray line on the left and right side. My code looks like this:

headerstyle="background-color:##000000;font-family:Arial; font-size:13px;color;border-left:##000000;border-right:##000000"

Why won't the sides of the header turn black?

    This topic has been closed for replies.

    3 replies

    May 4, 2009

    Did you try using border-bottom-color, border-top-color, etc., instead of just border-bottom, border-top?

    ghouserAuthor
    Inspiring
    May 4, 2009

    Yup.  Tried it all, and even made up some things to try.  My last reply is the way to "Git 'er done."

    ghouserAuthor
    Inspiring
    April 25, 2009

    No one has responded, however I have determined the only true way to get everything to match a theme is to tunnel down in the asset folders and edit/replace the graphics used to created the window frame.  Attributes and CSS can't touch all the elements.  So, there you have it.

    Participant
    April 26, 2009

    Thanks - guess I'll just go with the vanilla trim, then - I have no real reason to go that far...

    Participant
    April 24, 2009

    You and I can't be the only ones having this issue - and yours is the only comment I've seen on the subject...

    Did you ever find an answer?