[css-d] typical cross-browser trouble

2007-08-27 Thread j s
Hello,

I wonder if someone could help me understand how to solve this kind  
of issue:

http://www.jenstrickland.com/genericom/

What am I doing wrong with my tabs?  The height varies from safari to  
firefox on the mac, and on win ie, it tends to be similar to firefox  
on the mac.

Thanks!
jen

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] typical cross-browser trouble

2007-08-27 Thread Gunlaug Sørtun
j s wrote:

 http://www.jenstrickland.com/genericom/
 
 What am I doing wrong with my tabs?  The height varies from safari to
  firefox on the mac, and on win ie, it tends to be similar to firefox
  on the mac.

I'm not sure what line-up you want, so I've given a copy of your page
the corrections I _think_ are somewhat right...
http://www.gunlaug.no/tos/alien/js/test_08_082703.html
http://www.gunlaug.no/tos/alien/js/generico.css

Absolute positioning relative to bottom of #topbanner is best suited for
cases like that. Otherwise the influence of font-size, line-height and
browsers font resizing options will make it pretty unstable across
browser-land.

regards
Georg
-- 
http://www.gunlaug.no
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/