Re: [css-d] 2 n00b questions

2005-06-07 Thread Christian Heilmann
Hi Steve, 1. How do I show my pictures when you mouse over the link ? page : http://homepage.mac.com/n00dles/pics.html You _could_ show the pictures via CSS by adding them in the link: a ...fooimg.../a and then hiding and showing them on hover: a img{ display:none } a:hover img{

Re: [css-d] 2 n00b questions

2005-06-07 Thread Steve
Thanks alot FOR ALL your help.Now just to find the time to fix this. working 7 day a week 13 - 14 hrs doesn`t give me much time anymore. Tahnks again On 6/7/05, Christian Heilmann [EMAIL PROTECTED] wrote: Hi Steve, 1.

[css-d] 2 n00b questions

2005-06-07 Thread BJ
How do I show my pictures when you mouse over the link ? You might try this method, but the second you mouseout they disappear: http://www.meyerweb.com/eric/css/edge/popups/demo2.html __ css-discuss [EMAIL PROTECTED]