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.

z index - DIVS over flash movies in Internet Explorer -


the age old question... why hell doesn't div positioned on flash object stay on top z-index. have found answer in past, it's been long, can't seem it. flash movie in div floating left:

<div id="flash"> <object width="614" height="289"> <param name="movie" value="images/75.swf"> <param name="wmode" value="transparent"> <embed src="images/75.swf" width="614" height="289" wmode"transparent"> </embed> </object> </div> 

my css div needs on top is:

.menu ul li:hover ul li a:hover { background:#5a3f2d; color:#fff; z-index: 9999; 

i cannot show above flash movie in ie6 or ie8. know old school i'm frustrated! nav div need have absolute position? why doesn't work?

example here. hover on first link on right: "customer service"

thanks :)

hope , please take on. http://manisheriar.com/blog/flash_objects_and_z_index


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 -