Gabriele Romanato wrote:

> Please read the latest two posts on IE7 on my blog and tell me if I
> stumbled on something that's well-documented or not.

Can you please provide a URL that demonstrates the issue in the simplest 
possible context?

> Can you make up a static  test?

It depends on what the problem is. Can't you make up a static test of the 
problem you have in your mind?

> I used JavaScript to create spans in the following
> structure:
>
> <ul id="navigation">
> <li><a href=""><span>Link</span></a></li>
> </ul>
>
> Try to apply some styles to :hover: nothing happens to links, but they
> maintain the same styles specified before. thanks in advance.

What happens if you test with the markup above on a static HTML page? If the 
problem occurs only with JavaScript-generated elements, maybe the problem is 
in JavaScript code (which might even fail to generate the structure you 
expect it to generate).

The issue might be something else on your page, like any CSS rule setting 
properties for the <span> element. If you set color for it, it won't inherit 
color from its parent, of course.

-- 
Yucca, http://www.cs.tut.fi/~jkorpela/ 

______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to