Re: [css-d] Top Border on Fieldset gone AWOL in IE

2008-05-17 Thread Holly Bergevin
From: Peter <[EMAIL PROTECTED]> >http://www.kuroiweb.com/forms/ > >This performs exactly as expected in FF, but in IE6 and IE7 the top >border (the only one set) on all fieldsets except the last one is not >visible Hi Peter, In your ie_styles.css, remove the width from the legend ruleset and

[css-d] Online vs. Local and ID vs. Class weirdnesses?

2008-05-17 Thread Melton Cartes
Has anyone experienced any of the following? Layout problems or "works doesn't work" depending on if you're looking at the site online (uploaded and refreshed) as opposed to looking at it locally (from your hard drive) or via the internet but through your public folder? And... Styles worki

Re: [css-d] "float left" causing border to break - help

2008-05-17 Thread Alan K Baker
Looks like you fixed it? Regards, Alan. www.theatreorgans.co.uk www.virtualtheatreorgans.com Admin: ConnArtistes, UKShopsmiths, 2nd Touch & A-P groups Shopsmith 520 + bits Flatulus Antiquitus - Original Message - From: Scott Thigpen To: css-d Sent: Sunday, May 18, 2008 1

Re: [css-d] Top Border on Fieldset gone AWOL in IE

2008-05-17 Thread David Laakso
David Laakso wrote: > >>> >>> http://www.kuroiweb.com/forms/ This performs exactly as expected in FF, but in IE6 and IE7 the top border (the only one set) on all fieldsets except the last one is not visible Peter >>> fiel

Re: [css-d] Top Border on Fieldset gone AWOL in IE

2008-05-17 Thread David Laakso
Peter wrote: > David Laakso wrote: > >> Peter wrote: >> >>> http://www.kuroiweb.com/forms/ >>> >>> This performs exactly as expected in FF, but in IE6 and IE7 the top >>> border (the only one set) on all fieldsets except the last one is not >>> visible >>> Peter >>> >>> >> field

[css-d] "float left" causing border to break - help

2008-05-17 Thread Scott Thigpen
Hi, I've got a site I'm working on. It seemed to be easy enough. But when I put in the floats, it breaks out of the borders. It's doing it in FF and Safari I'll show you what I mean http://www.sthig.com/tlr/ See? the text and the photo should be inside the white border but when I float them to

Re: [css-d] Top Border on Fieldset gone AWOL in IE

2008-05-17 Thread Peter
David Laakso wrote: > Peter wrote: >> http://www.kuroiweb.com/forms/ >> >> This performs exactly as expected in FF, but in IE6 and IE7 the top >> border (the only one set) on all fieldsets except the last one is not >> visible >> Peter >> > > > fieldset { > zoom:1; > } > > Reference: >

Re: [css-d] Top Border on Fieldset gone AWOL in IE

2008-05-17 Thread David Laakso
Peter wrote: > http://www.kuroiweb.com/forms/ > > This performs exactly as expected in FF, but in IE6 and IE7 the top > border (the only one set) on all fieldsets except the last one is not > visible > > Peter > fieldset { zoom:1; } Reference:

[css-d] Top Border on Fieldset gone AWOL in IE

2008-05-17 Thread Peter
Here's a little nugget that has me stumped. I'm hoping that somebody out there can spot what I'm missing (and that it doesn't prove too embarassing!) Here's a link to a cutdown example of the problem >>> http://www.kuroiweb.com/forms/ This performs exactly as expected in FF, but in IE6 and IE

Re: [css-d] very quick site check please

2008-05-17 Thread tedd
At 11:53 AM -0500 5/17/08, Peter Hyde-Smith wrote: >05/17/2008 > >All: > >Would someone please take a very quick look at this in IE6, >http://www.whitehouseinwestbend.com/ ... disregard the hokey background on >the body! The page looks OK by me, but it's hard to disregard the hokey background. :-)

Re: [css-d] site check -- IE6 problems

2008-05-17 Thread Rob Emenecker
Bill and Chris, Thanks for your help. I was able to implement the "expression" value in the CSS as suggested, with a conditional comment targeting IE6. (I realize that using a conditional style sheet, probably was not necessary, but I felt strongly about keeping the *patch* focused on the one prob

Re: [css-d] very quick site check please

2008-05-17 Thread David Laakso
Peter Hyde-Smith wrote: > Would someone please take a very quick look at this in IE6, > http://www.whitehouseinwestbend.com/ It's breaking on my Win2K/IE6 > Peter > www.fatpawdesign.com > > _ Breaking in XP IE/6 (float drop left & right columns). A /negative/ backside margin snaps them in p

[css-d] very quick site check please

2008-05-17 Thread Peter Hyde-Smith
05/17/2008 All: Would someone please take a very quick look at this in IE6, http://www.whitehouseinwestbend.com/ ... disregard the hokey background on the body! http://www.whitehouseinwestbend.com/whitehousebaseformatcss.css http://www.whitehouseinwestbend.com/whitehousepagecss.css Looks okay

Re: [css-d] box model difference between IE and Mozilla

2008-05-17 Thread Gunlaug Sørtun
David Hucklesby wrote: > I agree with Rick here. While a suitable DOCTYPE will put IE 6 and 7 > into so-called standards mode, if your visitor comes from Google's > cached version of your page they will see it in "quirks mode" anyway. > > Possibly one reason that Georg regularly uses the XML de