Except it's not a border issue and even if it were, that type of thing should be done in the CSS.
I would make the following suggestions;
- On the home page you've included the css file for 2col_leftNav as well as 3 other stylesheets. I suspect you're getting conflicting styles there. In fact, when I comment out the petzone.css link, that blue "line" disappears. The blue showing thru is the background of your page thru a gap.
- The top bar, the one you call #header_bg - don't slice it that way, you're not slicing images for tables. You can easily make that top section 1 single graphic.
- I'm not sure what you're doing with CSS like this:
Quote:
#superwrap #wrapper #contact_wrap #contact_content {
padding: 20px;
}
|
If your aim is to apply that padding to all of those divs, then the elements must be separated by commas. If you're pyramiding just to target the last element, it's not necessary and you're making things more difficult for yourself.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|