|
Posted by Jonathan N. Little on 03/18/06 03:29
Gufus wrote:
> Hi Jonathan,
>
> Friday March 17 2006, Jonathan N. Little writes to Gufus:
>
> > From: lws4art@centralva.net
> > http://www.w3.org/TR/CSS21/propidx.html
> > Knock yourself out.
>
> Thank you sir. :)
>
> I'm just starting to dig into css, so it's like anything, I'm in a learning
> curve right now.
>
> I was just finishing some Java today, it flashes my domain
> (www.gypsy-designs.com) on this page, It's only working with IE and Opera
> right now, and my drop down menus are working fine use css too. ;)
First of all, Java and JavaScript are *not* the same thing, there are no
Java applets on your www.gypsy-designs.com page, it's JavaScript.
Next, on your page:
<script language="JavaScript">
is <= HTML4.0
Should be for HTML4.01:
<script type="text/javascript">
You should lose all the deprecated elements and attributes as well
> http://www.gypsy-designs.com/example2.html
Get a 404 on that link.
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
[Back to original message]
|