Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

css - Website doesn't find stylesheet in Safari/IE -


no idea why happening... looks in firefox:

alt text

and looks in safari:

alt text

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. ;-)


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -