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
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
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:/
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
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
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/
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
__
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
_
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...
>
>
>
>
>
>
>
>
>
>