View Single Post
  #2 (permalink)  
Old Apr 17th, 2007, 12:22
karinne's Avatar
karinne karinne is offline
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: javascript and xhtml validation

Hmmm ... actually ... your site falls apart in IE6. What does the JS do? I don't see anything on there that can't be achieve with CSS/HTML only!?

Oh and yes you "should" be putting your JS in a separate file. Just link to it with

Code: Select all
<script src="somescript.js" type="text/javascript"></script>
Reply With Quote