Only IE shows the highlight in a JQuery UI...

Only IE shows the highlight in a JQuery UI...

LuysLuys Posts: 15Questions: 0Answers: 0
edited April 2012 in General
Hi all!

I'm trying to create a table with jQuery UI and highlight of the rows "OnMouseOver".

First there is the following:

[CODE]


@import "../../media/css/demo_page_interface.css";
@import "../../media/css/demo_table_jui.css";
@import "../examples_support/themes/smoothness/jquery-ui-1.8.4.custom.css";


[/CODE]

Then I insert

[CODE]



.ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {
background-color: #EEFFCC;
}

Etc, etc...

[/CODE]

There is also

[CODE]



[/CODE]



Only the browser Internet Explorer shows the highlight. What am I doing wrong? Can anyone help me out.

Thanks in advance for your anwser.

Luys
This discussion has been closed.