0

我希望“开始”、“下一步”等按钮应该是线性的。已经在 J​​oomla Phoca 画廊分页中崩溃了。看这张图片:

http://srajib.info/phoca/phoca-3.png

CSS

#phocagallery .pgcenter, #phocagallery-upload .pgcenter, #phocagallery-subcategory-creating .pgcenter {text-align: center; vertical-align: middle;}

HTML

<div class="pgcenter">
<div class="pginline">
</div>
<div class="sectiontablefooter" style="margin: 0pt 10px; display: inline;">
....
....
4

1 回答 1

2

如果你把它添加到你的 phocagallery.css 中,它会解决这个问题:

ul.pagination li {
    float: left;
    padding: 0px 10px 0px 10px;
    list-style:none
}

顺便说一句,我知道这是你的网站,但只是为了让你知道,我真的不喜欢 EED 光标以及它后面的字母;)

于 2012-08-30T18:57:28.623 回答