|
Help for CSSCursors
The last cursor is given a double value so that it is correctly displayed in all browsers. LETTER<style>P:first-letter {font-size:200%;float:left} P {font-size:12pt;line-height:12pt} </style> Thus, you can simply select the first letter, ex, in a different way. Make another color or highlight bold. Set the encoding to CSS@charset "utf-8";PASSAGE OF PICTURES IN OPERAUnfortunately, in this case, browsers understand the style in different ways, solves this problem-<style type="opera/css"> .prm { margin-bottom: -2px; } </style> LINKSA:link IMG { border: 2px solid blue }A:visited IMG { border: 2px solid red } A:active IMG { border: 2px solid lime } A.blank { color: orange } create print.cssFor example, you have a style.css style file and it's a link <link href=style.css type=text/css rel=stylesheet> We create an additional style file and name it, ex. print.css, the link will look different on it: <link rel=stylesheet type=text/css href=print.css media=print> To view the site page, the browser will use the style specified in style.css, and print print.css. Thus, what we see and what we print does not necessarily have to be the same.body {font-size: 12px} Style for printing: @media print { body {font-size: 20px} } Remove graphics img {display:none} Remove top, menu, footer and define the text parameters. #top, #menu, #footer {display: none} #text {position: absolute; top: 0px; left: 0px; width: 100%; font: 14pt "Times New Roman", Times, serif;} You can pass parameters to all headers (H1, H2, H3 ...) at once, for example. h* {text-align: left;} We create a tag, ex. <ph4></ph4> and write to style.css ph4 {visibility: hidden;}and it does not appear in the browser. And write to print.css ph4 {visibility: visible;} It will be like a watermark. How to use the operating system styles in CSSIn CSS 2.1, there is one interesting feature that not everyone knows about - it's the ability to set fonts and colors on the web page that are used in the current system theme of the operating system.This can be useful in situations where you want to bring the interface of your page closer to the user interface of the operating system. For example, you want to write an Adobe AIR application, or make a reference interface, like native chm help. In fact, everything is very simple and without any magic. We will use standard css-properties with slightly non-standard values. System FontsSystem fonts are specified by the usual font property with only one parameter - the font type. Of course, the type, size, and other attributes are already contained within this parameter.Example to use:.menu{ font: menu; } Full table of all available values:
System colorsSystem colors can be assigned to any property that supports a value color.Example to use:.dialog{ color: WindowText; background-color: Window; } Full table of all available values:
|
For a web master
Textbooks, reference books
.htaccess
CHMOD
ERROR - table return codes
404
META tags
MySQL cribs
robots.txt
Protection from auto-fill forms
Redirect
Validity
Soft
Web soft
Best web-based utility
Online WYSIWYG
WAP software
Favicon
Favicon
Editors icons
Icon Generator online
Generator icons for online smartphone
RSS
RSS
Examples of RSS
Example Atom-document
|