[css-d] making a UL menu horizontal - IE question

2007-02-16 Thread Francesco Sanfilippo
I have this code that works beautifully in FF for making a menubar of buttons horizontal, but it does not work in IE 6 or 7, and I haven't checked in Safari yet. Any ideas why IE doesn't like this? #menubar { height: 31px; } ul#menu { border: 0; margin: 0; padding: 0; display: table; lis

[css-d] Jukka?

2006-08-22 Thread Francesco Sanfilippo
What even happened to Jukka K. Korpela? I haven't heard from him in months. -- Francesco Sanfilippo Web Developer, Web Designer, Photographer http://www.blackcoil.com email: [EMAIL PROTECTED] phone: 402-676-3011 __ css-di

[css-d] page check please, or Browsercam bug?

2005-11-13 Thread Francesco Sanfilippo
Duh. The URL would help. http://imagekind.com Thanks! Francesco __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http:/

[css-d] page check please, or Browsercam bug?

2005-11-13 Thread Francesco Sanfilippo
On my Win XP, using both IE 6 and FF 1.5, this page looks perfect. I attempted to verify in other browsers with Browsercam but the background image doesn't show up in any of their screen caps! The only thing I can think of is that Browsercam has issues since the background image for the page is d

[css-d] white space in IE 6 but not in FF...why?

2005-11-04 Thread Francesco Sanfilippo
Why does this layout have a small white space between the left and right columns in IE 6 but not in FF 1.5? http://sharemycode.com/test1.aspx __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List

Re: [css-d] question on layout and Mac check please

2005-11-04 Thread Francesco Sanfilippo
Thanks for the Mac shots Micky! I was a bit vague as to where the border is. There is a 2-3px wide white border between the left and right columns in IE 6 on Windows. The tag is there because this is an asp.net application which require forms for server-side interaction. Francesco On 11/4/

[css-d] question on layout and Mac check please

2005-11-04 Thread Francesco Sanfilippo
Two questions actually... 1. Why does the following layout have a small white border in IE 6, but not in FF 1.5? 2. Could someone check this on Mac IE as well as Safari? Thanks! http://sharemycode.com/test1.aspx Francesco __

[css-d] hackless 2-col layout with one fixed width column?

2005-11-04 Thread Francesco Sanfilippo
Does a hackless 2-column layout with one fixed width column exist? I need a left column of 200px and the right column needs to fill the remaining space. Preferably one that does not rely on absolute positioning. Thanks, Francesco _

Re: [css-d] centering....arg i hate it *sigh*

2005-06-02 Thread Francesco Sanfilippo
Either margin: 0 auto; or text-align: center; should work. Francesco On 6/2/05, Abyss <[EMAIL PROTECTED]> wrote: > hi all > > I have a question which plagues me ever since i left table layout ..its > centering one small thing in the middle... > > > > > > > > > >