Re: [css-d] background image problem in IE6

2007-01-16 Thread Brian Riley
Coral S. wrote: Hello, I'm new to the group, so hello to everyone. I recently came across this wonderful horizontal drop-down menu http://www.sperling.com/examples/menuh/ by Ted Sperling, and was attempting to alter it a bit to allow for rollover images instead of simply colors. What I

Re: [css-d] background image problem in IE6

2007-01-16 Thread Coral S.
To fix it, in the CSS file, instead of referring to them #menuh a.parent and #menuh a.top_parent, refer to them as #menuh-container a.parent and #menuh-container a.top_parent (i.e., use the parent div). Hi Brian, Thank you so much for your reply. I tried what you suggested, and

Re: [css-d] background image problem in IE6

2007-01-16 Thread Brian Riley
Coral S. wrote: To fix it, in the CSS file, instead of referring to them #menuh a.parent and #menuh a.top_parent, refer to them as #menuh-container a.parent and #menuh-container a.top_parent (i.e., use the parent div). Hi Brian, Thank you so much for your reply. I tried what you

Re: [css-d] background image problem in IE6

2007-01-16 Thread Coral S.
I actually just meant that you change the references to a.parent and a.top_parent only. Everything else, including the references to a (no class), can be the same (#menuh a or whatever). Not sure if it'll make a difference, but it's worth a try. Take a look at this page for more details

[css-d] background image problem in IE6

2007-01-15 Thread Coral S.
Hello, I'm new to the group, so hello to everyone. I recently came across this wonderful horizontal drop-down menu http://www.sperling.com/examples/menuh/ by Ted Sperling, and was attempting to alter it a bit to allow for rollover images instead of simply colors. What I have so far works