-color: #000;
It can be abbreviated as border: 1px solid #000;
Syntax: border: width style color;Background (Backgrounds)
The attributes of the background are as follows:
Background-image: url(background.gif );
Background-repeat: no-repeat;
Background-attachment: fixed;
Background-position: 0 0;
It can be abbreviated as: background: # f00 url(background.gif) no-repeat fixed 0 0;
The syntax is background: color image repeat attachment position;
You can omit one or more attribute values.
Code
The style definition is:# Subnav {/* Some styling */}# Subnav li {/* Some styling */}# Subnav a {/* Some styling */}# Subnav. sel {/* Some styling */}# Subnav. sel a {/* Some styling */}
Using a sub-selector can make your code and CSS more concise and easier to read.10. Do not quote the background image path
To reduce the number of bytes, we recommend that you do not quote the path of the background image because the quotation marks are not required. For example:Background: url ("images/*
are as follows:
Border-width: 1px;Border-style: solid;Border-color: #000;It can be abbreviated as border: 1px solid #000;
Syntax: border: width style color;
Background (Backgrounds)The attributes of the background are as follows:
Background-color: # f00;Background-image: url(background.gif );Background-repeat: no-repeat;Background-attachment: fixed;Background-position: 0 0;It can be abbreviated as: background: # f00 url(background.gif) no-repeat fixed 0 0;
The syntax is background: color image
lower-right
I believe many of my friends can see that the above phonetic symbols are normal. It seems that the problem has been solved. But ...... When we move to IE6, the problem occurs --
How to display the English phonetic alphabet on the page to continue searching for solutions
Although IE6 is annoying, there is still no way to ignore it. Therefore, we can only continue to look for solutions. There must be a page showing the phonetic alphabet for a guy like wiki. Let's see what they do. Fi
First, define the style of the whole page body. The Code is as follows:
Body {margin: 0px;
Padding: 0px;
Background: URL (../images/bg_logo.gif) # fefefefe no-repeat right bottom;
Font-family :\\\ 'lucida Grande \\\ ', \\\ 'lucida sans Unicode \\\', \\\ '\\\', \\\' \\\ ', Arial, verdana, sans-serif;
Color: #666;
Font-size: 12px;
Line-Height: 150%;} the above Code is described in detail in the previous day'
make the following adjustments.
1, modify the PRETTIFY.CSS highlighting format code, the following modified content:
The code is as follows
Copy Code
Pre.prettyprint {margin-left:5px;padding-left:18px;BORDER-LEFT:3PX solid #6CE26C;Font-family:monaco, ' Dejavu Sans Mono ', ' bitstream Vera Sans Mono ', ' Lucida Console ', monospace!important;Overflow:auto;}/*font-family:monaco, ' Dejavu Sans Mono ', ' bitstream Vera Sans
CKEditor finderphp integration PHP implementation file upload
File directory:
Configure Ckeditor/config.js
Config.font_names = ' song body; italics _gb2312; new song body; bold; official script; Young circle; Microsoft Jas Black; Arial; Comic Sans MS; Courier New; Tahoma; Times New Roman; Verdana; " Lucida Sans Unicode "," Lucida Grande ";Config.filebrowserbrowseurl = '/ckfinde
the given object if it is found; otherwise, 1Remove (object o)//delete object by referenceRemove (int i)//delete objects by locationToArray ()//Returns an array containing the collection objectIteratorList List = new ArrayList ();Iterator it = List.iterator ();while (It.hasnext ())Object o = It.next ();Linked listLinkedList list = new LinkedList ();Listiterator it = List.listiterator ();while (It.hasnext ())Object o = It.next ();HashMapHashmapHm.get (key); Get Value by keyHm.put ("No1", "Hexiny
system font650) this.width=650; "class=" Alignnone wp-image-57873 size-full "src=" http://www.linuxprobe.com/wp-content/uploads/ 2017/04/make-ubuntu-mac-4-1.jpg "width=" 850 "height=" 531 "style=" Height:auto; "/>If you've ever used Mac OS X/macos, you'll know how concise and clear the system is.' Lucida Grande ' is a familiar Mac system font, although Apple uses a system font called "San Franciso" in recently released MacOS.You can use search to fin
Regular Expression Classes
"1" Regular expression application--replaces the specified content to the end of the line
"2" Regular expression application--digital replacement----------------------------MICROSHAOFT@CCF,JIUK2K@CCF
"3" Regular expression application--deletes the specified character at the end of each line
"4" Regular expression application--replaces multiple lines with half-width parentheses--------------LUCIDA@DRL
"5" Regular expression a
(backgrounds)The properties of the background are as follows:background-Image:url (background.gif); Background-repeat:no-repeat; Background-attachment:fixed; Background-position:00;can be abbreviated as a sentence:fixed 0 0;The syntax is Background:color image repeat attachment position;You can omit one or more of the property values, and if omitted, the value of the property will be the default value of the browser, which is:0 0%Font (Fonts)The properties of the font are as follows: font-st
solid #000;The grammar is border:width style color;Background (backgrounds)The properties of the background are as follows:
Background-image:url (background.gif);
Background-repeat:no-repeat;
background-attachment:fixed;
background-position:0 0;
can be abbreviated as a sentence: background: #f00 URL (background.gif) no-repeat fixed 0 0;The syntax is background:color image repeat attachment position;You can omit one or more of the property values, and if omitted,
, this cannot be abbreviated here.
margin:1px 2px 1px 3px;
Two, border (border)
The properties of the border are as follows:
border-width:1px;
Border-style:solid;
Border-color: #000;
can be abbreviated as a sentence:
border:1px solid #000;
Syntax border:width style color;
Iii. Background (backgrounds)
The properties of the background are as follows:
Background-color: #f00;
Background-image:url (background.gif);
Background-repeat:no-repeat;
background-attachment:fixed;
Background-
Today is a very personalized little tip, like all Mac apps, the Finder uses the Lucida Grande font. But you can change the font that the Finder uses. See how MACGG changes the Finder font.
Change Finder entire main interface font
Except for the Finder icon, all of us have changed. Open the terminal (Application-> utility), and then enter the following command:
Defaults write Com.apple.finder nssystemfont-string americantypewriter;
Killall Finder
Google is the Ajax special effects used incisively and vividly, Google suggest, Google Map,igoogle can drag windows and so on ... Today to do a similar effect of a Web site, modeled on IGoogle did a simple demo.
This demo is made directly from a jquery framework: Easywidgets. This framework is available for free download of http://plugins.jquery.com/project/easywidgets.
Nonsense will not say more, directly to the source code posted out, let everyone learn!Html
CSS
body{margin:
/}
You can use the following method to replace the above code
The style definition is:
#subnav {/* Some styling */}
#subnav Li {/* Some styling */}
#subnav a {/* Some styling */}
#subnav. Sel {/* Some styling */}
#subnav. SEL a {/* Some styling */}
Use a sub selector to make your code and CSS more concise and easy to read.
10. Do not need to quote the background picture path
To save bytes, I recommend that you do not enclose the background picture path with quotes, because the quotation ma
css| Skills | website | chinese
1, how to set text font, color, size--use fontFont-style set italic, such as font-style:italic;
Font-weight set text thickness, such as font-weight:bold;
Font-size set text size, such as font-size:12px (or 9pt, different unit display problem reference CSS manual)
Line-height set line spacing, such as line-height:150%;
Color Set text colors (note not font-color), such as color:red;
Font-family set fonts, such as font-family: "L
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.