Dear folks --

On this page:
http://www.star.nesdis.noaa.gov/smcd/emb/ff/draft/HE_CONUS_inst.php

You should see a table containing a grid of images. It should have 1
px border on top & left side of the table and on the bottom and right
side of each cell and th.

The style that does this is:

table.imageList {
        border-left: 1px solid #666666 !important;
        border-top: 1px solid #666666 !important;
}

table.imageList th, table.imageList td {
        border-right: 1px solid #666666 !important;
        border-bottom: 1px solid #666666 !important;
        vertical-align: middle;
}

table.imageList th {
        background-color: #D8E7FF;
        color: #444444;
}

table.imageList th h3 {
        font-size: 110%;
        font-weight: bold;
        color: #536BA8;
        margin: 2px;
}

This style info is in a file called local.css, the last stylesheet
loaded of several. I don't think any of the prior sheets should be
contributing to any conflict or confusion.

When I view this page through my local WAMPserver installation on
Firefox, the table initially displays with all of the sides of the
table and table cells bordered, and after a few moments, the top and
left border on the table disappear!!!!!

However, when I load the files onto the actual webserver where they
are supposed to reside, everything looks fine. ????

Can anyone suggest a cause for this very peculiar behavior?

Thanks.

Lori Brown


-- 
===========================
Lori Brown
web developer & troublemaker

If the automobile had followed the same development cycle as the
computer, a Rolls-Royce would today cost $100, get a million miles per
gallon, and explode once a year, killing everyone inside.
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to