Forum Moderators: not2easy

Message Too Old, No Replies

Mac CSS Prob (border not showing)

Style is not showing on linked css, but inline is ok

         

vsidwell

3:24 pm on Mar 17, 2004 (gmt 0)



Ok,

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;
}

madmac

5:21 pm on Mar 18, 2004 (gmt 0)

10+ Year Member



the CSS you posted works fine for me in OS X.

Can you post some of the HTML code as well with its CSS so we can get a better idea?

drbrain

6:07 pm on Mar 18, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You can also try to Validate your CSS [jigsaw.w3.org].