Do CSS rollovers coexist with HTML tables?

liunx

Guest
My rollovers work until I add them to my project file, inside a table cell. Any ideas? Thanks in advance!

Here are the links:

<!-- m --><a class="postlink" href="http://www.williamandersonphotography.com/nina/cssrolloverswork.html">http://www.williamandersonphotography.c ... swork.html</a><!-- m -->

<!-- m --><a class="postlink" href="http://www.williamandersonphotography.com/nina/cssrollovers_notworking.htmlHave">http://www.williamandersonphotography.c ... g.htmlHave</a><!-- m --> you tried using td.a{color:#000;} and td.a:hover{color:#f00;}?They both seem to be working on this end. :)You know I posted without even looking, and they both work for me in FireFox 1.0.I'm trying to do an image rollover - this suggestion s for text, right? I wish it were text! 8-)

<<Have you tried using td.a{color:#000;} and td.a:hover{color:#f00;}? >>

Yes, it does indeed seem to be fine in FireFox! In IE, only the first line rolls over. grrrr....

I noticed that by deleting all the table rows after the row with the rollover cell, it works in IE. Put the rows back and it breaks. Take out the rows one by one, still breaks. What gives?????

If anybody has a clue how to fix this I'd be so happy! I've been working on this all day.

Thanks so much!!!!Originally posted by sammymocha
I noticed that by deleting all the table rows after the row with the rollover cell, it works in IE. Put the rows back and it breaks. Take out the rows one by one, still breaks. What gives?????

If anybody has a clue how to fix this I'd be so happy! I've been working on this all day.

Thanks so much!!!! You should really qualify your browser names with a platform. Like in your case it works fine in IE/Win (which is what everyone will assume you are talking about). The effect you mention only happens using IE/Mac.I'm also surprised that this hasn't been brought up: <!-- m --><a class="postlink" href="http://www.hotdesign.com/seybold/index.html">http://www.hotdesign.com/seybold/index.html</a><!-- m -->

:)Great info - glad to find this stuff. Now I need to hunker down and work with it! Also thanks for the suggestion for identifying platform along with browser.
 
Back
Top