I have this query: $("#drag-channels > div[style*='220']") This doesn't work on Opera 9.64 browser, but on my other browsers(FF 3.5beta, IE8, Chrome 2) works perfectly. I wonder if this is a jQuery bug. With this query I want to select a div wich has a left property of 220px. The div looks like this(simplified): <div id="drag-channels"><div id="i10002.port.ro" class="channels" style="left:220px;">Some content here</div></div>
Thanks