Hope this is the right place for me to ask for help regarding my problem
I tried to search everywhere on the internet and this group as well
but didn't find out the solution for my problem. And still I guess it
should be something very simple.
Hope some of you here can help me with some instructions or
suggestions. Thanks in advance.
What I'm doing is a custom template which isn't a brand new one but
only modified Minimal template which is already available on Blogger.
Here is the link: http://jozsefk9.blogspot.com/
For now I don't have any other problem then to enable some piece of
Javascript code and that is for rollover and drop down effects in the
menu.
Here is the same menu [made by myself] and it works perfectly:
http://www.suncityae.com/martin-blogger ... menu3p.htm
I think, actually I'm almost 100% sure the problem is with the way
Blogger is rendering the page or the source xml template file. If you
take a look at the source code in the blogspot you will notice a
difference in this part of the code:
- Code: Select all
<td><a href='portfolios.html' onmouseout='MM_swapImgRestore
();MM_menuStartTimeout(1000);' onmouseover='MM_menuShowMenu
(\'MMMenuContainer0412015945_0\', \'MMMenu0412015945_0\',0,30,\'http://
www.suncityae.com/martin-blogger/martinmenu3p_r2_c3\');MM_swapImage(\'http://www.suncityae.com/martin-blogger/martinmenu3p_r2_c3\',\'\',\'http://www.suncityae.com/martin-blogger/images/martin-menu3p_r2_c3_f2...',1);'><img
alt='portfolios' border='0' height='19' id='martinmenu3p_r2_c3'
name='martinmenu3p_r2_c3' src='http://www.suncityae.com/martin-blogger/
images/martin-menu3p_r2_c3.gif' width='67'/>
This is the same part from the working example of the menu:
- Code: Select all
<td><a href="portfolios.html" onmouseout="MM_swapImgRestore
();MM_menuStartTimeout(1000);" onmouseover="MM_menuShowMenu
('MMMenuContainer0412015945_0', 'MMMenu0412015945_0',
0,30,'martinmenu3p_r2_c3');MM_swapImage
('martinmenu3p_r2_c3','','images/martin-menu3p_r2_c3_f2.gif',1);"><img
name="martinmenu3p_r2_c3" src="images/martin-menu3p_r2_c3.gif"
width="67" height="19" border="0" id="martinmenu3p_r2_c3"
alt="portfolios" /></a></td>....
Blogger is inserting some additional signs in the Javascript code! And
I don't know and don't understand how to avoid this. I'm not that good
with Javascript.
Any suggestion please?
Thanks a lot.
Jozsef


