Forum Moderators: not2easy
So I have been beating my head on this one. I have found that Mac IE 5.2.3 (and Safari) - osx does not like my Border definitions. Mac 9 is OK, PC ie and netscape - no problem. All of the rest of my CSS is showing up - except a dashed border I have around the body of the pages (and seperating a few cells).
I have gone through and verified case (I have discovered that Macs are extreamly case sensitive). And I have created local style sheets (Ones that reside on the page - in the head) and they seem to work fine. Its when it is grouped with the rest of the linked css that the borders are not showing (All other css works fine.
I have verified the css in TopStyle. The styles are in the middle of the sheet - and styles below them are showing - so I know the styles arent corrupting the rest of the css.
Anyone have another suggestion?
Thanks
Vince
ex:
.borderbl {
border-bottom: 1px dashed #FF6699;
border-left: 1px dashed #FF6699;
}
.borderfull{
border: 1px dashed #FF6699;
}
.borderl {
border-left: 1px dashed #FF6699;
padding: 5px;
}
.borderrl{
border-left: 1px dashed #FF6699;
border-right: 1px dashed #FF6699;
}