|
Post by tonys on Sept 25, 2007 13:50:58 GMT 1
Check out the website for Sleaford Town at www.sleafordtownfc.co.ukYou can see News, Events, Photos, Fixtures and Results and Squads from 1st Team right down to the Under 7's. There is also a forum for posting messages. Take a look and see what you think. Tony
|
|
|
Post by pyromaniac on Sept 26, 2007 7:12:49 GMT 1
The left hand navigation doesn't work if you're not using Internet Explorer, the problem is due to invalid code which IE still allows for some reason.
Extract...
<a style="FONT: small-caps; color: #000000;" href="forum/index.asp"><td onMouseOver="this.className = 'menuOver';" onMouseOut="this.className = 'menu';" class="menu"><p class="menutext">Forum</p></td></a> ...a modified version which is more valid and shoud work...
<td onmouseover="this.className = 'menuOver';" onmouseout="this.className = 'menu';" onclick="location.href='forum/index.asp';" class="menu" ><p class="menutext"><a style="font: small-caps; color: #000000; text-decoration:none;" href="forum/index.asp">Forum</a></p></td>
|
|