> that's right Nancy: MAKE me learn my HTML!
Actually, this is CSS, and it's something that DW expects you to know!
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================
"grape jan" <webforumsuser@macromedia.com> wrote in message
news:g4entp$684$1@forums.macromedia.com...
> wait -- looks like I figured out your instructions. After I put the table
> that
> holds the menu in it's own 'div', naming it 'menu', I went up to the CSS
> code
> you gave me earlier and added '#menu a img {border:none}' (see code
> below).
>
> (didn't work at first because it first said 'borders: none'. DW browser
> check
> caught it and I changed it to 'border: none' -- no 's' -- and lo and
> behold! )
>
> that's right Nancy: MAKE me learn my HTML! 
>
> thank you thank you (uploaded the working sample again to that same link
> above)
>
>
> /* Image links */
> a img {border: 2px solid #FFFFFF} /* This is image border; set to page
> background color; white */
> a:hover img {border: 2px solid #EFAB08} /*this is the highlight color;
> gold*/
> a:active img, a:focus img {border: 2px solid #EFAB08}
> #menu a img {border:none}
>