opera

CSS Problem - Link (position:absolute) above a Box not work in IE + Opera

China☆狼群 提交于 2019-12-09 09:46:50
问题 I have a link in the bottom of a div-box, which have position:absolute and should overlay the whole div-box. like that: http://jsfiddle.net/UpwvT/4/ In FF and Webkit it works fine, but in IE + Opera the "some text" is still not a link and not clickable. Anybody an idea? :) thanx 回答1: It looks like bug in Opera and IE. There is my hack for Opera and IE9. Add this for .link background-color: rgba(204,204,204,0.01); It is very transparent background. http://jsfiddle.net/UpwvT/19/ It doesn't work

Why won't Opera (11.00) display custom (@font-face) fonts?

百般思念 提交于 2019-12-09 05:06:16
问题 @font-face { font-family: 'PFDinMonoBold'; src: url('pfdinmono-bold-webfont.eot'); src: local('☺'), url('pfdinmono-bold-webfont.woff') format('woff'), url('pfdinmono-bold-webfont.ttf') format('truetype'), url('pfdinmono-bold-webfont.otf') format('opentype'), url('pfdinmono-bold-webfont.svg#webfontS2rh8Zow') format('svg'); font-weight: normal; font-style: normal; } made it with the font squirrel generator. By the way, custom fonts are not shown on the squirrel web either What could be the

Why do HTML Entities get garbled in View Source?

我怕爱的太早我们不能终老 提交于 2019-12-09 04:32:28
I've seen this behavior across several different browsers over the years (Chrome, Firefox, and Opera, at least), but most recently it happens only in Opera and Chrome - I think Firefox fixed it at some point. If I have a page which pushes a fairly sizeable chunk of data (several thousand lines of HTML) to the browser, if I use any HTML Entities in the data, they come through malformed when you view the source code. For example, I put a "lower right pencil" entity ( ✎ - or ✎ ) throughout the contents of a page in order to label "Edit" links. However, when I load the same page in any browser and

Server sent events and browser limits

孤人 提交于 2019-12-09 04:06:54
问题 I have a web application that listens for Server Sent Events. While I was working and testing with multiple windows open, things were not working and I banged my head for several times looking in the wrong direction: eventually, I realized that the problem was concurrent connections. However I was testing a very limited number and even if I am running the test on Apache (I know, I should use node). I then, switched browser and noticed something really interesting: apparently Chrome limits

IE10, Opera 12 :: Opacity:<1, display:inline leads to a strange cropping

假装没事ソ 提交于 2019-12-08 21:35:45
问题 In this question - If the staff and community won't mind - I would like to address two different bugs of different browsers, though ocuring on same conditions. The bugs happen when an element with display:inline (and a box-shadow , but this is set here more for a demonstration purpose) gets opacity less than 1. Then IE 10 (at least) chops the box-shadow as if "overflow:hidden" was set. Opera 12.15 leaves the box shadow only on the first line of the text. The HTML to demonstrate the issue:

My App Screen Appears in Browsers

99封情书 提交于 2019-12-08 17:30:48
问题 I open browser (opera or firefox ) on Android and write my deeplink on address bar when I press Go button on Browsers ,It redirect me to My app As expected but the problem is My app appears on Browser like in Image How I can open my app and close the browser after that or make it not display my app screen on it. 回答1: Your app is launched into the browser task. So you have to add android:launchMode="singleTask" to your <activity> tag to make your app the root of its own task. See android

min-height: auto not working in Opera

岁酱吖の 提交于 2019-12-08 17:00:22
问题 I have noticed that min-height is not working in Opera. I am trying something like this: <div class="content"><div> <div class="content newstyle"><div> And my CSS code is: .content { min-height: 600px; } .newstyle { min-height: auto; } And Opera just acts like min-height didn't exist. If I apply any other style in .newstyle , like background or whatever, then it works well. But min-height: auto seems not to work... Any idea? 回答1: CSS2.1 defines the initial value of min-height to be 0, not

Get URL from Opera browser

狂风中的少年 提交于 2019-12-08 12:30:32
问题 I am trying to get URL from Opera browser, I assumed it is the same as for Chrome but I was wrong since it doesn't work this way. whatever I have done so far is: public static string GetURL(IntPtr intPtr, string programName, out string url) { string temp = null; if (programName.Equals("opera")) { // // there are always multiple opera processes, so we have to loop through all of them to find the // // process with a Window Handle and an automation element of name "Address and search bar" /*

CSS3 @font-face Not Rendering Font in Opera 11.x

元气小坏坏 提交于 2019-12-08 08:59:28
I'm running into an issue with Opera not rendering my HTML5 site properly. The site and my @font-face are working perfectly in Safari, Chrome, IE9, Firefox 3.5+, etc. I'm wondering if someone has run into this issue before and how they fixed it. Here's a breakdown of my code: In the root I have a folder called fonts. This folder has all my font files and a stylesheet called stylesheet.css that looks like this: @font-face { font-family: 'LeagueGothicRegular'; src: url('League_Gothic-webfont.eot'); src: url('League_Gothic-webfont.eot?#iefix') format('embedded-opentype'), url('League_Gothic

CSS3 @font-face Not Rendering Font in Opera 11.x

馋奶兔 提交于 2019-12-08 08:26:39
问题 I'm running into an issue with Opera not rendering my HTML5 site properly. The site and my @font-face are working perfectly in Safari, Chrome, IE9, Firefox 3.5+, etc. I'm wondering if someone has run into this issue before and how they fixed it. Here's a breakdown of my code: In the root I have a folder called fonts. This folder has all my font files and a stylesheet called stylesheet.css that looks like this: @font-face { font-family: 'LeagueGothicRegular'; src: url('League_Gothic-webfont