A summary of some of the CSS in FF and IE under the difference! may not be complete, will be supplemented in the future.
Firefox:div set Margin-left, Margin-right is already centered when auto, IE not
Firefox:body set Text-align, Div needs to set Margin:auto (mainly margin-left,margin-right) to center
FireFox: Set padding, div will increase the height and width, but IE will not, it needs to use!important more set a height and width
Apple has launched a browser in the Windows operating system: Safari 3.0 Beta. At the same time, Apple CEO Steve Jobs began attacking Firefox as junk, and sooner or later, Safari will eat its share of the market. So John Lilly, the Mozilla chief operating officer, began to hurt jobs, but the tone was not so fierce, it was just a show for the media.
What is the fate of the Firefox browser? Wang Tong for you
CentOS6.5 install the latest firefox version
In the current centOS6.5 installation CD, the firefox web browser version is too old, and it is an e-hpc version, that is, it cannot be automatically updated, this will cause the system to be installed, the default version of 17.0.10 is significantly different from the new version. For more information, see:
We can solve this problem by uninstalling the old
Find: Ctrl+f
Find again: F3
Enter Find Link: '
Enter find text:/
Find: Shift+f3
Web search: Ctrl+k or Ctrl+e
Firefox shortcut key Navigation class:
Back: ALT + LEFT ARROW key or Backspace
Forward: Shift+backspace or ALT + RIGHT ARROW key
Home: Alt+home
Open File: Ctrl+o
Reload: F5 or Ctrl+r
Reload (ignoring cache): Ctrl+f5 or Ctrl+shift+r
Stop: ESC
Firefox shortcut key Editing class:
Copy: Ct
Firefox browser shortcut key list, Firefox browser is Firefox, an open source browser developed by Mozilla.
Shortcut keys Daquan
Ctrl+b Display Favorites Sidebar on the left
Ctrl+l Address Bar
Ctrl+j Download
Ctrl+h Historical records
Ctrl+f Find
Ctrl+d Favorites Page
Ctrl+s Save Web Page
Ctrl+t Open new tab page
Ctrl+w off
"Ideas for solving problems"
Quick configuration, usually through Third-party tools to complete. And if you want to save the configuration, it is best to export the configured parameters to save, when necessary, and then import the browser can be.
"How To solve problems"
Set profile Directory
Users familiar with the Firefox browser know that in order to set the parameters of the operation, you need to enter the address bar "about:config" command t
We sometimes find that browsers are slow to use, or other unknown problems. At this point many users will use the reinstall browser to solve the problem, but the user's data will also have the risk of loss. At this point, we first need to find the cause of the problem, such as browser version and Plug-ins, extensions, such as compatibility, browser settings and so on, and then to the right remedy.
Here, take Firefox as an example, to show you how to
In this article, the authors introduce 7 different JavaScript syntax in IE and Firefox.
1. CSS "Float" valueThe most basic syntax for accessing a given CSS value is: Object.style.property, using the hump to replace a value with a connector, for example, to access a document.getElementById ("header"). style.backgroundcolor= "#ccc";But since the word "float" is a JavaScript reserved word, we can't access it with Object.style.float, where we can do this
JS compatibility Summary for IE and FirefoxAugust 11:39 Thursday by CottageLabel:Browser Method Properties IT notationI. Differences in functions and methods1 . GetYear () method"Analysis Notes" first look at the following code:var year = new Date (). GetYear ();document.write (year);The date you get in IE is "2010", and the date you see in Firefox is "110", mainly because the getYear returned in Firefox is
Firefox is the main web browser in Ubuntu. It is pre-installed in the system and added to the default Ubuntu software library to get the latest version of Firefox for automatic updates.
Most users do not need to worry about installing or using Firefox, because there is no problem, it has been installed and can be used. You always get the version of
In the IE under the div set unselectable and onselectstart properties, you can make div content cannot be selected, this function is very useful in many cases, but his bug is too obvious,It is possible to use a div directly, for example:[HTML]View Plaincopy
div unselectable="on" onselectstart="return false;" > Can't select content div>
But if there is a normal div in front of this div, then there is a problem, such as:[HTML]View Plaincopy
div> Normal divdiv>
IE series filter: progid: DXImageTransform. microsoft. gradient (startcolorstr = '# ff0000', endcolorstr =' # f9f900 ', gradienttype = '0'); parameter: startcolorstr start color endcolorstr end color gradienttype is 0 time table vertical, for the first time table level Firefox Background:-moz-linear-gradient (top, # ff0000, # f9f900); parameters: Top, bottom vertical, left, Right horizontal for example: top
In Firefox, the default page does not exceed one page. If no scroll bar is added to the page, some elements will temporarily change the page height. For example, if tooltip is used, a prompt tool like this will cause page jitter when the scroll bar appears.The solution is to add CSS:
Body {overflow:-moz-scrollbars-vertical ;}
Enough ^_^
In fact, the above question is not very important, A serious case is
The first is the CSS hack method. Height: 20px;/* For Firefox */* Height: 25px;/* For IE7 IE6 */_ Height: 20px;/* For IE6 */ Pay attention to the sequence. This also belongs to CSS hack, but it is not as concise as above.# Example {color: #333;}/* Moz */* Html # example {color: #666;}/* IE6 */* + Html # example {color: #999;}/* IE7 */ The second method is to use conditional annotations dedicated to IE.
IE seriesFilter: Progid:DXImageTransform.Microsoft.Gradient (startcolorstr= ' #FF0000 ', endcolorstr= ' #F9F900 ', gradienttype= ' 0 '); Parameters: StartColorStr start color endcolorstr end color GradientType 0 o'clock for vertical, 1 o'clock for horizontalFirefoxbackground:-moz-linear-gradient (Top, #FF0000, #F9F900); Parameters: Top, bottom vertical, left, right level for example: Top from #ff0000 to #f9f900 gradient from top, bottom from bottom by
To facilitate Web debugging on Linux servers, install Firefox1 DownloadsFirst go to Firefox homepage, Chinese is http://www.firefox.com.cn/, click "Free Download"2 Unzip and create a shortcutAfter downloading via FTP software upload to the server above:will see us download the Good install package firefox-latest-x86_64.tar.bz2, and then we'll unzip the release installation package:TAR-XJVF
Method One, set "click Play"
Because Firefox firefox browser defaults to the Flash network player to join the white list, so each visit to the Web page, Firefox will automatically load flash, so the instantaneous occupation of a large number of system resources, so we can give Firefox to add "click play" function, suc
Beijing Time August 20 news, Firefox 6 just released, Mozilla launched the Firefox 7 Beta, and focus on the performance of the upgrade.
Firefox 7 is a symbol of Aurora, which is now launched for Windows, Mac OS x and Linux. The browser has added a feature called Memshrink, which would like to change the user's memory consumption of the
Today, check yourself with jquery+ajax+php do the website background login detection, found that after the successful landing page jump function this javascript (JS) code effects in IE and Google browser Chrome can be well executed, compatibility is not bad. Results to the Firefox (Firefox) browser settimeout This JS built-in function does not execute, invalid, also did not complain! Open Firebug hope it ca
. Although you can use the OnClick event, the effect of the onclick and the above two methods is different, and the onclick only executes a process, and attachevent and AddEventListener perform a list of processes, that is, multiple processes. For example: Element.attachevent ("onclick", func1), Element.attachevent ("onclick", Func2) such func1 and FUNC2 will be executed.
Custom Properties for labels
IE: If you define a property value for the tag div1, you can div1.value and div1["value" to get
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.