In fact, you forgot to add a small thing to the same "animation" link as before. The link is opened in the left frame, where is the menu bar. It screw the whole site.
Here's the current link:
<h4><a href="http://lordofthecows.com/tomasb/animations/animations_frame.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image17','','sidebar/animations_small_over.jpg',1)"><img name="Image17" border="0" src="sidebar/animations_small.jpg" width="90" height="30"></a></h4>
<h4><img src="sidebar/ifd.jpg" width="90" height="30"></h4>
You should add target="_parent" anywhere in the <a (snip)> tag. It should be:
<h4><a href="http://lordofthecows.com/tomasb/animations/animations_frame.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image17','','sidebar/animations_small_over.jpg',1)" target="_parent" ><img name="Image17" border="0" src="sidebar/animations_small.jpg" width="90" height="30"></a></h4>
<h4><img src="sidebar/ifd.jpg" width="90" height="30"></h4>
(in bold is the changed part)
And about the size of the frame, you haven't fixed anything, now.
If you don't have any idea of what to do, here's the code you have on each frame page:
(snip)
<frameset rows="" cols="114," frameborder="NO" border="0" framespacing="0">
(snip)
In this page, cols="114,*" mean one column with a wideness of 114 pixel, and another which take the remaining space on the page.
Change the 114 (or whatever number is in this place) to 130, or paste this line in place of the old one, the first line which start with <frameset ... >:
<frameset rows="" cols="130," frameborder="NO" border="0" framespacing="0">
It should fix the problem.
p.s. If you want me to fix the site, and add some more features if you want, ask me.
------------------
(url="http://"http://www.evula.com")EVula(/url) | (url="http://"http://www.Evula.com/survival_guide")EVula's survival guide(/url) | (url="http://"http://pftn.evula.net")Pilot File Trade Network(/url) | (url="http://"http://www.ev-nova.net")EV-Nova(/url) | (url="http://"http://home.comcast.net/~slagblah/")Slagblah's home page(/url) | (url="http://"http://home.comcast.net/~slagblah/pilotlog.html")pilotlog(/url)
(url="http://"http://www.resexcellence.com/support_files/resedit.shtml")ResEdit(/url) | (url="http://"http://w00tware.ev-nova.net/")W00tWare(/url) | (url="http://"http://www.ariossoftware.com/programs/evone/")EVONE(/url) | (url="http://"http://davidarthur.evula.net/mc.php")Mission Computer(/url) | (url="http://"http://home.comcast.net/~slagblah/PilotlogAnalyzer.hqx")Slagblah's pilotlog analyzer(/url)
Visit my (url="http://"http://perso.wanadoo.fr/straven")home page(/url) !
My plugins: (url="http://"http://www.ambrosiasw.com/cgi-bin/vftp/show.pl?product=evn&category;=plugins&display;=date&file;=outfits_enabler_v1.1.sit")Outfit Enabler(/url) and (url="http://"http://www.ambrosiasw.com/cgi-bin/vftp/show.pl?product=evn&category;=guides&display;=date&file;=ResUsedList_v1.0.6.txt.sit")ResUsedList(/url)
(This message has been edited by STraven (edited 09-05-2003).)