Skip to main content

Bug Tracker

Side navigation

#2576 closed bug (worksforme)

Opened March 23, 2008 02:36PM UTC

Closed October 26, 2010 06:34PM UTC

css( name, value ) problem with opera 9.26

Reported by: ud Owned by:
Priority: major Milestone: 1.2.4
Component: css Version: 1.2.3
Keywords: Cc:
Blocked by: Blocking:
Description

the following code doesn't work with opera 9.26.

In IE7 and firefox 2 it works well.

<html>	  
  <head>
    <script src="jquery-1.2.3.pack.js" type="text/javascript"></script>
    <script type="text/javascript">
      $(function(){
        $("#box").click(function(){
	  $(this).css("border-top","1px solid red");   
	});
      });
    </script>
  </head>
  <body>
   <div id="box" style="border:1px solid black; width:100px; height:100px;">
   </div>
  </body> 
</html

If i close and reopen the opera window, the desired result is shown.

Attachments (0)
Change History (2)

Changed June 20, 2010 06:01PM UTC by dmethvin comment:1

component: corecss

Changed October 26, 2010 06:34PM UTC by miketaylr comment:2

resolution: → worksforme
status: newclosed

Works for me using latest jQuery.