Custom Query (13852 matches)
Results (34 - 36 of 13852)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#4369 | invalid | I have problems with internet explorer | ||
Description |
I have installed this great menu on a shopping cart development that I am doing but I have a problem with Internet explorer, the text moves to the right, I have uploaded two picture samples The site can be analyzed online here: http://www.vitwebdevelopments.com/onlineshoppingcyprus/products.php?cat=1 #1 with firefox ( it looks perfect) #2 with IE, the text moves to the right [img]http://www.3dmagicaldesigns.com/3dmd_webdesign/customers/drop_down_menu_IE_and_firefox.jpg[/img] Please help!!! I feel stucked. How can I solve this problem |
|||
#7694 | duplicate | JSONP doesn't use Accept-Header application/json | ||
Description |
If using $.getJSON() or $.ajax() with datatype jsonp or with datatype json and callback=? in the url, the Accept Header of the request is set to */* instead of application/json. In my case this forces the REST server to respond with application/xml. The same problem was issued in Ticket #6551, but it was set to invalid. I think this is a valid bug. So I create a new ticket for this. |
|||
#9847 | duplicate | code in a iframe can trigger another iframe's element's events | ||
Description |
i have a html which contains two iframe,i bind a custome event to a button,when i trigger the event in another event,there is no effects |