DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> CSS入門知識 >> DIV十CSS布局 >> 布局實例 >> css串聯選擇器和後代選擇器使用方法
css串聯選擇器和後代選擇器使用方法
編輯:布局實例     

 串聯選擇器:作用在同一個標簽上

代碼如下:
<div class=”a” id ="qq"><span>look at the color</span></div></p> <p>css: #qq.a{
….
}


 

 

後代選擇器:作用在不同標簽上
 

代碼如下:
<div id ="qq"><span class=”a”>look at the color</span></div>
css: #qq .a{
}

 

注意#qq .a 之前有空格

XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved