Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GetSimple only edits only working in Opera...
#6
your header css is all messed up...

.header {
background: #CC5500;
background: -moz-linear-gradient(top, #6B94B4 0%, #316594 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6B94B4), color-stop(100%,#316594));
filter: progidBig GrinXImageTransform.Microsoft.gradient( startColorstr='#6B94B4', endColorstr='#316594',GradientType=0 );
height:160px;
border-bottom:#2B5780 1px solid;
}

if you want one color you only need :

background: #CC5500;
height:160px;
border-bottom:#2B5780 1px solid;
Reply


Messages In This Thread
GetSimple only edits only working in Opera... - by giggty - 2012-08-10, 01:40:52



Users browsing this thread: 1 Guest(s)