Hi everyone I am trying to solve the problem but i think i am not capabe of fixing it.
In IE I have to following error.
I really appreciate any reply.
| SitePoint Sponsor |
Hi everyone I am trying to solve the problem but i think i am not capabe of fixing it.
In IE I have to following error.
I really appreciate any reply.


What does your code look like?
Save the Internet - Use Opera | May my mother rest in peace: 1943-2009
Dan Schulz - Design Team Advisor | Follow me on Twitter
SitePoint References: HTML CSS JavaScript | Become A Guru
WordPress SEO Checklist | What WordPress Plugins Do You Use?
Web Standards Curriculum | Image Free Equal Height Columns
Thanks for your fast reply the .tpl file looks like this
<div class="tlb">
<span><a onclick="new Effect.toggle('s1','blind', {ldelim}queue: 'end'{rdelim});"> <img src="{$my_pligg_base}/templates/{$the_template}/images/expand.png" alt="expand" /></a></span>
<a href="#">{#PLIGG_Visual_Category_Title#}</a>
</div>
<div id="cats" style="padding-bottom:1px">
<ul id="nav-secondary">
<li>
{section name=thecat loop=$cat_array start=1}
{if $lastspacer eq ""}
{assign var=lastspacer value=$cat_array[thecat].spacercount}
{/if}
{if $cat_array[thecat].spacercount lt $lastspacer}{$cat_array[thecat].spacerdiff|repeat_count:'</li></ul>'}{/if}
{if $cat_array[thecat].spacercount gt $lastspacer}<ul style="padding-left:12px"><li>{/if}
<a href="{$URL_rsscategory, $cat_array[thecat].auto_id}" target="_blank" style="border:none;">
<img src="{$my_pligg_base}/templates/{$the_template}/images/rss.gif" border="0" style="float:right;padding-right:10px;" alt="RSS" /></a>
{if $pagename eq "upcoming"}
<a href="{$URL_queuedcategory, $cat_array[thecat].safename}" style="padding-bottom:5px;">{$cat_array[thecat].name}</a>
{else}
<a href="{$URL_maincategory, $cat_array[thecat].safename}" style="padding-bottom:5px;">{$cat_array[thecat].name}</a>
{/if}
{assign var=lastspacer value=$cat_array[thecat].spacercount}
{/section}
</li>
</ul>
</div>
the css looks like this,
.tlb {
background:url("../images/featurebox_h.png") no-repeat 0 0;
margin:-15px -10px 0;
padding:3px 10px 5px;
}.tlb span {
float:right;
margin-top:-3px;
margin-right:0;
}#nav-secondary,#nav-secondary li {
list-style:none;
display:block;
margin:0;
padding:0;
}
#nav-secondary {
padding-top:0;
margin-top:10px;
}
#nav-secondary a {
line-height:1.5;
display:block;
color:#FF0000;
font-family: arial;
font-size: 100%;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCCCCC;
}


That's not going to be of much help to me. What does the HTML output and the complete CSS file look like?
Save the Internet - Use Opera | May my mother rest in peace: 1943-2009
Dan Schulz - Design Team Advisor | Follow me on Twitter
SitePoint References: HTML CSS JavaScript | Become A Guru
WordPress SEO Checklist | What WordPress Plugins Do You Use?
Web Standards Curriculum | Image Free Equal Height Columns
it is this code that I am positive causing the problem, if i remove it everything works fne but of course i dont see any rss icon
<a href="{$URL_rsscategory, $cat_array[thecat].auto_id}" target="_blank" style="border:none;">
<img src="{$my_pligg_base}/templates/{$the_template}/images/rss.gif" border="0" style="float:right;padding-right:10px;" alt="RSS" /></a>
Last edited by verom; Feb 11, 2008 at 00:55.
Bookmarks