Featured post
css - Website doesn't find stylesheet in Safari/IE -
no idea why happening... looks in firefox:
and looks in safari:
a quick inspection firebug safari shows not picking style sheets except transmenu.css (for menu - isnt' being used). can't find reason why happen.
any ideas?
website: http://tradartsteam.co.uk
thanks
@thomas clayson: remove </script>
on ln. 35 of source-code.
edit: it's 2 lines after <script type="text/javascript" src="/_common/js/mootools-1.2-more.js"></script>
update: @thomas clayson: way page display fine comment out entire <script>
element $.noconflict();
inside until before <script language="javascript" type="text/javascript" src="/js/swfobject.js"></script>
. $.noconflict();
on own breaks page again. i'll more digging , update answer again (unless else can find solution before me).
super massive update: @thomas clayson: after going little batty couldn't see/find problem, set making document compliant doctype
using w3 validator...that , led me offending code hidden deep within events
of $('#calendar').fullcalendar
!
<!--[if gte mso 9]><xml> <w:worddocument> <w:view>normal</w:view> <w:zoom>0</w:zoom> <w:punctuationkerning /> <w:validateagainstschemas /> <w:saveifxmlinvalid>false</w:saveifxmlinvalid> <w:ignoremixedcontent>false</w:ignoremixedcontent> <w:alwaysshowpl...
not horrible, proprietary ms word nonsense, got truncated , well...it severely messed site in unexpected (at least me) ways. ah, though comment below pointing out should have felt in bones having had deal issue far many times before myself came little late, question has given me valuable experience +1 that. ;-)
- Get link
- X
- Other Apps
Comments
Post a Comment