Sent by Philippe Wittenbergh on 25 November 2005 13:01
On 25 Nov 2005, at 9:41 pm, Ingo Chao wrote:
>> I have had (another) a report that the thumbnails are lining up
>> vertically rather than horizontally on this turkey
>> <http://www.dlaakso.com/blog/wordpress/>.
>> The person who wrote did not specify the os/browser. And has not
>> answered my request for same. I suspect it is FF1.0.7. It is rendering
>> correctly on this end in xp_sp2 ff1.5rc3, and same in browsercam.
>> Confirmation and/or fix :-P (or new life on another planet) gratefully
>> appreciated.
>> Best,
>> ~dL.
>>
>
> Me again with bad news. Today I could reproduce it with FF1.0.7 (fresh
> install, new profile) and FF1.5RC3 WinXPSP2
I still can't reproduce it on my side.
Two little things
1/ what is the reason for this div#header-minor, div#footer-minor,
div#header, div#footer { display: table;} ?
2/ add: div.gallery {border-collapse:collapse} -- 'separate' being the
default, that would guarantee that no 'cellspacing' is created.
And then 3:
3/ alternative code for those thumbs:
instead of floating those .thumbs, set them to display:table-cell.
#header div.thumb, #footer div.thumb { background-color: #EAFFFF;
border: 3px double #ddd; /*float: left; margin: 0 19px;*/ padding: 8px
8px 6px 8px!important; width: 50px; text-align: center;
display:table-cell}
#header div.gallery, #footer div.gallery { display: table; width: 565px
!important; margin: 0 auto; padding: 0; text-align: center;
table-layout:fixed; border-collapse:separate; border-spacing: 34px 0; }
In both cases additional rules at the end.
Works fine in all decent browsers on OS X.
Philippe
---
Philippe Wittenbergh
<http://emps.l-c-n.com/>
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/