Forum Moderators: not2easy

Message Too Old, No Replies

mac attack, style sheets dont load on mac

css mac

         

bono

12:06 pm on Jun 24, 2005 (gmt 0)

10+ Year Member



my style sheet is loading on a mac.. but ive checked the sheet with the w3c css validator..

anyone know what cud be wrong..?

its an external style sheet linked in like this...

<link href="style.css" rel="stylesheet" type="text/css">

Robin_reala

12:19 pm on Jun 24, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



What browser on Mac?

bono

12:31 pm on Jun 24, 2005 (gmt 0)

10+ Year Member



I think they were using safari im not sure,..

emac

4:55 pm on Jun 24, 2005 (gmt 0)

10+ Year Member



stylesheets will render on safari and will be almost exact to what you see on firefox (only a couple of strange issues that may have been fixed on the newer versions of safari) IE on a mac will not render some css such as <li> displayed as block, etc...... What I tell anyone using a mac is to use firefox (takes a while to launch) or a newer version of safari. I personally use both mac and pc and on my mac I run safari for testing and 99.8% is just fine.

bono

8:49 am on Jun 30, 2005 (gmt 0)

10+ Year Member



well my sites working on mac, I found a nice site that takes a screen shot for you of it running in safari...

called icapture

its wierd that the site still doesnt display on this one customers mac.. anyone got any thoughts of what this might be?

benihana

9:00 am on Jun 30, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



We really need to know more info.

e.g. if they are running IE/mac, and you have a backslash in your css comments e.g.

/* this is a comment \*/

the rest of the stylesheet will be ignored.

bono

10:44 am on Jun 30, 2005 (gmt 0)

10+ Year Member



thanks ill try that one.. i had some comments in my css that werent really needed..