Re: [css-d] Can't figure out which element to trigger for IE6 Peekagap

2009-03-02 Thread bj
Monday, March 2, 2009, 10:25:34 PM, you wrote: > bj wrote: >> http://doneinstyle.com/test/boywerewewrong/ > Add... > div.pad {height: 1%;} > ...to fix IE6 and 7. > regards > Georg Wow, quick and easy. THANKS!!! -- Best regards, bjmailto:b...@bitchsla

Re: [css-d] Can't figure out which element to trigger for IE6 Peekagap

2009-03-02 Thread Gunlaug Sørtun
bj wrote: > http://doneinstyle.com/test/boywerewewrong/ Add... div.pad {height: 1%;} ...to fix IE6 and 7. regards Georg -- http://www.gunlaug.no __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/

[css-d] IE6 Bug Busters and Site Check needed

2009-03-02 Thread WEZ!
Heya All After much time IE bug busting I seem to have worted out all the bugs in IE7 and have a few remaining IE 6 bugs that seem quite immune to my work. http://www.onlinedietitian.com.au/onlinedietitianstart4.html in IE6 there is always missing corners from the rounded boxes. The footer le

Re: [css-d] Float Drop by blockquote in IE6

2009-03-02 Thread Theophan Dort
> you apply the 'fix' to the wrong element. Try: > blockquote {word-spacing: 1px;} Ah! I thought it was the italics themselves -- thanks! Hmm... I just tried it, quickly, and it fixed it in IE6 but IE5.5 still has the float dropped. (On the browser comparison service I use, anyway.) I don

[css-d] Can't figure out which element to trigger for IE6 Peekagap

2009-03-02 Thread bj
Hey Css-d folks, I've been knocking my head against this one for awhile now. I do know this one has a bit of divitis going on but it was the only way I could make the layout work in FF, which is how it's supposed to look. The other good browsers render it okay. Page here: http://doneinstyle.co

Re: [css-d] Float Drop by blockquote in IE6

2009-03-02 Thread Philippe Wittenbergh
On Mar 3, 2009, at 6:57 AM, Theophan Dort wrote: > I'm trying my first flexible-width design, began with a Dreamweaver > CS4 template, hoping they'd have worked out cross-browser issues. I > ran into float drop in IE6 in the main, middle section, and I narrowed > it down: it happens if there's a

Re: [css-d] Trouble with IE8 Vista Operating system and wordpress site

2009-03-02 Thread Gunlaug Sørtun
Nancy Johnson wrote: > http://www.pleasantstreetchurch.org/wordpress Not directly related to CSS - IE8rc1 gets stuck on the 'equalheight.js' script. Comment out that script and IE8 will behave ok. There are many alternatives to that script. "Equal Height Columns" is one that may work for you...

[css-d] Trouble with IE8 Vista Operating system and wordpress site

2009-03-02 Thread Nancy Johnson
Hi, My Wordpress site, validates in the W3c validator and seems to work in all browsers I've tried except IE8. It freezes every time I try it. It gets stuck downloading images. But the other thing is that the global navigation doesn't seem to work in IE8. Can anyone tell me what I am doing wron

Re: [css-d] Refresh image in header...

2009-03-02 Thread Ian Young
> boun...@lists.css-discuss.org] On Behalf Of Michael Beaudoin > Sent: 02 March 2009 22:54 > To: css-d@lists.css-discuss.org > Subject: [css-d] Refresh image in header... > > Is it possible, through CSS, to have the image in a header change when > the user refreshes or re-enters the page? > I wo

Re: [css-d] vertical align div

2009-03-02 Thread Ian Young
> -Original Message- > From: Gunlaug Sørtun [mailto:gunla...@c2i.net] > Sent: 02 March 2009 22:40 > To: Ian Young > Cc: css-d@lists.css-discuss.org > Subject: Re: [css-d] vertical align div > > > > > You can also simply move

Re: [css-d] CNNs CSS file

2009-03-02 Thread david
David Laakso wrote: > Atkinson, Sarah wrote: >> I was looking on CNNs site to see what there CSS file looks like >> >> And they have a grouping of common padding. Just though it was interesting. >> What do you guys think? Here is part of it: >> > > CNN is not alone. None of the major news orga

Re: [css-d] Refresh image in header...

