You have:
div#navigation{float:left; width:150px; line-height: 2em;
border-style: solid solid none none; border-color: #94AA74; border:
1px; border-width: 1px;margin-left:-700px }
easy fix
* html div#navigation {
margin-left:-644px
}
That may be off by a px or two. But you get the idea.
Also, you should change
div#navigation ul#navlist li
to be the same as your
div#navigation ul#navlist li a:hover, ul#navlist li#active a:hover,
div#navigation ul#navlist li a#current{color: #330; background: #CCC
url("../i/menu1.gif") 0 0 no-repeat; border-color: #aaab9c #fff #fff
#ccc}
to avoid the flash you are now getting in IE
I would also change the #CCC to match the color in the hover image.
Now if you jack up the text size you get a gray edge.
Hope that helps,
Parker
On 4/6/06, CK <[EMAIL PROTECTED]> wrote:
> Hi,
>
> The client has said the following pages have the menu out of place in
> IE...6.029. Can someone offer a solution? The pages validate.
>
>
>
> http://working.bushidodeep.com/tacticalware/tos.html
> http://working.bushidodeep.com/tacticalware/privacy.html
> http://working.bushidodeep.com/tacticalware/banners.html
>
>
> Return True,
>
>
>
>
> CK
> Principal/Designer/Programmer -Bushidodeep
> http://bushidodeep.com/
> ______________________________
> "Knowing is not enough, you must apply;
> willing is not enough, you must do."
> ---Bruce Lee
>
>
> ******************************************************
> The discussion list for http://webstandardsgroup.org/
>
> See http://webstandardsgroup.org/mail/guidelines.cfm
> for some hints on posting to the list & getting help
> ******************************************************
>
>
--
Parker Torrence
FrogLace WebDesign
http://webdesign.parkertorrence.com
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************