我有一个网站由Joomla 1.5.26使用模板Ja Purity演示模板在这里
http://templates.joomlart.com/ja_purity_ii/如何使我的右侧边栏可浮动?我试图将它的css位置更改为绝对,但它不起作用。任何人都可以帮助我!
发布于 2013-05-20 14:58:31
您可以从模板文件中的index.php中删除类列侧栏,并可以为右侧栏创建自己的类。
<div style="width:20%" class="column sidebar" id="ja-right">
To
<div style="width:20%" class="column-your-css sidebar-your-css" id="ja-right-your-css">https://stackoverflow.com/questions/16615893
复制相似问题