This article reproduces the method of installing Flash Player from http://blog.sina.com.cn/s/blog_6ad624380102v1xf.html Firefox: first download flash on the Adobe website Playerflash Player plugin: http://get.adobe.com/cn/flashplayer/then extract the sudo cp./downloads/install_flash_player_11_linux.i386/ libflashplayer.so/usr/lib/mozilla/plugins/./downloads/install_flash_player_11_linux.i386/ Libflashplayer.so This path depends on the name of the extr
1. Since Firefox defaults to allow Web pages to choose their own fonts, there will be some Web site garbled on Linux. So you can remove the option to allow the page to choose its own font to solve some garbled situation. 2. If there are garbled characters, and other applications garbled, try the following solution.The simple brute force method is to remove the default profile directly.1 sudo mv /etc/fonts/conf.d/-sansserif.conf /etc/fonts/conf.d/-sa
When we use XMLHttpRequest to get the text content, if the server returned is GBK (or gb2312 and other non-UTF8 encoded) content, then get a bunch of garbled, how to convert to the default UTF8 encoded text in the browser?In fact, if you are using Chrome or Firefox browser, it is very simple, you can use the browser built-in object Textdecoder to convert.JavaScript Sample code:if (' Textdecoder ' in window) { var files = { ' gbk.txt ': ' GBK '
small set use of XHTML+CSS framework benefits a lot, but there are some problems, whether because of the use of unskilled or not clear thinking, I will first put some of the problems I encountered in the following, the province of everyone around to find ^ ^ 1. In Mozilla Firefox and IE, the box model explains inconsistencies resulting in a 2px resolution: div{margin:30px!important;margin:28px;} Note that the order of the two margin must not
In Firefox under the JS select tag click Can not eject, under IE and Chrome does not have this phenomenon
Using the jquery UI in the project, the Disableselection () method is used to make the specified element on the page unavailable for selection by mouse dragging.
Because of some requirements, I have used this method for div to achieve the above effect, but there is a shortage of places.
After using this method under
ObjectiveFiddler is a good grab package tool, the default is to catch the HTTP request, for the HTTPS request on the PC, will prompt the webpage is not safe, this time need to install the certificate on the browser.One, the web is not secure1. Grab the bag with fiddler, open Baidu Web page: https://www.baidu.com2. Tip: Web pages are not secureSecond, fiddler set1. Open the menu bar: Tools>fiddler Options>https2. Tick decrypt HTTPS traffic, two sub-menus are also checkedThird, export the certific
The FlashGot option for the Firefox right button may not be available because the account name used to log on to the operating system is in Chinese (you can see it in the "Start-> Logoff"). FlashGot does not support Chinese user names. To use FlashGot normally, change the temporary directory in the flashgot "option-> advanced" to the English path, and then restart Firefox. In addition, users of the use of F
different browsers, CSS hack, from the internet to see a lot of articles, now summed up, as far as possible, for future reference. Note that the hack written below are applicable only to XHTML1.0. If the HTML is not preceded by the , the effect will be different! In addition, the IE8 described here does not refer to the IE8 compatibility mode, because the IE8 compatibility mode is actually IE7. Difference IE6, 7 and FF/IE8: background:blue;*background:orange; References Display effect:
we all know. Text can be wrapped automatically when you write a Web page. But one of the things that makes us very upset is that English is often not automatically wrapped. Especially in English. Sometimes we use CSS to restrict the properties of a table. Like Overflow:hidden, But this attribute does not do a good job for what we want. Here we will introduce the use of CSS to achieve word wrapping in several ways. For your reference:
for Div
1, (ie browser) white-space:normal; Word-b
The red box in the figure below is the navigation toolbar, which contains the address bar and some of the tool buttons on the browser.
Firefox browser allows you to customize your toolbars, including the display in the browser, add or remove additional tool buttons, rearrange button locations, and so on to meet your needs:
Move your mouse around the toolbar, right-click, and pop-up small menu bar
Select the Customize button to eject t
Post-Check the specific situation is summarized as: Firefox+table Rowspan+border+border-collapse:collapse;
The performance is: the first line and the last line is normal, the rest of the middle line, all with the expected border different.
Let's look at the sample first:
[Ctrl + A All SELECT Note: If the need to introduce external JS need to refresh to perform]
After verification, two solutions are proposed.
Remove Border-collapse
Plus
In the Firefox browser, you can view the source of the Web page by right-clicking, menu bar feature, or shortcut key (cmd + U). But the pop-up is just a browsing window, want to edit and so on further operations, you will have to rely on copying and pasting Dafa. Is there a way to make Firefox's view source function directly invoke an external editor to operate?
Enter About:config in the Firefox address ba
In the following code, Firefox and the lower version of the Chrome browser will be error, because #div is undefined.HTML>lang="en">charset="UTF-8">type="button"value="button"onmouseover="Div1.style.Display=' Block '" onmouseout="Div1.style.Display=' None '"/>id="Div1">JavaScript little Practice-firefox and the lower version of Chrome must take the document method to get to the element.
In this browser of the era of flowers, as the front-end development of our beautiful design to adapt to the various browsers can be painstaking, mainly embodied in JavaScript and CSS above. JavaScript I will not talk about this time, first of all to talk about CSS. In order to adapt to different browsers different versions (version mainly on IE), ie this wonderful flower now we want to be compatible with 6-9, its 10 is also coming out ... Under IE we can write conditional comments to differentia
Its projects are developed by ASP.net technology, still used WebForm as a front-end processing, but some features include jquery functionality, he encountered the problem is whether in IE or Firefox, including jquery, the part of the page function can not be used normally.
After Google search, the results can be summed up to 3 kinds:
The FSO feature is not enabled
High level of IE security settings
MSXML not installed
However, after the current pro
This article illustrates the way JS reads XML file data and displays the data in table Form. Share to everyone for your reference, specific as follows:
First look at the XML file:
aspx page code:
The above JS operation mainly avoids using childnodes (because Firefox sometimes appears childnodes[0] get is "\ n" instead of the first child node we want, this oneself can go to try, anyway I encountered this situation), so that can be
object. scrollleft External objects. scrollleft-= Object 1.offsetwidth;//Scroll Inside object 1 But this is usually written in the "Firefox" can be constantly rolling, in IE are rolling for a while not moving, why. Because in IE the scrollleft includes the width of the scroll bar, but "Firefox" is not included. So the inner object 2.offsetwidth-outside the object. Scrollleft
How to solve this problem. T
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.