我正在建立一个Joomla 1.7网站,我正在使用一个图库插件.除了一个问题,这真的很好.在gallery插件中,您可以插入显示在所有图像之上的描述,但每当我使用它时,我会获得大量的空白.
HTML:
<div id="phocagallery" class="pg-category-view" style="width:800px;margin: auto;">
<div class="pg-category-view-desc">Pictures of the Roskilde Family</div>
<div id="pg-icons"></div>
<div style="clear:both"></div>
<div class="phocagallery-box-file" style="height:158px; width:120px;">
<div class="phocagallery-box-file" style="height:158px; width:120px;">
<div class="phocagallery-box-file" style="height:158px; width:120px;">
<div class="phocagallery-box-file" style="height:158px; width:120px;">
<div class="phocagallery-box-file" style="height:158px; width:120px;">
Run Code Online (Sandbox Code Playgroud)
如果我删除白色空间消失.我用萤火虫看着我的css,但我不能为我的生活弄清楚为什么它给了我这个白色空间.我使用了Yahoo css-reset.
编辑:CSS
div id ="phocagallery"class ="pg-category-view":
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, blockquote, th, td, p
{
margin: 0;
padding: 0;
}
body { …Run Code Online (Sandbox Code Playgroud)