Re: [css-d] IE6 Woes

2009-06-10 Thread Todd Libby
Todd Libby wrote: > Hello, > > I'm trying to figure out, without pulling my hair out, what the problem > is with the navigation in IE6 on my site (http://six03.com). > > It looks the way I want in Firefox 3.0.10 and in IE7/8. I used the IE > Net Renderer and it looks broken in IE6. > > I'd app

[css-d] IE6 Woes

2009-06-10 Thread Todd Libby
Hello, I'm trying to figure out, without pulling my hair out, what the problem is with the navigation in IE6 on my site (http://six03.com). It looks the way I want in Firefox 3.0.10 and in IE7/8. I used the IE Net Renderer and it looks broken in IE6. I'd appreciate any help. Todd ___

Re: [css-d] IE6 woes w/ Suckerfish, absolute positioning, weird margins

2008-03-13 Thread David Laakso
> Lisa Onizuka wrote: > >> I redid the sizes in ems for fonts and heights (this page was useful: >> http://jontangerine.com/silo/css/pixels-to-ems/) so I think now it >> will scale somewhat... >> With font-size: 1em; declared on the body declaration, as you have it, you may want t

Re: [css-d] IE6 woes w/ Suckerfish, absolute positioning, weird margins

2008-03-13 Thread Gunlaug Sørtun
Lisa Onizuka wrote: > I redid the sizes in ems for fonts and heights (this page was useful: > http://jontangerine.com/silo/css/pixels-to-ems/) so I think now it > will scale somewhat... It helps, and will work even better if you change _all_ line-heights from pixels to percentages or raw numbers

Re: [css-d] IE6 woes w/ Suckerfish, absolute positioning, weird margins

2008-03-13 Thread Lisa Onizuka
: css-d@lists.css-discuss.org Subject: Re: [css-d] IE6 woes w/ Suckerfish, absolute positioning,weird margins Lisa Onizuka wrote: > As for text size - they were using 10px, which I took the liberty of > bumping up...but I agree that it is still tiny and not accessible. Do > you thi

Re: [css-d] IE6 woes w/ Suckerfish, absolute positioning, weird margins

2008-03-13 Thread Gunlaug Sørtun
Lisa Onizuka wrote: > As for text size - they were using 10px, which I took the liberty of > bumping up...but I agree that it is still tiny and not accessible. Do > you think adding overflow:auto to the constrained boxes to get a > scroll bar on constrained boxes is a reasonable fix? You'll have

Re: [css-d] IE6 woes w/ Suckerfish, absolute positioning, weird margins

2008-03-13 Thread Lisa Onizuka
Thank you! It works! -Original Message- From: Highpowered [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2008 12:07 PM To: Lisa Onizuka Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] IE6 woes w/ Suckerfish, absolute positioning, weird margins Lisa Onizuka wrote: > So

Re: [css-d] IE6 woes w/ Suckerfish, absolute positioning, weird margins

2008-03-13 Thread Lisa Onizuka
ECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gunlaug Sørtun Sent: Thursday, March 13, 2008 12:02 PM To: Lisa Onizuka Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] IE6 woes w/ Suckerfish, absolute positioning,weird margins Lisa Onizuka wrote: > Of course, now the client (a design agency who

Re: [css-d] IE6 woes w/ Suckerfish, absolute positioning, weird margins

2008-03-13 Thread Gunlaug Sørtun
Lisa Onizuka wrote: > Of course, now the client (a design agency who has not yet shown the > redo to their client) wants to hold on to wacky remnants like photos > and little corner points and that are also links, etc...so I added > in those extra links. They are currently laid over bg images w

Re: [css-d] IE6 woes w/ Suckerfish, absolute positioning, weird margins

2008-03-13 Thread Highpowered
Lisa Onizuka wrote: > So, I complete redid this site that was all nasty nested tables and spacer > images, etc...to a pretty clean css layout. > > Of course, now the client (a design agency who has not yet shown the redo to > their client) wants to hold on to wacky remnants like photos and little

[css-d] IE6 woes w/ Suckerfish, absolute positioning, weird margins

2008-03-13 Thread Lisa Onizuka
So, I complete redid this site that was all nasty nested tables and spacer images, etc...to a pretty clean css layout. Of course, now the client (a design agency who has not yet shown the redo to their client) wants to hold on to wacky remnants like photos and little corner points and that are a

Re: [css-d] IE6 woes

2007-05-02 Thread Ingo Chao
Dave Goodchild wrote: > URL : http://dontjustsitthere.co.uk/stage > > I am pulling my hair out. In IE6 the rollover button areas are too widely > spaced in IE6 and the home page boxes are screwed. ... In case you are referring to the div.homeimage boxes: IE6 does not support min-height. Serve a

[css-d] IE6 woes

2007-05-02 Thread Dave Goodchild
URL : http://dontjustsitthere.co.uk/stage I am pulling my hair out. In IE6 the rollover button areas are too widely spaced in IE6 and the home page boxes are screwed. I am busy attempting to implement a fix but has anyone got any immediate ideas? Many thanks in advance. I am primarily a php/ruby/m

Re: [css-d] IE6 Woes - Please Help!

2006-12-22 Thread Gunlaug Sørtun
Aaron Roberson wrote: > http://csufresno.edu/friendsofce/layout.php 1: IE6' 'margin-doubling on float' bug for #support. Add... #support{display: inline;} ...and delete... ...since it won't be needed anymore. 2: both h2's suffers from IE's 'stacking problems'. Add... #support h2, #founder h2{po

Re: [css-d] IE6 Woes - Please Help!

2006-12-22 Thread ~davidLaakso
Aaron Roberson wrote: > I have a two column layout with a two column nested within one of the > columns. The Headings for the outer columns are styled and rendered > correctly in IE and Firefox. The Headings in the nested columns are > another story. > http://csufresno.edu/friendsofce/layout.php >

[css-d] IE6 Woes - Please Help!

2006-12-21 Thread Aaron Roberson
List, I have a two column layout with a two column nested within one of the columns. The Headings for the outer columns are styled and rendered correctly in IE and Firefox. The Headings in the nested columns are another story. Please take a look here: http://csufresno.edu/friendsofce/layout.php