Good afternoon!
This is a strange IE 7 issue that I've yet to come across. On IE 7, it is removing the "Us" portion of the About Us and Contact Us Span elements and dropping it below the navigation bar. I tried to post a screenshot but I need to work on my reputation (street cred?) before I'm allowed to. I've tried a number of things, but I can't seem to find the root of the problem. Does anyone have any suggestions?
Thank you!
http://www.indian开发者_运维技巧brookgolf.com/
Have you tried adding a non braking space (
) between the About and Us?
Alternatively, have you tried the following CSS rule for the specific element?
nb.span { white-space: nowrap; }
A non breaking space, or tells the browser not to break white spaces... the bit between the About and Us in your case. Glad it helped
精彩评论