Solve the compatibility problem between Opera and scim-Linux general technology-Linux technology and application information. The following is a detailed description. After installing the opera-9.25-20071214.6-shared-qt.i386-en.rpm downloaded from opera.com, The scim input method cannot be used.
Solution:
If scim-bridge is not installed
$ Su
# Yum install scim-bridge *
Then # vi/usr/bin/
Release date:Updated on:
Affected Systems:Opera Software Opera Web Browser Description:--------------------------------------------------------------------------------Bugtraq id: 65966
Opera is a browser from Norway that features fast speed, saving system resources, strong customization ability, high security, and small size. It is one of the most popular browsers.
The Chromium version bound in versions
As early as one month ago, I installed the Opera International Edition (see-2) in Ubuntu and solved the related problems. I have never been able to sort it out. Now I will take my notes and give my friends a reference, however, it was not tested in Ubuntu9.04. (Official: http://snapshot.opera.com/unix/snapshot-4268/intel-linux/) but after the installation, but found the operabrowser interface can be said to be completely out of sight. The menu is all
Today we will learn about CSS Alpha transparency.
Knowledge about CSS Alpha transparency. See the following
Code :
Copy code The Code is as follows: filter: alpha (opacity = 50);/* ie */
-Moz-opacity: 0.5;/* Moz + FF */
Opacity: 0.5;/* supports css3 browsers (FF 1.5 is also supported )*/
Internet Explorer uses the private attribute filter: alpha (opacity), Moz family uses the Private Attribute-moz-opacity, and the standard attribute is opacity (CSS 3, the Moz family part supports css3 ). The
Download the latest Linux version hereFtp://ftp.opera.com/pub/opera/linux/
For example, I want to use as the default font.Create subdirectory VistaCopy the font to the/usr/share/fonts/Vista directory.Mkfontscale-create an index of scalable font files for XMkfontdir-create an index of X Font files in a directoryFC-Cache-build font information cache files
Console
Sudo-S
CD/usr/share/Fonts
Mkdir Vista
CD Vista
CP ~ /Msyh *.
Mkfontscale
Jon von Tetzchner, CEO of Opera, believes that Microsoft either preinstalls all mainstream browsers in the Winodws 7 operating system or does not install one. Von Tetzchner once complained to the European Union about Microsoft's bundling of IE in Windows, believing that Microsoft lacks the spirit of fee. In a recent TechRadar interview, Von Tetzchner said that Microsoft has been taking advantage of the game for 10 years because it has not followed the
Norwegian Opera Software Company Laboratory Department released the latest finger touch technology Fingertouch.
This is a touch browser technology applied to Opera's flagship Mobile browser Opera Mobile. With this new human-computer interaction technology, users can more easily interact with their mobile phones. They can use their fingers to precisely open links and input commands without relying on touch
Find the following js
Copy codeThe Code is as follows: function SetCwinHeight (obj)
{
Var cwin = obj;
If (document. getElementById)
{
If (cwin ! Window. opera)
{
If (cwin. contentDocument cwin. contentDocument. body. offsetHeight)
Cwin. height = cwin. contentDocument. body. offsetHeight + 20;
Else if (cwin. Document cwin. Document. body. scrollHeight)
Cwin. height = cwin. Document. body. scrollHeight + 10;
}
}
}
Then ......The test process is starte
First, look at the following code:
Copy the Code code as follows: Filter:alpha (OPACITY=50); /* IE */
-moz-opacity:0.5; /* Moz + FF */
opacity:0.5; /* Browsers that support CSS3 (FF 1.5 is also supported) */
Simply explained, IE uses private attribute filter:alpha (opacity), Moz family uses private attribute-moz-opacity, while the standard attribute is opacity (CSS 3, Moz family section supports CSS3). The values that follow are transparency, using percentages or decimals (alpha (opacity)) to
Standard referenceHtmlframeelement and htmliframeelement do not have the ' document ' attribute, as described in DOM-2.For more information about Htmlframeelement objects, refer to the contents of DOM-2 Interface htmlframeelement.For more information about Htmliframeelement objects, refer to the contents of DOM-2 Interface htmliframeelement.Problem descriptionOnly IE Opera supports the use of the Htmlframeelement.document and Htmliframeelement.documen
Find the following jsCopy codeThe Code is as follows:Function SetCwinHeight (obj){Var cwin = obj;If (document. getElementById){If (cwin ! Window. opera){If (cwin. contentDocument cwin. contentDocument. body. offsetHeight)Cwin. height = cwin. contentDocument. body. offsetHeight + 20;Else if (cwin. Document cwin. Document. body. scrollHeight)Cwin. height = cwin. Document. body. scrollHeight + 10;}}} Then ......The test process is started (the call is
Opera browser settings do not display pictures: 1: Open Opera browser, there is a "opera" in the upper left corner, click-"Settings"
2: Select "Website"--right down to find the picture settings. If you don't want to show all of this here, just choose "Do not show any pictures."
3: If you want some website exceptions, click "Manage Exceptions". Fil
; /* For modern browsers such as opera, Firefox2, FIREFOX3, etc. */>color:green!important; /*IE7, IE8 can recognize the rule, so it overrides the previous rule */color:red; /* All browsers can be recognized, but the above two rules are!important, so this rule is ignored; only IE6 know and cover two rules * *Color:brown!important; /* For modern browsers such as opera, Firefox2, FIREFOX3, etc. */>color:green!
In IE, the pop-up modal box can be used directly using the JS method: ShowModalDialog (), this method after Firefox3.0 is supported, but in older versions of Firefox and opera are not supported. You need to use the JS standard window.open () method.
The syntax for window.open is as follows:
oNewWindow = window.open( [sURL] [, sName] [, sFeatures] [, bReplace])
Returns the current pop-up Page object. In a pop-up window, you can use Window.opener to
Article Introduction: Opera 11.10 enhances support for CSS3 and so on.
Opera 11.10 In beta , is said to be released soon, and then Presto upgraded to the 2.8 version, there are some new features that deserve our attention.
Opera is still very strong, and the newer content gives people a chance to see:
Supports CSS3 multiple columns (multiple col
Hexun IT news recently, there are rumors on the Chinese network that Opera will exit the desktop browser market, causing industry shock. Hexun IT exclusively received an official response from Opera, saying that the launch of the desktop browser market is nonsense. Due to the strong growth of Opera in the Chinese market, IT is not ruled out that competitors are s
HTML5 technology is accelerating the development of the TV industry, allowing TV viewers to enjoy a more intelligent experience and more optimized content options. The Opera TV App Store developed based on HTML5 technology is the leader in this technology wave. At the World Network TV Forum IP TV World Forum in London, the exhibition of the Opera TV app store attracted wide attention. The
Add, modify, and delete option elements in Firefox and Opera,select compatible with the following code:
function Watch_ini () {//Initial
for (var i=0; ivar ooption=new option (Arguments[i],arguments[i]);
document.getElementById ("Myselect"). Options[i]=ooption;
}
}
function Watch_add (f) {//Increase
var ooption=new option (F.word.value,f.word.value);
F.keywords.options[f.keywords.length]=ooption;
}
Frequently used about sele
Article title: the Chinese development code of Opera is published. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
Earlier in the conference, Opera was about to develop a Chinese version. now, we have some eyebrows. The following is the latest news about the Chinese ver
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.