| 意味 | 例文 |
A CSSの部分一致の例文一覧と使い方
該当件数 : 103件
Remove a CSS definition group. 例文帳に追加
CSS 定義グループを削除します。 - PEAR
Perform a check on the validity of your CSS code by right-clicking in the CSS Editor and choosing Check CSS.例文帳に追加
CSS エディタ内を右クリックして「CSS の検査」を選択し、CSS コードの妥当性を検査します。 - NetBeans
Create a new CSS definition group. 例文帳に追加
新しい CSS 定義グループを作成します。 - PEAR
Creating a CSS-based Fixed Page Layout - Part1 例文帳に追加
CSS ベースの固定ページレイアウトの作成 - パート 1 - NetBeans
Creating a CSS-Based Fixed Page Layout - NetBeans IDE 6.5 Tutorial 例文帳に追加
CSS ベースの固定ページレイアウトの作成 - NetBeans IDE 6.1 チュートリアル - NetBeans
Get the value of a property to an identifed simple CSS element Parameter 例文帳に追加
指定した CSS 要素のプロパティの値を取得します。 - PEAR
Generate current parsed CSS data sources and write result in a user file Parameter 例文帳に追加
現在パース中の CSS データソースをファイルに書き出します。 - PEAR
Styles are defined in a separate Cascading Style Sheet (CSS) file. 例文帳に追加
スタイルは個別の階層式スタイルシート (CSS) ファイルで定義されます。 - NetBeans
Generate current parsed CSS data sources and return result as a string Throws throwsno exceptions thrown 例文帳に追加
現在パース中の CSS データソースを文字列で返します。 - PEAR
In this tutorial, you create a CSS-based, single-page web application. 例文帳に追加
このチュートリアルでは、CSS ベースの 1 ページの Web アプリケーションを作成します。 - NetBeans
Generate and return the CSS properties of an element or class as a string for inline use. 例文帳に追加
要素やクラスのための CSS プロパティをインライン用に作成して返します。 - PEAR
A HTML page may contain two types of stylesheets: Inline css and a link to external .css file. 例文帳に追加
HTML ページには二種類の形式でスタイルシートを含めることができます。 インラインで css を指定する方法と、外部の.css ファイルへのリンクを指定する方法です。 - PEAR
Easy change look and feel with a simple CSS file 例文帳に追加
シンプルな CSS ファイルにより、簡単に見た目を変更できるようになりました。 - PEAR
In this tutorial, you created a web application with a CSS based fixed page layout. 例文帳に追加
このチュートリアルでは、CSS ベースの固定ページレイアウトの Web アプリケーションを作成しました。 - NetBeans
A CSS class name for TH elements to define that sorting is currently ascending. 例文帳に追加
TH 要素の CSS クラス名で、現在の並び順が昇順であることを表すもの。 - PEAR
A CSS class name for TH elements to define that sorting is currently descending. 例文帳に追加
TH 要素の CSS クラス名で、現在の並び順が降順であることを表すもの。 - PEAR
Finally, you can work in the IDE's CSS Editor to add a simple stylesheet to the presentation.例文帳に追加
最後に、IDE の CSS エディタを使用して、簡単なスタイルシートをプレゼンテーションに追加できます。 - NetBeans
A cascading style sheet (CSS) is a style sheet derived from multiple sources with a defined order of precedence. 例文帳に追加
連鎖スタイルシート(CSS)は,決まった優先順位を持つ複数のソースに由来するスタイルシートである. - コンピューター用語辞典
CSS Style Builder: An interface designed to enable you to create rules using a selection of controls and widgets.例文帳に追加
CSS スタイルビルダー: 一連のコントロールやウィジェットを使用して規則を作成できるインタフェースです。 - NetBeans
Ajax is a technology that combines (X)HTML, JavaScript, and CSS with the power of XmlHttpRequest in the creation of RIAs (Rich Internet Applications). 例文帳に追加
Ajax は (X)HTML、JavaScript、および CSS を組み合わせた技術であり、XmlHttpRequest を利用して RIA (Rich Internet Applications) を作成できます。 - NetBeans
In this tutorial, you use the NetBeans Visual Web JSF framework to create a CSS-based fixed page layout. 例文帳に追加
このチュートリアルでは、NetBeans Visual Web JSF フレームワークを使用して CSS ベースの固定ページレイアウトを作成します。 - NetBeans
The support plugin also enables you to specify a CSS layout to use in your web application:例文帳に追加
このサポートプラグインでは、Web アプリケーションで使用する CSS レイアウトを指定することもできます。 - NetBeans
Easy for a link rel="stylesheet" type="text/css" href="" / html tag integration (see example below). 例文帳に追加
これは、link rel="stylesheet" type="text/css"href="" / タグに簡単に組み込むことができます (以下の例を参照ください)。 - PEAR
A disc may contain both CSS and CPPM content if it is a hybrid DVD-Video/DVD-Audio disc. 例文帳に追加
DVDビデオ/DVDオーディオ混成ディスクの場合、一枚のディスクにはCSSとCPPMのコンテントを両方収容してよい。 - コンピューター用語辞典
You add styles to improve the appearance of your application by applying a CSS style sheet in Lesson 8. 例文帳に追加
レッスン 8 で、CSS スタイルシートを適用してアプリケーションの外観を改良するスタイルを追加します。 - NetBeans
To add attach a stylesheet to your application, simply create a .css file and link to it from your presentation page(s).例文帳に追加
アプリケーションにスタイルシートを適用するには、.css ファイルを作成し、プレゼンテーションページからそのファイルにリンクします。 - NetBeans
Every project has a theme, which is a set of Cascading Style Sheets (CSS), JavaScript files, and icon images. 例文帳に追加
すべてのプロジェクトにはテーマがあります。 テーマとは、階層式スタイルシート (CSS)、JavaScript ファイル、およびアイコン画像のセットです。 - NetBeans
Link the stylesheet to your JSP pages by adding a reference between the head tags of both login.jsp and success.jsp:link rel=stylesheet type=text/css href=stylesheet.css例文帳に追加
login.jsp と success.jsp の両方の head タグ間に参照を追加して、JSP ページにスタイルシートを関連付けます。 link rel=stylesheet type=text/css href=stylesheet.css - NetBeans
CSS (an acronym for Cascading Style Sheets) is a simple mechanism for adding style (e.g. fonts, colors, spacing) to Web documents. 例文帳に追加
CSS (CascadingStyleSheetsの短縮形)は、ウェブドキュメントにスタイル(フォントや色、文字間隔など) を指定するためのシンプルな仕組みです。 - PEAR
ability to change layout easily, using CSS classes and a mini template allows to change item size shown of each multiple select box 例文帳に追加
CSS のクラスとミニテンプレートを使用して簡単にレイアウトの変更が可能 マルチセレクトボックスの各要素のサイズの変更 - PEAR
CSS Preview window: A preview window which, when you place your cursor within a rule, displays sample text rendered according to the declarationblock of that rule.例文帳に追加
「CSS プレビュー」ウィンドウ: 規則内にカーソルを置くと、その規則の宣言ブロックに従ってサンプルテキストが描画されるプレビューウィンドウです。 - NetBeans
This tutorial assumes that you have a working knowledge of the various technologies it employs (i.e., HTML, CSS, JavaScript, and PHP).例文帳に追加
このチュートリアルは、使用する各テクノロジ (HTML、CSS、JavaScript、および PHP など) に関する実用的な知識がある方を対象としています。 - NetBeans
This tutorial assumes that you have a working knowledge of the various technologies it employs (i.e., HTML, CSS, JavaScript, Java and JSP).例文帳に追加
このチュートリアルは、使用するさまざまなテクノロジ (HTML、CSS、JavaScript、Java、および JSP など) についての実用的な知識がある方を対象としています。 - NetBeans
The data can be sorted and paged, and each cell of the table can have a custom look by using CSS for the HTML output. 例文帳に追加
データのソートやページ処理が可能で、HTML 出力時にはテーブルの各セルの見栄えを変えることもできます。 これにはCSS を使用します。 - PEAR
To provide a multi-media information transfer system by which the scales of a multi-media server and a CSS server are reduced while securing response to a request from a CSS client.例文帳に追加
CSSのクライアントからの要求に対するレスポンスを確保しながら、マルチメディアサーバ、及び、CSSサーバの規模を小さくする事を可能としたマルチメディア情報転送システム。 - 特許庁
The file already contains a root class, which you can remove.Please, find the CSS styles for the application in the wishlist.css file that you can download here. 例文帳に追加
ファイルには、削除可能な「root」クラスがすでに含まれています。 ここからダウンロードできる wishlist.css ファイルで、アプリケーションの CSS スタイルを検索してください。 - NetBeans
A capacitor Css is connected closer to an AC power supply side than to the reactor Lin.例文帳に追加
リアクトルLinよりも交流電源側にコンデンサCssを接続する。 - 特許庁
The clamp circuit 20 compares terminal voltage Vss on the side of the current supply circuit 11 of the capacitance (Css) 12 with soft start completion instruction voltage Vc10 to thereby operate a clamp function so as to draw all the current Iss to be supplied to the capacitance (Css) 12 when the terminal voltage Vss exceeds soft start completion voltage Vc10.例文帳に追加
クランプ回路20は、容量(Css)12の電流供給回路11側端子電圧Vssとソフトスタート完了指示電圧Vc10を比較することにより、端子電圧Vssがソフトスタート完了電圧Vc1を上回った場合に、容量(Css)12に供給される電流Issを全て引き込むようしてクランプ機能を働かせる。 - 特許庁
A comparison checker 25 is comformity to the CSS and can make mutual authentification with a disk reader 24 which is in compliance with the CSS and reads the scramble data from a DVD 305.例文帳に追加
比較検査部25は、CSSに準拠しており、DVD305からスクランブルデータを読み取るCSS準拠のディスク読取装置24と相互認証を行うことができる。 - 特許庁
Place your cursor within a rule that makes adjustments to text and color (e.g., h1).The CSS Preview window generates a sample display depicting how the text will render in a browser.例文帳に追加
テキストと色を変更する規則内にカーソルを置きます (たとえば h1)。 「CSS プレビュー」ウィンドウに、テキストがブラウザにどのように描画されるかを示すサンプル表示が生成されます。 - NetBeans
Traditionally, most disk drives have operated in a Contact Start-Stop (CSS) mode, in which heads come to rest on the disk surface when the drive is turned off. 例文帳に追加
伝統的に、殆どのディスクドライブはコンタクトスタートストップ(CSS)モードで動作していた。このモードではドライブの電源を落とした場合ヘッドはディスク表面に接触する。 - コンピューター用語辞典
To use an air channel and a pitch ladder for controlling a pitch profile of a CSS drive, so as to solve a reliability problem accompanying a current CSS drive having a high-pitch ABS design.例文帳に追加
高ピッチのABSデザインをもつ現行のCSSドライブに付随する信頼性問題を解決するために、CSSドライブのピッチプロファイルを制御するように、空気流路及びピッチラダーを用いることを提示する。 - 特許庁
| 意味 | 例文 |
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| © 2010, Oracle Corporation and/or its affiliates. Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners. |
| Copyright © 2001 - 2008 by the PEAR Documentation Group. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ). |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|