2009-03-02 Thread Jack Timmons
On Mon, Mar 2, 2009 at 4:54 PM, Michael Beaudoin wrote: > Is it possible, through CSS, to have the image in a header change when > the user refreshes or re-enters the page? > > Thanks, > Michael > No. There's plenty of server-side alternatives. Check on The List. -- -Jack Timmons http://www.tro

[css-d] Refresh image in header...

2009-03-02 Thread Michael Beaudoin
Is it possible, through CSS, to have the image in a header change when the user refreshes or re-enters the page? Thanks, Michael __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List

Re: [css-d] vertical align div

2009-03-02 Thread Gunlaug Sørtun
> You can also simply move some styles in to the child of #wrapper, and get the appearance you're after without adding any new elements. Like so... No browser will complain :-)

Re: [css-d] vertical align div

2009-03-02 Thread Ian Young
> Ian Young wrote: > > > It is centring but not displaying properly in IE8 FF3.06 See > > http://www.iyesolutions.co.uk/templates/portfolios/template3/ for how > > the portal looks before we try the vertical align. > > Yes, if you want to vertical-align #wrapper you must have a container > wrap

[css-d] IE7 ignoring link width

2009-03-02 Thread Tim Offenstein
Greetings, I'm helping out a friend who's trying to redesign his web site. I created a fly-out menu with CSS that works great in Firefox but in IE7, the submenu disappears as soon as the mouse cursor moves outside the link text. I am trying to get it to honor the entire LI width. See http:/

Re: [css-d] vertical align div

2009-03-02 Thread Gunlaug Sørtun
Ian Young wrote: > It is centring but not displaying properly in IE8 FF3.06 See > http://www.iyesolutions.co.uk/templates/portfolios/template3/ for how > the portal looks before we try the vertical align. Yes, if you want to vertical-align #wrapper you must have a container wrapped around it to d

Re: [css-d] vertical align div

2009-03-02 Thread Ian Young
> -Original Message- > From: Gunlaug Sørtun [mailto:gunla...@c2i.net] > Sent: 02 March 2009 21:46 > To: Ian Young > Cc: css-d@lists.css-discuss.org > Subject: Re: [css-d] vertical align div > > Ian Young wrote: > > > I tried that and it went all to hell in a handbag. > > Will look again.

[css-d] Float Drop by blockquote in IE6

2009-03-02 Thread Theophan Dort
I'm trying my first flexible-width design, began with a Dreamweaver CS4 template, hoping they'd have worked out cross-browser issues. I ran into float drop in IE6 in the main, middle section, and I narrowed it down: it happens if there's a blockquote and it doesn't happen if there's no blo

Re: [css-d] vertical align div

2009-03-02 Thread Gunlaug Sørtun
Ian Young wrote: > I tried that and it went all to hell in a handbag. > Will look again. What browser are you checking in? It centered perfectly in all CSS capable browsers. The hack for IE7 and older wasn't implemented though. Georg -- http://www.gunlaug.no __

Re: [css-d] CNNs CSS file

2009-03-02 Thread David Laakso
Atkinson, Sarah wrote: > I was looking on CNNs site to see what there CSS file looks like > > And they have a grouping of common padding. Just though it was interesting. > What do you guys think? Here is part of it: > CNN is not alone. None of the major news organizations could code their way

Re: [css-d] CNNs CSS file

2009-03-02 Thread Bill Brown
Atkinson, Sarah wrote: > I was looking on CNNs site to see what there CSS file looks like > > And they have a grouping of common padding. Just though it was > interesting. What do you guys think? Here is part of it: I guess they can get away with such bad practice because they're CNN. Ever tried

[css-d] CNNs CSS file

