View Single Post
  #2 (permalink)  
Old Mar 21st, 2008, 18:48
Aso's Avatar
Aso Aso is online now
Chief Moderator

SuperMember
Join Date: Oct 2007
Location: UK
Posts: 1,001
Blog Entries: 2
Thanks: 5
Thanked 23 Times in 20 Posts
Send a message via Skype™ to Aso
Re: Javascript menu - does not work on title page, but does work on other pages

I can see the problem you're having, but can't find the issue. That's some seriously messy WYSIWYG code in there!

alt tags are required for accessible markup, used to describe images for those that have them disabled, or are unable to see them. For example;
Code: Select all
<img src="cow.jpg" alt="A Cow" width="..." height="..." />
Reply With Quote