URL to your eFiction: http://www.sailormoonfiction.com/revolution/index.php?skin=Senshi
Version of eFiction: 3.5.2
Have you bridged eFiction?: no
Version of PHP: unknown
Version of MySQL: unknown
Have you searched for your problem: couldn't find anything - too specific ?
If so, what terms did you try:
Do you have a test account for us? Yes : TestAccount pw=Testing
This is driving me crazy !! I'm theming the Kali Skin : Superstar to work with my site and have added a few tweeks etc. However once I get it looking great in Firefox, but messed up in IE and Chrome so I fix it for IE and CH and then FF looks weird !!
I've tracked the offender down (I think) to an end </div> tag in the index.tpl at the end of the leftindex section. if I add it in or take it away then it changes the look in the mentioned browsers. Am I missing another tag somewhere or am I flogging a dead horse in the battle of the browsers ?
Now in my 11th fiction filled year !!
I spotted this:
<div class="block">
<div class="title">{categories_title}</div>
<div class="content"></div> <--- closed too early
<table width="250" cellspacing="0" cellpadding="0" class="tableborder2">
<!-- START BLOCK : categoriesblock -->
<td><IMG SRC=""/revolution/skins/romance/images/pip.gif"" WIDTH="9" HEIGHT="9"> {categorytitle} {numstories} <br> {categorydescription} <br>
</p>
</td></tr>
<!-- END BLOCK : categoriesblock -->
</table>
</div>
</div>
</div>
It could be closing the left index too early, I have no idea if that's causing th issue.
Skins made by Kali are no longer supported!
Thank you for your advice, Kali. I'm in awe of your work so to get your assistance with problem solving is so appriciated ! And while your solution didn't correct my problem it prompted me to check all my closing tags and I noticed that the </maquee> and </div> tags were round the wrong way and : BOOM problem solved π
<div class="block">
<div class="title">{featured_title}</div>
<div class="content">
<marquee direction="up" speed="1" scrollamount="2" onmouseover="this.stop()" onmouseout="this.start()">
<!-- START BLOCK : featuredblock -->
{title} by {author}<br />
<span class="label">Summary: </span>{summary}<br />
<span class="label">Rated:</span> {rating} {score}<br />
<span class="label">Categories:</span> {category} <br />
<hr>
<!-- END BLOCK : featuredblock -->
</marquee>
</div>
</div>
</div>
Now in my 11th fiction filled year !!
