Author Topic: Message Print Header  (Read 10098 times)

BrotherAndrew

  • Guest
Re: Message Print Header
« Reply #15 on: July 31, 2013, 03:12:49 PM »
In (iehacks.css), All that I could guess to Edit is the (topnav) Color.  That Didn't show up as changed.  And I'm Not sure what to edit in (ie7hacks.css).   :)

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: Message Print Header
« Reply #16 on: July 31, 2013, 03:21:29 PM »
I can't really be of much help since I don't know what you changed and I have a hard time visualizing what your trying to do.

BrotherAndrew

  • Guest
Re: Message Print Header
« Reply #17 on: July 31, 2013, 04:20:14 PM »
In (iehacks), I Changed the (topnav) Color.  NO Changes on Top of my Message Print Page.  :)

#topnav {
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000FF', endColorstr='#0000FF', GradientType=0);
}

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: Message Print Header
« Reply #18 on: July 31, 2013, 08:13:00 PM »
Since you seem to be trying for solid color just do:
Code: [Select]
#topnav {
   background: #0000FF;
}
« Last Edit: July 31, 2013, 10:09:14 PM by SKaero »

BrotherAndrew

  • Guest
Re: Message Print Header
« Reply #19 on: July 31, 2013, 09:56:56 PM »
OK, I'll keep that with Only one color. - The Banner that I have now for my Message Print Header, still Isn't showing.

BrotherAndrew

  • Guest
Re: Message Print Header
« Reply #20 on: August 01, 2013, 06:51:15 PM »
No matter what I do, the changes Don't show up with the Message Print Header Banner & the Header Color on IE.   :)

BrotherAndrew

  • Guest
Re: Message Print Header
« Reply #21 on: August 11, 2013, 10:31:12 PM »
All this time, and my changes Still Don't show.  For now, it looks like I should keep it the way that I have it.   :)