vote up 0 vote down star

Does anyone know why my site is all messed up on safari? I need to get it live by monday and this is racking my brain.

http://cheapramen.com/JQuery/WildFire/

Thanks in advance!

flag

43% accept rate

3 Answers

vote up 1 vote down check

For the most obvious problem, I believe you need to have float:left; on the image so that the text lines up properly.

I don't see anything else that looks unintentional; can you clarify what you'd like fixed?

Also, please validate your site before asking for help fixing it.

link|flag
word up, sorry I just switched from CSE to notepad++ and I totally spaced on the doctype and did not validate. Thanks for the tip, hopefully I get er' goin. – daveywhitney Nov 8 at 1:38
I floated the picture of the bar left as well as the other content and now it is perfect in all browsers! You rule! Thanks! – daveywhitney Nov 8 at 2:02
vote up 2 vote down

When I look at the page source, I see a closing script tag without a corresponding opening tag right after the body tag. Do you have some conditional code that should contain the closing tag?

<body>



</script>
link|flag
ooo thank you, an old tag I forgot to delete, still have crazy formatting problems though.... – daveywhitney Nov 8 at 1:13
your last image tag is also not closed – scunliffe Nov 8 at 1:17
vote up 0 vote down

I would give it a DocType and so forth.

Do run it on W3C Validator from time to time. It should validate and, everything that does not validate, you should know why.

Meaning that what does not validate is under-your-control and you know why it doesn't.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.