Re: [css-d] Copy and Paste: about the Chrome browser

2008-09-05 Thread Bobby Jack
--- On Fri, 9/5/08, Gabriele Romanato <[EMAIL PROTECTED]> wrote: > during my long experience in CSS testing, I've learned > a great lesson about web browsers. There are two types of > browsers: original browsers and clonings. > ... > [lots more] Gabriele, This is dangerously close to being off-t

Re: [css-d] solving nav problem: advise on my solution please

2008-09-05 Thread Gunlaug Sørtun
Luc wrote: > Now, is this approach a sound one or are there better methods to go > about this? > > http://www.dzinelabs.com/sandbox/list1.html I would normally only "tune" such details in/for browsers that don't support more proper CSS, as 'CSS table' goes a long way in letting good browsers aut

[css-d] ie6 positioning on embedded google map

2008-09-05 Thread Office @ GraphicsPlus
The map gets positioned down at the bottom of the page, but it should float alongside the right-hand column of text (works in ie7, FF etc.) It seems to be a problem with the generated markup (position:relative?) as it works when the JS is disabled. http://hatup.dyndns.org/kontakt/ ___

Re: [css-d] solving nav problem: advise on my solution please

2008-09-05 Thread Luc
Good morning Gunlaug, It was foretold that on 05/09/2008 @ 12:10:04 GMT+0200 (which was 07:10:04 where I live) Gunlaug Sørtun would write: > I would normally only "tune" such details in/for browsers that don't > support more proper CSS, as 'CSS table' goes a long way in letting good > brow

Re: [css-d] solving nav problem: advise on my solution please

2008-09-05 Thread Gunlaug Sørtun
Luc wrote: > Good morning Gunlaug, > > It was foretold that on 05/09/2008 @ 12:10:04 GMT+0200 (which was > 07:10:04 where I live) Gunlaug Sørtun would write: > > > >> I would normally only "tune" such details in/for browsers that don't >> support more proper CSS, as 'CSS table' goes a long

Re: [css-d] Copy and Paste: about the Chrome browser

2008-09-05 Thread Ryan Doherty
On Sep 4, 2008, at 11:15 PM, Gabriele Romanato wrote: > Original browsers have their own rendering engine which is unique and > different from any other > browser (Firefox, IE, Safari, Opera), Firefox and Safari use open-source rendering engines, available for anyone to use. Opera and IE's rende

[css-d] Intro & Layout problem

2008-09-05 Thread Jody Levinson
Hi, everyone, I just joined the list and am looking forward to learning lots. I've been developing websites for over 12 years but have only recently started really getting serious about CSS, so I consider myself still rather a novice. I've just added a pure-CSS flyout left nav to a page and

[css-d] Admin at css-discuss - is that the right address

2008-09-05 Thread Rachel Mawhood
Hi to any moderators looking in I sent an e-mail to [EMAIL PROTECTED] yesterday, and perhaps I am being too impatient hoping for a reply today, but in the meantime I thought I'd better check that that is a working/correct e-mail address. My e-mail was asking permission to see if there was any

Re: [css-d] solving nav problem: advise on my solution please

2008-09-05 Thread Luc
Good afternoon Gunlaug, It was foretold that on 05/09/2008 @ 19:11:48 GMT+0200 (which was 14:11:48 where I live) Gunlaug Sørtun would write: > If only a small set of less important IE corrections are needed, I might > use the IE7 targeting hack documented here... >

Re: [css-d] Intro & Layout problem - update

2008-09-05 Thread Jody Levinson
Ok, so I've got the layout working (though perhaps not in the most elegant way) and I've found a pure CSS horizontal menu that is mostly working as well. Can anyone tell me how to get the horizontal menu dropdowns to appear in the same place in FF and IE? I've got it close in FF, but in IE t

Re: [css-d] Intro & Layout problem - update

2008-09-05 Thread Gunlaug Sørtun
Jody Levinson wrote: >> http://www.atlas-inspection.com/newsite/template3.html Before you continue: you have a #sidebar1 in your CSS, but it doesn't exist in the HTML source code. Adding the sidebar1 container in the source code will make #mainContent line up correctly without having to absolute p

Re: [css-d] Lightweight HTTP server for beginner's http://localhost/ ?

2008-09-05 Thread christopher
> Can anybody recommend a suitable lightweight HTTP server that even a > complete newbie from Mars could set up with the local site root > specified, etc.? I don't really think this qualifies as lightweight, but I set up apache a couple of times and it was really easy. I only mention this beca

Re: [css-d] Lightweight HTTP server for beginner's http://localhost/ ?

2008-09-05 Thread David Jones
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of christopher > Sent: Friday, September 05, 2008 3:28 PM > To: css-d@lists.css-discuss.org > Cc: [EMAIL PROTECTED] > Subject: Re: [css-d] Lightweight HTTP server for beginner's > http://localhost/ ? >

Re: [css-d] Lightweight HTTP server for beginner's http://localhost/ ?

2008-09-05 Thread Jerod Venema
I'd also recommend checking out some from this list: http://en.wikipedia.org/wiki/Tiny_web_servers I've used shttpd before (although they're on a different version now) and had good luck with it. -Jerod 2008/9/5 David Jones <[EMAIL PROTECTED]>: > >> -Original Message- >> From: [EMAIL PR