View Single Post
Unread 10-19-2007, 01:11 PM
dcon64 dcon64 is offline
Junior Member
Join Date: Oct 2007
Posts: 6
  #4  
Default Ran Page through validator

Bcrl314

Thanks for you reply. I ran my index page through validator.w3.org. The only thing it flagged was a lack of "alt" tags, but nothing wrong with the UL and LI menu tags:
------------------------
Line 39, Column 94: required attribute "ALT" not specified.
…adow_top.gif" width="802" height="20"></td>
?
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.
-------------------------
I don't get it.
The menus work(except the arrow gif indicator) on Windows/Mac Firefox, but not Windows IE or NS.

The menu arrow gif indicator works only on Mac Safari, but nowhere else. Its like those browsers can't find the path to the arrow images. Why can't they find it, but Safari can?

Could it have something to do with the DocType? The page is currently set as follows:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Reply With Quote