Forum Moderators: not2easy
You can see the problem here (if you are using windows you will see the problem).
<snip>
Any suggestions, apart from changing the font family of course :P
[edited by: swa66 at 6:39 pm (utc) on July 2, 2009]
[edit reason] No personal URLs allowed please see forum charter and ToS [/edit]
Additionally, at my resolution and settings, in FF the nav is running on two lines (XP SP2, FireFox, 800 X 600)
The only solid way to get control over this is to make your nav buttons images. You're experiencing only two environments, there are thousands of possible combinations that can break your layout.
Also you might make sure the page validates [validator.w3.org].
So you think I should stick to images then? Not great for SEO/accessibility purposes which is why I went down the text route but if that is my only solution...
The page passes validation.
Not great for SEO/accessibility purposes
You can use alt attributes to replace the text value of the links.
- provide redundant plain text links at the foot, with the header links in images
- Stick with textual links, re-think the navigation, possibly eliminating 1 or 2 links to account for variations in OS/browser/user settings
- create a wider container so it doesn't blow up the design
- Also re-think the navigation, make the text smaller *or* do a browser ID and output alternate style sheets (not recommended, it can break)
There really are no set rules, and I doubt any single decision here will make or break your site's success.