original code:
Code:
.hometabs{
background-image: url(images/newnewtabs.png);
background-repeat: no-repeat;
height: 85px;
}
.defaulttabs{background-image: url(images/newnewtabs.png);background-repeat: no-repeat;
}
the code that now exists:
Code:
.defaulttabs{
background-image: url(images/newnewtabs.png);
background-repeat: no-repeat;
height: 85px;
}
.defaulttabs{background-image: url(images/newnewtabs.png);background-repeat: no-repeat;
}
the code that you wanted:
Code:
.hometabs{
background-image: url(images/newnewtabs.png);
background-repeat: no-repeat;
height: 85px;
}
.defaulttabs{background-image: url(images/newnewtabs.png);background-repeat: no-repeat;height: 85px;
}
_________________
remember the time i had a big obnoxious signature