Mann, Lydia wrote:
... http://www.lydiamann.com/TBMA_files/benefits.shtml
1) Win IE only: When I hover over any of the links in the main content area
(i.e. "Healthcare Coverage", "Retirement Benefits" etc.) I lose part of the
left bar and navigation that returns when another area is scrolled over. ...
2) Win IE only: The links on the top left (the ones that look like folder
tabs) do a little jiggle dance onhover and I can't find a workaround ...
"nitpicky problems" ?
I guess there are not many IE bugs you have leaved out. ;)
I'd suggest to add this at the very end of your head section
<!--[if lte IE 6]>
<link rel="stylesheet" href="ie5_6fix.css" type="text/css" />
<![endif]-->
</head>
to have a maintainable place for the fixes.
For the insignificant details, see the ie5_6fix.css below.
For IE5.5, you should have a look in a standalone browser and decide if
you want to fix it in another fix-sheet.
For the third problem: I did not understand what you meant.
regards,
Ingo
/* ie5_6fix.css linked from within conditional comments */
/*the behavior for whateverhover goes here */
body {behavior: url(YourPath/cssfocusandhover.htc)}
/* minimizes the little jiggle dance onhover */
div#mainnav ul li {
overflow: visible;
height: 1px;
vertical-align: bottom;
}
/* "layout" prevents the left navigation bar from being guillotined */
/* http://positioniseverything.net/explorer/guillotine.html */
#contents { zoom:1; }
/* but causes the 3px txt jog next to the floating navbar to become
noticeable */
/* 3px txt jog fix */
/* http://positioniseverything.net/explorer/threepxtest.html */
/* minus 3px */
#contents { margin-left: 192px;}
/* 3px txt jog fix for each of the left nav floats */
#leftbar,
#mainnav,
#extnav { margin-right: -3px; }
/* stuck on hover fix for post-it */
/* http://www.satzansatz.de/cssd/pseudocss.html#hoverstuck */
#secnav a:hover { background-position: 0 0; }
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/