ray326 thanks for all your help. Could you check out my markup at file:///home/josh/Desktop/webpgs/gregs_page/greg.htm
and tell me if I could do anything better? I am trying not to cheat and to do things the "right" way. Thanks again.No I can't because that's a location on a file system somewhere, not a web URL.Whoops! Heh heh wrong URL heres the right one!
<!-- m --><a class="postlink" href="http://www.mjmcdonaldfam.com/gregs_stuff/greg.htm">http://www.mjmcdonaldfam.com/gregs_stuff/greg.htm</a><!-- m -->
Sorry.There are a few markup glitches; duplicate "dna" ID, open img tag, etc. Do the rollovers on the bottom menu with CSS to eliminate the gratuitous Javascript. Not much to recommend.Could you give a quick example on how to do the javascript rollovers with CSS?
I was always wondering if there was a way to cut down on the scripting?This forum is lousy with 'em.
a:link, a:visited { color:#000; background: #fff }
a:hover, a:active { color:#fff; background: #000 }But, can you do javascript image flips with the CSS? Where onmouseover one image is there, while onmouseout another is?That's typically done with background images. You can find a huge amount of info on that at A List Apart (<!-- m --><a class="postlink" href="http://alistapart.com">http://alistapart.com</a><!-- m -->).
and tell me if I could do anything better? I am trying not to cheat and to do things the "right" way. Thanks again.No I can't because that's a location on a file system somewhere, not a web URL.Whoops! Heh heh wrong URL heres the right one!
<!-- m --><a class="postlink" href="http://www.mjmcdonaldfam.com/gregs_stuff/greg.htm">http://www.mjmcdonaldfam.com/gregs_stuff/greg.htm</a><!-- m -->
Sorry.There are a few markup glitches; duplicate "dna" ID, open img tag, etc. Do the rollovers on the bottom menu with CSS to eliminate the gratuitous Javascript. Not much to recommend.Could you give a quick example on how to do the javascript rollovers with CSS?
I was always wondering if there was a way to cut down on the scripting?This forum is lousy with 'em.
a:link, a:visited { color:#000; background: #fff }
a:hover, a:active { color:#fff; background: #000 }But, can you do javascript image flips with the CSS? Where onmouseover one image is there, while onmouseout another is?That's typically done with background images. You can find a huge amount of info on that at A List Apart (<!-- m --><a class="postlink" href="http://alistapart.com">http://alistapart.com</a><!-- m -->).