Jan212 wrote:plz post the rendered source/ a link to your page...
Thanks for some feedback. Here is the code when run standalone outside of phpwcms.
http://www.wheredotheystand.com/cms/s2/ ... 25,0,0,1,0
When i put it as an php program in an article page... this is what i get:
http://www.wheredotheystand.com/cms/ind ... 25,0,0,1,0
All the tooltips are gone. Here is what the <a> tag looks like that is being generated...by the php program
Code: Select all
<a onmouseover="this.T_SHADOWWIDTH=3;this.T_STICKY=true;this.T_OFFSETX=10;return escape('<? if ($source) echo "Source: ".$source."<br>";?><?if ($quote_date)echo "Date: ".$quote_date."<br>";?> <?if($attributed_to) echo "Attributed To:".$attributed_to."<br>";?> <?If ($entries_key) echo "Key: ".$entries_key."<br>";?> <?if($link) echo "Link: ".$link."<br>";?>')">
<b><?echo $title;?></b> <br> <?echo $quote;?></a><br>
with some php echo's thrown in
I have looked at the DEFAULT.css that is used in the frontend...and dont see any conflicts...but then again I am not a css person and am not sure i know which css files are being pulled together. This is driving me crazy. Something in phpwcms is overriding or stoping my onmouseover.
Thanks for taking a look. I appreciate all i see you do on the boards... I hope to get familiar enough with PHPWCMS so that i can help others too.

But seems the more i dig, the less i know about it
