Adapted Kali skin :...
 
Notifications
Clear all

Adapted Kali skin : Superstar. IE& Chrome vs Firefox

3 Posts
2 Users
0 Reactions
3,085 Views
(@nyanko)
Posts: 28
Eminent Member
Topic starter
 

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 !!
SailormoonFiction.com

 
Posted : 26/10/2011 5:28 pm
 kali
(@kali)
Posts: 307
Reputable Member
 

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">&nbsp;{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!

 
Posted : 28/10/2011 10:55 am
(@nyanko)
Posts: 28
Eminent Member
Topic starter
 

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 !!
SailormoonFiction.com

 
Posted : 28/10/2011 5:41 pm
Share: