[css-d] Horizontal Navigation Bar Problem

2009-03-26 Thread Scott Gruber
Hi,

 

I've got a small problem I've been unable to solve. Here is the site

http://www.international.ucla.edu http://www.international.ucla.edu/ 

 

On the top navigation bar the tabs fit nice an flush on pc browsers (IE
7, IE8, Firefox, Chrome) but on Mac there there is spacing on the right
of the About Us tab that doesn't stretch to fill the bar on the right
side in Safari and Firefox. 

 

The page validates properly and I'd like to avoid javascript detection
to load different css files (although I might have to try that), so was
wondering if others have run into this problem before and if they had
any patches for it.

 

Thanks,

 

Scott

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Horizontal Navigation Bar Problem

2009-03-26 Thread Gunlaug Sørtun
Scott Gruber wrote:

 http://www.international.ucla.edu/

 On the top navigation bar the tabs fit nice an flush on pc browsers 
 (IE 7, IE8, Firefox, Chrome) but on Mac there there is spacing on the
  right of the About Us tab that doesn't stretch to fill the bar on
 the right side in Safari and Firefox.

Doesn't fit in any of my browsers on any Operating System, simply
because fit relies of font size. Has never worked and will never work,
regardless of how much detection and various stylesheets you apply.

If you want something to fit exactly anywhere: use fix-sized images.

regards
Georg
-- 
http://www.gunlaug.no
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/