I know that the "logo" is linked to the url, but how do I remove the logo and make the full header_bg active?
I know that the "logo" is linked to the url, but how do I remove the logo and make the full header_bg active?
I just make my logo the full width and height of the logoWrapper.
It does not show in FF, but it does in IE7. I fixed this by editing the stylesheet:
#logo {
display: none
}
Thanks