Re: [css-d] Laying out a form, adjacent graphic causing me headache

2008-04-17 Thread Jukka K. Korpela
Darren Best wrote: > The desired look for the > form is to have the labels to the left of the data fields, the labels > right-justified, the data fields left-justified (pretty standard). In markup, use a table with the labels in one column, the fields in another. (This is the logical markup and

[css-d] Beyond CC's, targeting Mozilla, Safari and Opera

2008-04-17 Thread Manfred Staudinger
Hi list, Currently I'm thinking about a consistent and simple method for CSS to target not only IE's but also Mozilla, Safari and Opera, each of them separately and standards compliant. Up to now the CSS language actually available for developing web sites is limited by the weakest browser to be

[css-d] Laying out a form, adjacent graphic causing me headache

2008-04-17 Thread Darren Best
Hello, folks. You've been a great help on previous questions. I find the "positioning" issue to be very difficult to master, and I hope that you are able to see a simple solution that I'm missing on this one. I'm putting in a form for submitting questions to the site that I'm re-doing (http://ww

Re: [css-d] CSS Drop-Down in IE6?

2008-04-17 Thread Highpowered
Victor Subervi wrote: > On Thu, Apr 17, 2008 at 11:29 AM, Highpowered <[EMAIL PROTECTED] > > wrote: > > IE6's lack of multi-elemental :hover support makes Javascript a > necessity for any mouseover-triggered menu to work the same as it does > in 7. Apologies i

Re: [css-d] :: drop down menus ::

2008-04-17 Thread Highpowered
Amrinder wrote: > Hi > > I am stuck with dropdown menus. They are working fine in IE-7, and firefox > and the evil IE6 doesn't render it. > Should I use javascript or CSS for this. > > Here is my code: > > ** XHTML code ** > > > Home >About Us >Retail Products >

Re: [css-d] CSS Drop-Down in IE6?

2008-04-17 Thread Victor Subervi
On Thu, Apr 17, 2008 at 11:29 AM, Highpowered <[EMAIL PROTECTED]> wrote: > IE6's lack of multi-elemental :hover support makes Javascript a > necessity for any mouseover-triggered menu to work the same as it does > in 7. Apologies if I am misinterpreting your question. That´s what I thought, but

[css-d] CSS dropdown menus tutorial

2008-04-17 Thread John
I'd intended this for the whole list on the subject of CSS dropdown menus which work with IE, but I haven't actually done the tute yet, nor am I experienced enough to *know* whether it will work with IE 6 or 7. thanks! John tutorial link: http://www.tanfa.co.uk/css/examples/menu/tutorial-

Re: [css-d] Font size

2008-04-17 Thread Bob Meetin
Felix et al, my scribblings at the end... > Do you think Jesus would use CSS like that? By using it, you're in essence > saying to each visitor "You have incorrectly determined the best family, > weight and size text for yourself to read comfortably using your web browser, > so I'm going use my CSS

Re: [css-d] CSS Drop-Down in IE6?

2008-04-17 Thread Highpowered
Victor Subervi wrote: > Hi: > Has anyone come up with a css drop-down menu that works in both IE7 *and* > IE6? > > IE6's lack of multi-elemental :hover support makes Javascript a necessity for any mouseover-triggered menu to work the same as it does in 7. Apologies if I am misinterpreting you

Re: [css-d] Good javascript list like this on?

2008-04-17 Thread Alex Robinson
At 08:51 -0700 17/4/08, John wrote: >I apologize for any off-topicness this question represents.. >Can anybody recommend a javascript mail list of the same caliber as >this list? Have a look at the wiki's Off Topic page - it has useful links to other mailing lists http://css-discuss.incutio.

Re: [css-d] Good javascript list like this on?

2008-04-17 Thread David Laakso
John wrote: > Can anybody recommend a javascript mail list of the same caliber as > this list? > > > > John > > _ See bottom list: -- http://chelseacreekstudio.com/ __ css-dis

[css-d] Good javascript list like this on?

2008-04-17 Thread John
I apologize for any off-topicness this question represents.. Can anybody recommend a javascript mail list of the same caliber as this list? thank you! John __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/lis

Re: [css-d] Suckerfish navigation Versus Slideshow JS images

2008-04-17 Thread Gunlaug Sørtun
Jack Timmons wrote: > On Thu, Apr 17, 2008 at 9:39 AM, Krystian - Sunlust > <[EMAIL PROTECTED]> wrote: >> http://www.720taxis.com/test > I think z-index: 1 on myGallery and z-index 2> on the UL will fix it. Make that... #sideBox { position : relative; z-index: 6 /* or higher */

Re: [css-d] Suckerfish navigation Versus Slideshow JS images

2008-04-17 Thread Jack Timmons
On Thu, Apr 17, 2008 at 9:39 AM, Krystian - Sunlust <[EMAIL PROTECTED]> wrote: > Hey guys/girls, > > I have a really big problem, I'm desiging a website and I placed > suckerfish dropdown menu which I copied from html dog, and it works > great on it's own. > Problem is, there's my slideshow stuff

[css-d] Suckerfish navigation Versus Slideshow JS images

2008-04-17 Thread Krystian - Sunlust
Hey guys/girls, I have a really big problem, I'm desiging a website and I placed suckerfish dropdown menu which I copied from html dog, and it works great on it's own. Problem is, there's my slideshow stuff on the right of it, and when I hover "Special Services" the submenu opens partly under the

Re: [css-d] CSS Drop-Down in IE6?

2008-04-17 Thread David Laakso
Victor Subervi wrote: > Has anyone come up with a css drop-down menu that works in both IE7 *and* > IE6? Is it even possible? I see Chris Case tried as much, and no one seems > to have responded to his post... > TIA, > Victor > Drop-downs are sometimes problematic and difficult to execute. Here

[css-d] CSS Drop-Down in IE6?

2008-04-17 Thread Victor Subervi
Hi: Has anyone come up with a css drop-down menu that works in both IE7 *and* IE6? Is it even possible? I see Chris Case tried as much, and no one seems to have responded to his post... TIA, Victor __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Wierd formatting issue in one laptop using IE6

2008-04-17 Thread Nancy Johnson
Thank you all for all of your answers and suggestions. Bruno and Ryan were right on with the source of the problem. Adding margin-right: -1em; fixed the problem. I really liked seeing our site on browsercam.com. I forwarded the link to my supervisor and others who may have some interest. Nancy