for the header image in particular, you'll want to make a script containing this
code:@-moz-document domain(msghelp.net) {
#header{
height:75px !important; // change to the height of your logo or BG, whichever is taller
}
#header h1{
margin:0 0 0 18px !important; //offset from the left of the screen
background: url(' ### URL to header logo here ### ') no-repeat 0 0 !important;
//I'm using http://img215.imageshack.us/img215/4192/plusentryji0.png
width:425px !important; //CHANGE to the dimensions
height:75px !important; //of your header image
}
for the header image in particular, you'll want to make a script containing this
code:@-moz-document domain(msghelp.net) {
#header{
height:75px !important; // change to the height of your logo or BG, whichever is taller
}
#header h1{
margin:0 0 0 18px !important; //offset from the left of the screen
background: url(' ### URL to header logo here ### ') no-repeat 0 0 !important;
//I'm using http://img215.imageshack.us/img215/4192/plusentryji0.png
width:425px !important; //CHANGE to the dimensions
height:75px !important; //of your header image
}
}
#header #mainnav li a { color: white !important; border-left: 1px solid white !important; }
#header #mainnav li#navhome a { border-left: 0 !important; }
I made one
This post was edited on 04-01-2007 at 03:18 AM by Rolando.