网站首页  词典首页

请输入您要查询的英文单词:

 

单词 a div
释义

a div

例句

释义:
1.
The first of these is the handler panel at the top of the code segment, which is a wrapper for a div tag with the class panel.
第一个助手是位于代码段顶部的处理程序panel,这是带有panel类的div标记的包装器。
www.ibm.com
2.
This new declaration relies on the fact that jTip wraps its tooltips in a div with an id attribute of "JT. "
这个新声明基于这样一个事实:jTip把它的工具提示和JT的id属性包装在同一个div里。
www.ibm.com
3.
Since Dojo lets you assign a target URL to a div container, we create a div that will reference our widget that we exposed as a resource.
因为Dojo支持您将目标URL指定给div容器,所以我们将创建一个引用小部件(显示为数据源)的div。
www.ibm.com
4.
When it receives the data, it adds it to the page, typically as the contents of a div element.
接收到数据时,就将数据添加到页面中(通常作为一个div元素的内容)。
www.ibm.com
5.
Within the body, there's a div named "splash" ; that's pretty standard Web practice.
在正文之内,有名为“splash”的div元素;这是非常标准的Web实践。
www.ibm.com
6.
Beyond that, you really don't need to know if the parent is a div, or a p, or even the body of the page; it just doesn't matter!
此外,完全不需要知道它是一个div、p或者页面的body,都没有关系!
www.ibm.com
7.
So a div element might have a list that contained an attribute named "id" and another named "class. "
所以div元素可能有一个包含属性“id”和另一个属性“class”的列表。
www.ibm.com
8.
To begin, all Blueprint pages must be contained in a div aptly tagged class= "container" .
首先,所有的Blueprint页面必须包含在一个适当标记的div中class=“container”。
www.ibm.com
9.
The code in Listing 6 is straightforward HTML. The toolbar was created by using a div with the toolbar class applied to it.
清单6中的代码是一个简单的HTML,工具栏是使用一个应用toolbar类的div创建的。
www.ibm.com
10.
Of course, if you've got imagery you want to display, and you've got a div in the right place, it's trivial to display images.
当然,如果您已经有了需要显示的图像,并且准备好一个div,就可以很轻松地显示图像了。
www.ibm.com
1.
The array is then iterated through, and a DIV element is created for each item in the array.
随后遍历该数组,为数组中的各项创建一个DIV元素。
www.ibm.com
2.
Finally, the modified text is set as the inner HTML of a div in the HTML form.
最后,修改后的文本作为HTML表单div中的内部HTML。
www.ibm.com
3.
As mentioned earlier, a div tagged as a span-n spans n columns, floats left, and has a right margin of one gutter width.
如前所述,带span-n标记的div横跨n列,位于左侧,并且右边距为一个分割线宽度。
www.ibm.com
4.
It is just too tedious to write browser test statements everywhere to enable the user to, say, drag a div across a layout.
到处编写测试语句以便让用户,比方说,能够拖动div。
www.ibm.com
5.
All of the table cells are wrapped within a table row (TR), which in turn is wrapped in a DIV element.
所有单元格都包围在表行中(TR),而表行又被DIV元素包围。
www.ibm.com
6.
Each widget is a div element of class type widget, which has a header (widget-head) and content area (widget-content).
每个小部件都是类类型为widget的一个div元素,具有头部(widget-head)和内容区(widget-content)。
www.ibm.com
7.
Figure 6 shows that when a DIV element in mainFrame has contentEditable set to true, clicking an object will show it in edit mode.
图6显示了当mainFrame中的一个DIV元素的contentEditable设为真值时,单击对象将在编辑模式中显示它。
www.ibm.com
8.
In this case, we create an image (img tag) inside of a div.
在这里,我们在一个div中创建一个图像(img标记)。
www.ibm.com
9.
One last word of caution: You should favor using a background image in a div over actually placing an img tag in your XHTML.
最后需要注意的一点:相对于在XHTML中实际放置一个img标记而言,您可能更喜欢在div中使用背景图像。
www.ibm.com
10.
For instance, in XHTML, heading elements (h1, h2, h3, and so on) can be children of the body, a div, a table, and several other elements.
比方说,在XHTML中,标题元素(h1、h2、h3等等)可以是body、div、table或其他几种元素的孩子。
www.ibm.com
1.
So in this case, your page has a div at the top with class toolbar.
所以这种情况下,您的页面在顶层有一个div,含有toolbar类。
www.ibm.com
2.
When the page is first rendered, a DIV container is rendered for the dialog box.
初次呈现页面时,将为对话框呈现一个DIV容器。
www.ibm.com
3.
This utility function works on any HTML element, from a div to text input or a checkbox or select-list.
此实用工具函数适用于任何HTML元素,包括div、文本输入、复选框和选择列表。
www.ibm.com
4.
Additionally, each slide is also presented by a DIV object.
此外,每个幻灯片也要被一个DIV对象代表。
www.ibm.com
5.
Each page (screen) in your web application will be a div on a single HTML page.
您应用程序中的每个页面(屏幕)在单个HTML页面上是一个div。
www.ibm.com
6.
matches a P element that is a grandchild or later descendant of a DIV element.
匹配一个P元素,如果该P元素是DIV元素的孙元素或更后的元素。
blog.sina.com.cn
7.
Listing 6 changes the output so that a DIV element with a class attribute of value links wraps the delimited list of links.
清单6修改输出,用class属性值为links的DIV元素包围链接的列表。
www.ibm.com
8.
First, we need to add a div tag to house the history buttons.
首先需要添加一个div标记来存放历史记录按钮。
www.ibm.com
9.
Consider the jQuery example in Listing 6, where you highlight a div element based on the hover event.
看一下清单6中的jQuery示例,其中在hover事件中高亮显示div元素。
www.ibm.com
10.
You can see there is a div on our page with this ID.
可以看到页面上有一个具有此ID的div。
www.ibm.com
1.
Have a div with some text in it, and several buttons above.
做一个包含了少许文本的div,其上要有若干按钮。
www.bing.com
2.
Here is a DIV with a style string that sets the font to Arial and all text to bold
这里是一个DIV,所带的样式字符串的字体设置为Arial,所有文本均设置为粗体
msdn2.microsoft.com
3.
To create a DIV that can be editable, we simply add the following code to our HTML
要创建一个能被编辑的DIV,我们只用简单地将以下代码添加到HTML中
www.ibm.com
4.
The method call will return a div with all error messages (if any exist), so that one can be easily displayed
这个方法调用将返回一个包含所有错误消息的div(如果有错误消息的话),可以很容易地显示它
www.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/8/20 6:47:18