I want to hide the bottom border of the header meta and I’ve been able to on all browsers except Firefox & IE
http://192.185.4.156/~dcaarch/
I used:
#header_meta{
background-color:#ffffff;
border-bottom:0 none!important;
border:0 none!important;
border-bottom-style:none!important;
border-bottom-width:0px!important;
}
Hey darrylo!
Try adding this.
#header_main {
border-top: 0 none !important;
}
Regards,
Elliott
You rock! Thanks Eliott