Posted: Mon Feb 23, 2004 11:08 pm
OK....
Here's the first part. I'm tired and my arm hurts. I quit. I'll finish the rest tomorrow and post it.
Well, I see you modified their style sheet. Their's has some errors, but many of the errors are also ones you appear to have introduced.
General Errors:
Coding standards are a fundamentally important part of the work of a coder. Choose a standard you like and use it religiously.
Font names should be in quotes. Always.
Font families should have multiple fonts. The idea is to try to get your ideal font, but to take into account that no matter what the font, some users won't have it. I didn't fix this, but I urge you to do so.
This is a replacement for all parts of the CSS up to the body tag. Delete everything up to that point and replace with this:
peace
edit: had inset mistakenly before medium on one line. fixed.
Here's the first part. I'm tired and my arm hurts. I quit. I'll finish the rest tomorrow and post it.
Well, I see you modified their style sheet. Their's has some errors, but many of the errors are also ones you appear to have introduced.
General Errors:
Coding standards are a fundamentally important part of the work of a coder. Choose a standard you like and use it religiously.
Font names should be in quotes. Always.
Font families should have multiple fonts. The idea is to try to get your ideal font, but to take into account that no matter what the font, some users won't have it. I didn't fix this, but I urge you to do so.
This is a replacement for all parts of the CSS up to the body tag. Delete everything up to that point and replace with this:
Code: Select all
.boxText {
color: lime;
font-size: 13px;
font-family: "Arial Narrow";
}
.errorBox {
font-weight: bold;
font-size: 10px;
font-family: "Arial Narrow";
background-color: #000175;
}
.stockWarning {
color: white;
font-size: 14px;
font-family: "Arial Narrow";
}
.productsNotifications {
font-size: 12px;
font-family: "Arial Narrow";
background-color: #373737;
}
.orderEdit {
color: #70d250;
font-size: 12px;
font-family: "Arial Narrow";
text-decoration: underline;
}
.newinfoboxcontents {
background-color: #ff0000;
}
td.thumbnails {
color: yellow;
font-weight: bold;
font-size: 14px;
font-family: "Arial Narrow";
background: #606060 url(http://www.baylounge.com/catalog/images/mainpage.jpg) repeat;
border: medium inset #ffcc8c;
}
td.thumbnails_newproducts {
color: yellow;
font-weight: bold;
font-size: 12px;
font-family: "Arial Narrow";
background: #606060 url(http://www.baylounge.com/catalog/images/thumbnailbackground6.jpg) repeat;
border-top: medium inset #ffcc8c;
border-right: #ffcc8c;
border-bottom: medium inset #ffcc8c;
border-left: medium inset #ffcc8c;
}
td.thumbnailsheading8 {
color: #f5f5dc;
font-weight: bold;
font-size: 14px;
font-family: "Arial Narrow";
background: #606060 url(http://www.baylounge.com/catalog/images/thumbnailbackground6.jpg) repeat;
text-align: center;
border-right: medium inset #ffcc8c;
border-bottom: medium inset #ffcc8c;
border-left: medium inset #ffcc8c;
}
td.thumbnailsheading7 {
color: #0fff11;
font-weight: bold;
font-size: 19px;
font-family: "Arial Narrow";
background: #606060 url(http://www.baylounge.com/catalog/images/thumbnailbackground6.jpg) repeat;
text-align: center;
border-top: thin inset #ffcc8c;
border-right: thin inset #ffcc8c;
border-bottom: thin #ffcc8c;
border-left: thin inset #ffcc8c;
}
td.thumbnailsheading11 {
color: #ffcc8c;
font-weight: bold;
font-size: 15px;
font-family: "Arial Narrow";
background: #606060 url(http://www.baylounge.com/catalog/images/thumbnailbackground6.jpg) repeat;
text-align: left;
border-top: thin #ffcc8c;
border-right: thin inset #ffcc8c;
border-bottom: thin #ffcc8c;
border-left: thin inset #ffcc8c;
}
td.thumbnailsheading {
color: #0fff11;
font-weight: bold;
font-size: 19px;
font-family: "Arial Narrow";
background: #606060 url(http://www.baylounge.com/catalog/images/thumbnailbackground6.jpg) repeat;
text-align: center;
border: medium inset #ffcc8c;
}
td.thumbnailsheading2 {
color: #0fff11;
font-weight: bold;
font-size: 19px;
font-family: "Arial Narrow";
background: #606060 url(http://www.baylounge.com/catalog/images/thumbnailbackground6.jpg) repeat;
text-align: center;
border-top: medium inset #ffcc8c;
border-right: medium inset #ffcc8c;
border-bottom: medium #ffcc8c;
border-left: medium inset #ffcc8c;
}
td.thumbnailsheading3 {
color: #0fff11;
font-weight: bold;
font-size: 19px;
font-family: "Arial Narrow";
background: #606060 url(http://www.baylounge.com/catalog/images/thumbnailbackground6.jpg) repeat;
text-align: center;
border-top: #ffcc8c;
border-right: medium inset #ffcc8c;
border-bottom: medium inset #ffcc8c;
border-left: medium inset #ffcc8c;
}
td.thumbnailsheading4 {
color: #0fff11;
font-weight: bold;
font-size: 19px;
font-family: "Arial Narrow";
background: #606060 url(http://www.baylounge.com/catalog/images/thumbnailbackground6.jpg) repeat;
text-align: center;
border: medium inset #ffcc8c;
}
td.thumbnailsheading5 {
color: #fafad2;
font-weight: bold;
font-size: 15px;
font-family: "Arial Narrow";
background: #606060 url(http://www.baylounge.com/catalog/images/thumbnailbackground6.jpg) repeat;
text-align: center;
border-top: thin inset #ffcc8c;
border-right: thin #ffcc8c;
border-bottom: thin #ffcc8c;
border-left: thin inset #ffcc8c;
}
td.thumbnailsheading6 {
color: white;
font-weight: bold;
font-size: 12px;
font-family: "Arial Narrow";
background: #606060 url(http://www.baylounge.com/catalog/images/thumbnailbackground6.jpg) repeat;
text-align: center;
border-top: thin inset #ffcc8c;
border-right: thin inset #ffcc8c;
border-bottom: thin #ffcc8c;
border-left: thin #ffcc8c;
}
td.thumbnailsfooterleft {
color: #fafad2;
font-weight: bold;
font-size: 15px;
font-family: "Arial Narrow";
background: #606060 url(http://www.baylounge.com/catalog/images/thumbnailbackground6.jpg) repeat;
text-align: center;
border-top: thin #ffcc8c;
border-right: thin #ffcc8c;
border-bottom: thin inset #ffcc8c;
border-left: thin inset #ffcc8c;
}
td.thumbnailsfooterright {
color: white;
font-weight: bold;
font-size: 12px;
font-family: "Arial Narrow";
background: #606060 url(http://www.baylounge.com/catalog/images/thumbnailbackground6.jpg) repeat;
text-align: center;
border-top: thin #ffcc8c;
border-right: thin inset #ffcc8c;
border-bottom: thin inset #ffcc8c;
border-left: thin #ffcc8c;
}
td.thumbnailsheading9 {
color: #0fff11;
font-weight: bold;
font-size: 19px;
font-family: "Arial Narrow";
background: #606060 url(http://www.baylounge.com/catalog/images/thumbnailbackground6.jpg) repeat;
text-align: center;
border-top: medium inset #ffcc8c;
border-right: #ffcc8c;
border-bottom: #ffcc8c;
border-left: medium inset #ffcc8c;
}
td.thumbnailsheading10 {
color: white;
font-weight: bold;
font-size: 12px;
font-family: "Arial Narrow";
background: #606060 url(http://www.baylounge.com/catalog/images/thumbnailbackground6.jpg) repeat;
text-align: center;
border-top: medium inset #ffcc8c;
border-right: medium inset #ffcc8c;
border-bottom: #ffcc8c;
border-left: #ffcc8c;
}edit: had inset mistakenly before medium on one line. fixed.