Forum Moderators: not2easy

Message Too Old, No Replies

Safari and CSS Div

         

PowerUp

9:20 am on Jun 20, 2007 (gmt 0)

10+ Year Member



My page works fine in IE7, IE6, FF2, AOL and Opera9. But my site breaksdown in Safari.

I think it's something to do with the Divs. Is this a popular issue with Safari? Any way to solve this? Thanks.

SuzyUK

9:53 am on Jun 20, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Safari Mac or PC?

IF PC can you confirm if the same issue is present in Mac, because if it's not I'd say there's not much to do yet as Safari PC is beta..

and if it is both or Mac have you got a small sample of code that reproduces the problem? unfortunately thinking it's got 'something to do with divs' is not enough information ;)

Vasudev

9:34 pm on Jun 25, 2007 (gmt 0)

10+ Year Member



I have exactly the same problem on Safari Mac.
Pages work fine on all browsers except safari mac. It looks like no css is working at all when viewed in Safari

I would be very grateful for any suggestions, as I have tried many things

Marshall

12:31 am on Jun 26, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



While I hate to state the obvious, but did you validate your CSS and HTML? Sometimes the problem can be as simple as accidently using a : when it should be a ;.

[jigsaw.w3.org...]

[validator.w3.org...]

Marshall

Vasudev

7:30 am on Jun 26, 2007 (gmt 0)

10+ Year Member



It is always worth pointing out the obvious to beginners. :)

just a matter of changing margin: 5;
to margin: 5px;

Thank - you Marshall

Marshall

7:38 am on Jun 26, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Been there - done that ;)

I once spent about an hour trying to find an error which was simply, and accidently, using ) instead of }. I could not clearly see the difference on my screen. If I had listened to my own advice, it would not have taken sooooo long.

Marshall