Ritesh, There are a couple of corner plugins available. Which one are you using for this example? I'll see if I can help.
Rey.. Agrawal, Ritesh wrote: > hmm.. > no response... > experts..do you have any suggestion.. > > Regards, > Ritesh > > Agrawal, Ritesh wrote: >> Hi, >> >> I am trying to get corner and hover to work together. The code works >> properly for FF but fails in IE7..below is my sample script that I have >> been trying on.. >> >> <html> >> <head> >> <title>Test Page</title> >> <script src="jquery.js" type="text/javascript"></script> >> <script src="corner.js" type="text/javascript"></script> >> <script type="text/javascript"> >> $(document).ready(function(){ >> $("div.corner").hover( >> >> function(){$(this).css("background-color","#FFFFCC"); }, >> >> function(){$(this).css("background-color","#CCFFCC"); } >> ); >> $("div.corner").corner("round 4px").parent().css('padding', >> '2px').corner("round 6px"); >> }); >> </script> >> </head> >> <body> >> <div id="parent" style="background-color:#000000;"> >> <div class="corner" style="background-color:#CCFFCC;"> >> <div>Name: FirstName LastName</div> >> <div>University: The New York State University</div> >> </div> >> </div> >> </body> >> > _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/