CSS-Browserhack for IE to position the colselection within the nextmatch header, because of visibility problems of the

columnselection against selectboxes in the background
This commit is contained in:
Klaus Leithoff 2007-11-30 08:58:04 +00:00
parent 73c2841457
commit 8a376b62ea

View File

@ -64,6 +64,13 @@
top: 16px; top: 16px;
display: none; display: none;
} }
/*
* Browserhack for IE to position the colselection within the nextmatch header, because of visibility problems of the
* columnselection against selectboxes in the background
*/
* html #.colselection {
position: static;
}
/* /*
* Styles for the tab widget * Styles for the tab widget
@ -98,4 +105,4 @@
} }
.nm_num_rows select { .nm_num_rows select {
width: 40px; width: 40px;
} }