2009-03-02 Thread Atkinson, Sarah
I was looking on CNNs site to see what there CSS file looks like And they have a grouping of common padding. Just though it was interesting. What do you guys think? Here is part of it: /* common paddings */ .cnnPad1Top{padding: 1px 0 0 0;} .cnnPad2Top{padding-top:2px;} .cnnPad3Top{padding-top:3p

Re: [css-d] nav displaying incorrectly in IE

2009-03-02 Thread Bill Brown
Daniel Hammond wrote: > URL: http://www.studentremix.org > The top navigation (Middle School, High School, Parents) displays > correctly in FF, Safari, and Opera, but IE really messes it up. Internet Explorer doesn't support display:inline-block. Changing this rule should help: #navmenu li {

Re: [css-d] vertical align div

2009-03-02 Thread Bill Brown
designer wrote: > A properly marked up table with 1-row of 3-cells (in this case) is valid > (and accessible) and is the only robust solution I know of for all browsers. > The extremists will complain about table layout of course, but it's a case > of being pragmatic in making the thing work - s

[css-d] nav displaying incorrectly in IE

2009-03-02 Thread Daniel Hammond
URL: http://www.studentremix.org CSS: http://www.studentremix.org/templates/js_jamba/css/nav.css http://www.studentremix.org/templates/js_jamba/css/style2.css The top navigation (Middle School, High School, Parents) displays correctly in FF, Safari, and Opera, but IE really messes it up. You c

Re: [css-d] vertical align div

2009-03-02 Thread designer
A properly marked up table with 1-row of 3-cells (in this case) is valid (and accessible) and is the only robust solution I know of for all browsers. The extremists will complain about table layout of course, but it's a case of being pragmatic in making the thing work - simply, and without any

Re: [css-d] how to get 3 's on the same line ?

2009-03-02 Thread David Laakso
cr.vege...@gmail.com wrote: > Hi All, > > I am struggling to get 3 's on the same line. When I use 2 's it's > okay, but how should I do it for 3 's ? > > One method is to float all three left. Abandon the margin left. Use overflow:hiden on the parent to open it and enclose the floats within.

Re: [css-d] how to get 3 's on the same line ?

2009-03-02 Thread Jack Timmons
On Mon, Mar 2, 2009 at 10:20 AM, wrote: > Hi All, > > I am struggling to get 3 's on the same line. When I use 2 's > it's okay, but how should I do it for 3 's ? > Code to reproduce: > http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> > http://www.w3.org/1999/xhtml";> > > > div.conta

Re: [css-d] how to get 3 's on the same line ?

2009-03-02 Thread cr.vegelin
- Original Message - From: "Climis, Tim" To: ; Sent: Monday, March 02, 2009 5:27 PM Subject: RE: [css-d] how to get 3 's on the same line ? -Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of cr.vege...@gmail.

Re: [css-d] vertical align div

2009-03-02 Thread Ian Young
> Ian Young wrote: > > >> > align.html> > > > This almost works. Vertical align works ok, but the wrapper div that > > is in effect being vertically aligned stretches to full width of > > window even tho' it has width defi

Re: [css-d] vertical align div

2009-03-02 Thread Gunlaug Sørtun
Ian Young wrote: >> > This almost works. Vertical align works ok, but the wrapper div that > is in effect being vertically aligned stretches to full width of > window even tho' it has width defined. Yes, the CSS

Re: [css-d] how to get 3 's on the same line ?

2009-03-02 Thread Climis, Tim
-Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of cr.vege...@gmail.com Sent: Monday, March 02, 2009 11:21 AM To: css-d@lists.css-discuss.org Subject: [css-d] how to get 3 's on the same line ? div.container { width: 100%

[css-d] how to get 3 's on the same line ?

2009-03-02 Thread cr.vegelin
Hi All, I am struggling to get 3 's on the same line. When I use 2 's it's okay, but how should I do it for 3 's ? Code to reproduce: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> http://www.w3.org/1999/xhtml";> div.container { width: 100%; margin: 0px; border:1px solid gray; line-

Re: [css-d] vertical align div

2009-03-02 Thread Ian Young
> Cc: css-d@lists.css-discuss.org > Subject: Re: [css-d] vertical align div > > Ian Young wrote: > > > > align.html> > > There must be a more elegant method, surely. > > Don't know about "elegant" (as long as it contains

Re: [css-d] vertical align div

2009-03-02 Thread Gunlaug Sørtun
Ian Young wrote: > > There must be a more elegant method, surely. Don't know about "elegant" (as long as it contains hacks for old IE), but the method described here works fine across browser-land...

Re: [css-d] vertical align div

2009-03-02 Thread Thom Brown
> > I have been playing around with vertically aligning my main portal. > > The code I have been using has two main problems. > > 1. It appears to need to be on the page to display the vertical > alignment > > 2. It loses its horizontal alignment. > > > Try adding "margin: 0 auto" to div.o

[css-d] vertical align div

2009-03-02 Thread Ian Young
I have been playing around with vertically aligning my main portal. The code I have been using has two main problems. 1. It appears to need to be on the page to display the vertical alignment 2. It loses its horizontal alignment. http://www.iyesolutions.co.uk/templates/portfolios/te