I was able to resolve this issue...thanks again.
~C
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discu
Thanks, Daniel. I figured it was something obvious like that. :)
Is there any way I can get around this issue? I'd really like to use CSS
for my rollover thumbs, but most CSS rollover codes deal with background
images...and since I have 15 different rollover images, that doesn't seem as
pract
> 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 m
"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
unf
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 wonde