Me 2 !!
Hab das gleiche Problem im Footer, und weiss nicht wo genau im code ich das anpassen kann(wenn möglich?!?) und bin ich bei der richtigen css im editor? und allgemein tipps, anregungen und hilfe?
Webseite: http://www.arabswiss.ch
Original Theme: Globered 1.0
Hier > style.ie6.css (ab Box, Post, ist sonst zu lang)
HTML
/* begin Box, Post */
.art-post, .art-post-body
{
zoom: 1;
}
.art-post-body
{
position: static;
}
.art-post-tr, .art-post-tl, .art-post-br, .art-post-bl, .art-post-tc, .art-post-bc,.art-post-cr, .art-post-cl
{
font-size: 1px;
background: none;
}
.art-post-tr, .art-post-tl, .art-post-br, .art-post-bl
{
behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + artGetStyleUrl()+"images/post_s.png',sizingMethod='scale')");
}
.art-post-tl
{
clip: rect(auto 21px 21px auto);
}
.art-post-tr
{
left: expression(this.parentNode.offsetWidth-42+'px');
clip: rect(auto auto 21px 21px);
}
.art-post-bl
{
top: expression(this.parentNode.offsetHeight-42+'px');
clip: rect(21px 21px auto auto);
}
.art-post-br
{
top: expression(this.parentNode.offsetHeight-42+'px');
left: expression(this.parentNode.offsetWidth-42+'px');
clip: rect(21px auto auto 21px);
}
.art-post-tc, .art-post-bc
{
width: expression(this.parentNode.offsetWidth-42+'px');
behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + artGetStyleUrl()+"images/post_h.png',sizingMethod='scale')");
}
.art-post-tc
{
clip: rect(auto auto 21px auto);
}
.art-post-bc
{
top: expression(this.parentNode.offsetHeight-42+'px');
clip: rect(21px auto auto auto);
}
.art-post-cr, .art-post-cl
{
height: expression(this.parentNode.offsetHeight-42+'px');
behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + artGetStyleUrl()+"images/post_v.png',sizingMethod='scale')");
}
.art-post-cr
{
left: expression(this.parentNode.offsetWidth-42+'px');
clip: rect(auto auto auto 21px);
}
.art-post-cl
{
clip: rect(auto 21px auto auto);
}
.art-post-cc
{
font-size: 1px;
width: expression(this.parentNode.offsetWidth-42+'px');
height: expression(this.parentNode.offsetHeight-42+'px');
background-color: #E9D9D8;
}
/* end Box, Post */
/* begin PostBullets */
.art-post ul li, .art-post ol ul li
{
height: 1%;
background: none;
behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + artGetStyleUrl()+"images/postbullets.png',sizingMethod='crop')");
}
.art-post ul ol li
{
background: none;
behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="");
}
/* end PostBullets */
/* begin PostQuote */
blockquote,
.art-postcontent blockquote
{
height: 1%;
background-image: none;
behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + artGetStyleUrl()+"images/postquote.png',sizingMethod='crop')");
}
/* end PostQuote */
/* begin Footer */
.art-footer
{
zoom:1;
}
.art-footer-b
{
top: expression(this.parentNode.offsetHeight-30+'px');
width: expression(this.parentNode.offsetWidth-60+'px');
zoom: 1;
font-size: 1px;
}
.art-footer-r, .art-footer-l
{
top: expression(this.parentNode.offsetHeight-30+'px');
background: none;
behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+artGetStyleUrl()+"images/footer_s.png',sizingMethod='crop')");
zoom: 1;
font-size: 1px;
}
.art-footer-r
{
left: expression(this.parentNode.offsetWidth-60+'px');
clip: rect(auto auto auto 30px);
}
.art-footer-t
{
zoom: 1;
font-size: 1px;
height: expression(this.parentNode.offsetHeight-30+'px');
width: 78%;
}
.art-footer-body
{
zoom:1;
height: 27px;
}
.art-rss-tag-icon
{
zoom: 1;
font-size: 1px;
background: none;
behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+artGetStyleUrl()+"images/rssicon.png',sizingMethod='crop')");
}
/* end Footer */
/* begin LayoutCell, content */
div.art-content
{
width: auto;
}
div.art-content-layout div.art-layout-cell, div.art-content-layout div.art-layout-cell div.art-content-layout div.art-layout-cell
{
display: block;
overflow: hidden;
float: left;
clear: right;
margin-bottom: -32000px;
padding-bottom: 32000px;
}
div.art-layout-cell div.art-layout-cell
{
float: none;
clear: both;
margin-bottom: 0;
padding-bottom: 0;
}
/* end LayoutCell, content */
.commentlist, .commentlist li
{
behavior: none;
}
Alles anzeigen