Quote:
Originally Posted by tigrattack
Hi All,
I have an issue with a very small number of members stating that the styles change by themselves randomly when they switch pages...
Has anyone else experienced this? If so, is there a way to correct the issue?
Thank you and Happy Holidays 
|
Not sure if this is present in all styles (if you maintain style changes throughout several versions then it would be the same pretty much I'd suppose...) however check your pages source code.
When I view it, I notice some issues, near the top a <DIV without the closing > symbol and furthermore a </if> in the code that should not be viewable - this tells us the <if condition> beginning part of its missing.
Code:
<td class="tfoot" align="right" width="100%" style="height: 40px; background: url(/superstar/linchpin/superstar/footer_bg.png) repeat-x top left; border: 1px solid #000000; box-shadow: 0 0 4px #000000; border-radius: 6px;">
<div class="skinselect">
</if>
Correct the coding issues and your random issues will seemingly go away

.