Hi -

The following appears in my style.css but no border is appearing.

div.panel-col-last div.panel-pane{
border: solid 1px red;
}

I save the source of the file as a .html page and then place the following in the area it works fine, so that tells me that the css is correct, right?

div.panel-col-last div.panel-pane{ border: solid 1px red; }

I've confirmed that the proper .css is linked from the file and also that the proper css is in the .css file.

Any suggestions on what else to check? Thanks so much.

Comments

barry769’s picture

It may be being overridden by a different css file.
Try using the firefox addon firebug to inspect the element and see if a different file or declaration is taking precedence.

savageanne’s picture

Thanks Barry - I discovered the problem was actually a stray */ way off to the right just before the style.