Q: How can I make the layer floating on the Flash?
a: Set the SWF file to background transparency, concrete approach: Add: Add:
Note that this effect is only IE support.
Q: How to make a picture or form in the page always keep the horizontal and vertical centers?
Then set the properties of the cell, and set the horizontal alignment of its contents and vertical alignment.
Finally, insert the picture or form in this cell, you can keep the content in the horizontal and vertical direction of the page.
Q: The text in the table will not automatically change, what should I do?
there is two possible situations:
The first, you set the font of the table in the form into English fonts with CSS, so that the text in the DW in DW will not be automatically wrapped, but this is only the display effect in DW, in IE, actually Normal wrap. If you want to pass the text automatically in the editing state of the DW, set the font of the table in the table to the Chinese font (for example, "Song").
Second, you entered the table in the table, which is identified as a complete word by IE, so it will not automatically wrap, encounter this, you can force the text through CSS Disperse, for example:
...... td>
Q: Background music cannot be played continuously because of the switching of the page, how to make it played continuously?
]
Example:
Frame Page Title>
HEAD>
Frameset>
Html>
Q: How to do a translucent layer? A: first define a CSS style:
Halfalpha {Background-Color: # 000000; Filter: Alpha (Opacity = 50)}
->
Stop>
then applied in the layer tag:
Q: What should I do if the layer is misplaced under different resolutions?
2, the relative positioning of the layer, about the relative positioning you can refer to this article:
http://www.windstudio.net/tech/show.asp? Id = 37
Q: How to implement "Set Home", "Add to Favorites"?
Set as Homepage
Add to Favorites:
Add to Favorites a >
Q: How to make a thin line table?
a: Table thin line border
Method 1: Set the cellspacing of the table to 1, Cellpadding and Border are 0, filled with the background color of the table on the table, respectively. For example, as follows:
td>
Tr>
td>
Tr>
TABLE>
Method 2: Set cellspacing, cellpadding, border to 1, set the edge boxes of the table size of the table, pay attention to the side of the internal cells, and the web page color or table background color, so The inside border looks in the background and the background is integrated. For example, as follows:
td>
Tr>
td>
Tr>
TABLE>
Method 3: The border width of the table with a CSS definition is 1 pixels. First set the CSS class table1 {border-top: 0px; border-right: 0px; border-bottom: 0px; border-left: 0px}, then add Class = "Table1" in the
tab.
Method 4: Make a large picture such as a table as a table background, especially when you want to make the table size chamfer.
Q: How to open a full-screen IE window? javascript:
definition process:
Function Machakfull (IE, Other) {
screen.availwidth;
screen.availheight;
Target = parsefloat (navigator.appversion.substring (navigator.Appversion.indexof ('.') - 1, navigator.appversion.length));
((Navigator.AppVersion.Indexof ("Mac")! = - 1) && (Navigator.Useragent.indexof ("msie")! = - 1) && (Parseint (Navigator.AppVersion) == 4))))
Window.open (Other, "Sub", 'scrollbars = yes');
IF (Target> = 4) {
IF (navigator.appname == "netscape") {
Var Machakfull = WINDOW.OPEN (Other, "Machakful", 'scrollbars = yes', 'width =' x ', height =' y ', top = 0, Left = 0');
Machakfull.moveto (0,0);
Machakfull.resizETO (X, Y);
IF (Navigator.Appname == "Microsoft Internet Explorer")
Window.Open (IE, "Machakfull", "Fullscreen = YES");}
Else WINDOW.OPEN (Other, "Sub", 'scrollbars = yes');
}
// ->
Script>
Call function:
click here to open a full screen window
Q: How to do a slanting IE pop-up window?
?
Plugin Name: Chromeless WINDOW Perfect Revision
Download address: http://www.windstudio.net/
Q: How to remove the browser's "scroll bar"?
:
Remove the horizontal scroll bar:
Remove the vertical scroll bar:
Q: How to make the link to the drop-down list display in a new window?
= "" "" "" "" "" "" ""> ">>>>>>>>>>>
Design Site Link Option>
蔫 Tiger website option>
蔫 老虎 论坛 option>
Technical Articles option>
Select>
Q: How do I achieve two different link effects? A: Setting different classes in CSS, for example:
w1: link {text-decoration: none; color: # 000066}
w1: visited {text-decoration: none; color: # 333333}
w1: hover {color: # 0000f; text-decoration: underline}
w2: link {text-decoration: none; color: # 000066; font-weight: bold}
w2: visited {text-decoration: none; color: # 000066; font-weight: bold}
w2: hover {color: # ff0000; font-weight: bold}
Different link calls different CSS classes, for example:
123
456
can also operate directly in DW, for example:
1, open the CSS Style section Select Use CSS Selector
2, select A: LINK, define the style, next to select A: HOVER again
3, the same method, build a link style A.W1 (name can be arbitrary): Link and A.W1: HOVER
4, the style established by the second step will automatically write documents with the default value. When you need to use the second style, select the link text, select New Style in the Right-click Shortcut Menu (the style created in the third step, here For W1), it is getting it.
Q: How do I use CSS to change my mouse pointer style? A: span>
Here you choose Cursor as an object, you can also change it yourself to other, such as LINK, etc.
= HAND (hand shape), Crosshair (cross), text (text cursor), Wait (as the name sustain), default (default), Help, e-size (right arrow), NE- Resize (Arrow to the right), NW-resize, the arrow to the left, the left arrow), SW-Resize, S-Resize, SE-Resize Right down arrow), auto (system automatically gives an effect)
Q: How to solve the problem with the five-stroke method of DW4?
After the check box enable Double-Byte Inline INPUT, all Chinese input methods (including the five-stroke input method v4.5) are restored to normal!
Q: How to make the page generated at 800 * 600 resolution in 1024 * 768?
. The width is set to 778 is for the window without a horizontal scroll bar at 800 * 600, you can also adjust as needed.
If you want to speed up the display of key content, you can also remove the content in a few vertical linked things ~~
In addition to using the form, you can also surround the part you want to in the
and div> tags.
Q: How to implement the display address of the IE address bar when crossing through links between different pages? Link Target = "_ TOP" ~~
Example:
Frame Page Title>
HEAD>
Frameset>
Sorry, your browser does not support the display of the frame.
Body>
NOFRAMES>
Html>
Q: absolute address and relative address? Absolute positioning and relative positioning? h h
relative address: It is the address of the link file relative to the current page, such as the file address of the link and the current page, only "file name"; the file name under the current page under the current page "directory name / File Name; Link Use "../ file name" in the previous directory of the current page; link the same level but in another subdirectory "../ directory name / file name"; link root The files under the directory (the root directory of your website are not hard drive root directory) can be in the form of "./ file name".
It is actually absolute and relatively easy to understand, and there is a reference, it is definitely fixed.
Why do we advocate use of relative addresses? Let's say something, if you have an index.htm, reference to some pictures of the images directory, if you use the relative address, you only need to upload the original thing to the new space when moving, because the file The relative positional relationship between each other has not changed, so these addresses are still valid. However, if an absolute address is used when inserting a picture, the space address is changed, the image path at the reference is also changed. Of course, sometimes absolute addresses, such as the homepage of friends, etc.
The relative positioning is also the same. If it is a layer positioned relative to a cell, the cell will move, where is the layer, combined with this "relative to the absolute positioning", can solve the layer is difficult Adapt to a variety of resolutions:
http://www.windstudio.net/tech/show.asp? Id = 37
To use the dialectical point of view, the absolute positioning is also relatively, it is the difference between the relative positioning of us is that the absolute positioning of the layer is relative to the left boundary and upper boundary of the browser, while the layers Relative positioning is a layer relative to its carrier (form or additional layer) ~~
Q: How to cancel the link underline?
A: Use CSS to achieve:
link {text-decoration: none}
A: visited {text-decoration: none}
A: hover {text-decoration: none}
->
Stop>
here: Link represents a general link style; A: visited indicates that the visited link style; A: HOVER indicates the link style when the mouse passes. Text-Decoration: None indicates no scribe, Text-Decoration: underline indicates that there is an underscore.
If the style of the three links is the same, it can be simplified to:
{text-decoration: none}
->
Stop>
Q: Why is the cell height to 1 in DW does not work?
The cell will occupy the width of about 10px.
If the code is removed, set the cell width or height to 1, you can see the expected effect in IE. However, in the NS (Netscape), the cell is not displayed, and a piece is missing in the form. Put a transparent GIF map in cells, and then set it to 1, so you can compatibility with IE and NS.
Q: Why set a background chart to the cell in DW Sometimes I can't see it in IE?
, It is better to transfer to
.
Q: How do I make the table background color change when the mouse passes? A:
background color change td>
Tr>
TABLE>
转载请注明原文地址:https://www.9cbs.com/read-54124.html