Re: [css-d] IE 6 pixel shift

2006-12-03 Thread Roger Roelofs
David, On Dec 1, 2006, at 3:14 PM, David Gonzales wrote: > I am new to CSS, and would truly appreciate some help with this > first CSS > project. > > In IE 6 the header which contains the logo pushes down the yellow > nav bar > beneath it by about three pixels. I can't seem to figure it out.

[css-d] Make IE text clickable?

2006-12-03 Thread Jon Hughes
http://www.phazm.net/newphazm/ The "Skip to Content" link isn't clickable in IE. I remember reading a hack for this, but I can't seem to find it. Thanks, - Jon __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailm

Re: [css-d] Help with a few minor nitpicks please...

2006-12-03 Thread Highpowered
Maxwell Balmain wrote: > Hi All, > > I redid a site I am working on for an artist friend. Her art is just > darn cool and I am hoping this will help her. > The site address is at: http://maxwellbalmain.com/jordan_03dec/ > index.html > The site css is at: http://maxwellbalmain.com/jordan_03de

Re: [css-d] Help with a few minor nitpicks please...

2006-12-03 Thread Roger Roelofs
Max, On Dec 3, 2006, at 8:23 PM, Maxwell Balmain wrote: > I redid a site I am working on for an artist friend. Her art is just > darn cool and I am hoping this will help her. > The site address is at: http://maxwellbalmain.com/jordan_03dec/ > index.html > > 1) Safari: when you mouse over the p

[css-d] Help with a few minor nitpicks please...

2006-12-03 Thread Maxwell Balmain
Hi All, I redid a site I am working on for an artist friend. Her art is just darn cool and I am hoping this will help her. The site address is at: http://maxwellbalmain.com/jordan_03dec/ index.html The site css is at: http://maxwellbalmain.com/jordan_03dec/styles.css Its a basic gallery si

Re: [css-d] horizontal scrolling

2006-12-03 Thread Rafael Holt
On 04/12/06, Stephen Oravec <[EMAIL PROTECTED]> wrote: > > Is there any sites that scroll horizontal instead of vertical ? > > I tried one today just for the heck of it (had nothing better to do) > and was wondering where I might find some more info on it . > > or if its really worth it. > > my exa

Re: [css-d] Need help rounding a corner with a border?

2006-12-03 Thread Richard Grevers
On 12/3/06, Jon Hughes <[EMAIL PROTECTED]> wrote: > I need to add a rounded corner on the bottom right of this green box > here: > http://www.phazm.net/newphazm/ > The problem is, it has a right and bottom border (making it look like a > shadow) that I need to preserve, and if I add a background,

[css-d] horizontal scrolling

2006-12-03 Thread Stephen Oravec
Is there any sites that scroll horizontal instead of vertical ? I tried one today just for the heck of it (had nothing better to do) and was wondering where I might find some more info on it . or if its really worth it. my example

Re: [css-d] need help with several positioning problems

2006-12-03 Thread Wonderbaby Designs
> -Original Message- > From: Gunlaug Sørtun [mailto:[EMAIL PROTECTED] > Sent: Sunday, December 03, 2006 11:53 AM > Subject: Re: [css-d] need help with several positioning problems > I haven't had a chance to look at your latest until now, and it looks > like the page you've listed is gone

Re: [css-d] Can dropdown menus swing both ways?

2006-12-03 Thread Ian Young
> To: [EMAIL PROTECTED] Css-Discuss. Org > Subject: Re: [css-d] Can dropdown menus swing both ways? > > > Ian Young wrote: > > Dropdown menus much fun but is it possible to code them so that > the second > > level slide out on the left rather than the right. > Yes. A mind boggling example from the

Re: [css-d] need help with several positioning problems

2006-12-03 Thread Gunlaug Sørtun
Wonderbaby Designs wrote: > ... > Here is the most recent test page > http://www.wonderbabydesigns.com/testing/testdesign.htm > I really want this to work and I apologize if I sound defeated, but I > have been struggling with this design for months and I'm beginning > to fear that I am asking

Re: [css-d] Can dropdown menus swing both ways?

2006-12-03 Thread ~davidLaakso
Ian Young wrote: > Dropdown menus much fun but is it possible to code them so that the second > level slide out on the left rather than the right. Yes. A mind boggling example from the friendly folks at "position is everything." > I have tr

[css-d] Can dropdown menus swing both ways?

2006-12-03 Thread Ian Young
Dropdown menus much fun but is it possible to code them so that the second level slide out on the left rather than the right. I have tried using -ve margins but no joy. Ian **IMPORTANT*

Re: [css-d] Centring a floating element - can it be done?

2006-12-03 Thread Ian Young
Subject: RE: [css-d] Centring a floating element - can it be done? > > > > > > I also have been told that menus don't work in Safari or IEMac. Anyone out > there have any suggestions? > Sorted the menu in Safari - forgot the z-index -duh! Ian -- No virus found in this outgoing message. Checked

Re: [css-d] Fieldset rendering in IE

2006-12-03 Thread Ian Young
> To: CSS-Discus > Subject: [css-d] Fieldset rendering in IE > > > > http://www.fatboyjim.com/wedding/contact/contact.html > > And my CSS is here; > > http://www.fatboyjim.com/wedding/ > styles/master.css > > All is well when viewed in most brows

[css-d] Fieldset rendering in IE

2006-12-03 Thread Silk-Works
Everybody happy? Just popped in to ask if anyone will be able to help with a small problem I have on a site I'm doing for a friend's wedding. Very simple layout, just header, navigation and content. I have prepared a pretty simple contact form here; http://www.fatboyjim.com/wedding/contact/

Re: [css-d] Centring a floating element - can it be done?

2006-12-03 Thread Ian Young
From: "Ian Young" <[EMAIL PROTECTED]> > > > the menu is not centred in its wrapper. > > > > Your image is 750px wide. Use that as the width for your .navh > div. Set {margin: 0 auto;} on that container. > > Specify the width of the LIs in pixels instead of ems, taking > into account the borders yo