comicpress-2.8/ie_style.css

13 lines
265 B
CSS
Raw Normal View History

/* These overrides are for the IE browser, fixes and what not to make it work. */
html { overflow-y: scroll; }
#menubar {
zoom: 1; /* IE fix, allows for variable height menu */
}
tt a:hover
{
z-index:1000; color: #aaaaff;
background-color: Transparent;
2009-08-21 17:45:23 +00:00
}