[EMAIL PROTECTED] wrote:
> I've been working on a site where I have a horizontal row of  
> thumbnails for navigation, and they seem to somehow expand (or  
> something) in Firefox. ...
> http://www.hypertransitory.com/comics.php

1) Navigation "cells" expand

I cannot reproduce the navigation problem here. I suspect this rule

.navblock {
        float:left;
        clear: none;
        display: table;
        width: 58px;
...     
  }

The display:table is not clear to me, probably a hack (however, float 
should be stable enough). But the width is not fixed when applied to a 
table. So depending on the connection conditions, the content of this 
block (an image) may arrive too late for a good calculation. I'd try 
without display:table here. But this is just a guess.

2) your validation problem:
Since you are using a lot of IE Mac hacking, you could use one filter to 
show IEMac-only an additional sheet [1]

/*\*//*/
   @import "ie5mac.css";
/**/

3) Float drop
In every Gecko derived browser, this page opens initially with a float 
drop of the right column, #righthype. I didn't look into it what the 
cause could be, though. [2]

Ingo

[1] http://www.stopdesign.com/examples/ie5mac-bpf/
[2] http://nemesis1.f2o.org/aarchive?id=11

PS: Can we please turn back to
- bottom posting, meaning to start typing a new sentence below the 
quoted material
- deleting irrelevant quoted material

on this list. Thank you.

-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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/

Reply via email to