Results 1 to 2 of 2

Thread: Text rendering and web design in Windows, OS X, and Linux

  1. #1
    tinypaperhat is offline New Member: Posts Will Be Moderated
    Join Date
    Feb 2011
    Posts
    1

    Text rendering and web design in Windows, OS X, and Linux

    Hey, I'm having trouble with some of the sites I have developed and the width of the text rendered by different operating systems.

    For instance, a menu can look fine in Windows and OS X in all browsers. Then in Linux, on the same browser, it shows larger text even though it is the same font family and size. This normally doesn't matter, but in areas like menus it can push elements out of their containers.

    Are there design guidelines or rules that can force this variable sized text fit in a menu that is say, 900px wide?

    At this point I am considering using php and $_SERVER['HTTP_USER_AGENT'] to check the operating system and set a different css file as needed. If I do this, should I have to check each distro of Linux for different text rendering issues, or will it be pretty much uniform for the Linux kernel?

    Is this a good/common solution or is there something I am missing design-wise that can help me with this problem? Thanks.

  2. #2
    Join Date
    Feb 2011
    Posts
    63
    Make sure you are using a decent CSS reset. Yahoo has a good one. http://developer.yahoo.com/yui/reset/

Similar Threads

  1. Windows Or Linux Hosting?
    By seek1 in forum Web Hosting and Domain Names
    Replies: 8
    Last Post: 12 Dec 2012, 07:04 AM
  2. LINUX/Windows
    By collinsc in forum Web Hosting and Domain Names
    Replies: 0
    Last Post: 21 Feb 2007, 07:21 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •