Re: [css-d] Unexplained gap/wonky characters

2009-09-30 Thread Alan Gresley
Philippe Wittenbergh wrote: > On Sep 30, 2009, at 3:04 AM, Ellen Heitman wrote: > >> To follow up on my last question, I'm including a link of the issue: >> http://www.williamtobrien.com/letters_leaving.html [...] > Nothing to do with the server - it doesn't send any encoding header. > And nothing

Re: [css-d] Trouble with drop down navigation tabs in IE 6/7

2009-09-30 Thread Thierry Koblentz
> Re: > > [...] > > The > > technique (a list for the root menu and disjointed submenus) is not > > necessarily non-semantic or inaccessible. > > > So how does one access these pages or even know about the existence of > such pages when javascript is dis

Re: [css-d] Text pokes out bottom of box

2009-09-30 Thread David Laakso
Lalena wrote: > Excellent, this worked! Thank you so much. > By the way, can you tell me the difference between: > div.item {blah blah} > and simply > .item {blah blah} > ? > I'm new at this (obviously)! > Lalena >>> >>> http://suziblade.com/rapant-mcelroy/our_services.html O.K. I play at usin

[css-d] ie6 floated divs wrapping on resize

2009-09-30 Thread Derek Allard
Hello. If you go to http://www.r2lrestaurant.com/ in IE6 and resize the window (smaller) the #mainArea falls down below the #nav area. In modern browsers it behaves as it should (window resizes with no movement at all). I have attempted using absolute positioning which prevents the falli

Re: [css-d] Text pokes out bottom of box

2009-09-30 Thread Climis, Tim
>> By the way, can you tell me the difference between: >> div.item {blah blah} >> and simply >> .item {blah blah} >> ? > div.item {...} > Means something like, it tells the software (the browser) to find /any > division element/ with a class attribute called "item" > And is more specific than ju

Re: [css-d] Text pokes out bottom of box

2009-09-30 Thread Thierry Koblentz
> >> By the way, can you tell me the difference between: > >> div.item {blah blah} > >> and simply > >> .item {blah blah} > >> ? > > > div.item {...} > > Means something like, it tells the software (the browser) to find /any > > division element/ with a class attribute called "item" > > And is mo

[css-d] Space before

2009-09-30 Thread Lalena
Thank you for your help with my uncontained list--I got it fixed! Now I am wondering how to remove the extra space before/after a paragraph. I tried setting margins, and margin-top and margin-bottom and padding to 0, but it didn't work. Anyone know? Thank you, Lalena ___

Re: [css-d] Space before

2009-09-30 Thread Jukka K. Korpela
Lalena wrote: > Now I am wondering how to remove the extra space before/after a > paragraph. I tried setting margins, and margin-top and margin-bottom > and padding to 0, but it didn't work. Anyone know? URL? Your style sheet might contain a syntax error, causing some rule(s) to be ignored. Al

Re: [css-d] Space before

2009-09-30 Thread Bobby Jack
--- On Wed, 9/30/09, Lalena wrote: > Now I am wondering how to remove the extra space > before/after a  > paragraph. I tried setting margins, and margin-top and > margin-bottom  > and padding to 0, but it didn't work. Anyone know? Hi Lalena, Do you have a URL you can post? What you've suggest

Re: [css-d] Space before

2009-09-30 Thread Scott Haneda
Do you have a return after your p tag? If you have formatting in your source, like a p tag then a return and a few tabs, those generally show up as rendered spaces. -- Scott Iphone says hello. On Sep 30, 2009, at 11:07 AM, Bobby Jack wrote: > --- On Wed, 9/30/09, Lalena wrote: > >> Now I

[css-d] remove focus outline for ie7

2009-09-30 Thread corey deep
Hi All, I have a requirement to remove the focus outline from a section of our web app. I did this however it is not behaving as I would expect in ie7. The focus is on the down state. In every other browser ( including ie6 ) the focus has been removed but not ie7. I have used this gto no effect (

[css-d] Divs border

2009-09-30 Thread Ed Goodson
Hi all, I am having two issues: http://copywritecolombia.com/css.html 1. The background image for the h2 tags is not begin fully shown. How do I make it show completely? 2. I am trying to make the divs called "details" be the same width as this h2 orange background image. How do I do this- forc

Re: [css-d] Divs border

2009-09-30 Thread Ed Goodson
Thanks for the reply James, I have validated and changed all those errors and added the height to the h2 tag. I just need to do the next step now, thank you 2. I am trying to make the divs called "details" be the same width as this h2 orange background image. How do I do this- force a pixel w

Re: [css-d] Divs border

2009-09-30 Thread Thierry Koblentz
> Thanks for the reply James, I have validated and changed all those errors and > added the height to the h2 tag. I just need to do the next step now, thank you > 2. I am trying to make the divs called "details" be the same width as this > h2 orange background image. > How do I do this- force a

Re: [css-d] Divs border

2009-09-30 Thread James White
> 1. The background image for the h2 tags is not begin fully shown. How do I > make it show completely? > You can add a height to the style for h2 tags. > 2. I am trying to make the divs called "details" be the same width as this > h2 orange background image. > How do I do this- force a pixel wid

Re: [css-d] remove focus outline for ie7

2009-09-30 Thread David Hucklesby
corey deep wrote: > Hi All, > > I have a requirement to remove the focus outline from a section of > our web app. I did this however it is not behaving as I would expect > in ie7. The focus is on the down state. In every other browser ( > including ie6 ) the focus has been removed but not ie7. >

Re: [css-d] Divs border

2009-09-30 Thread Ed Goodson
Thankd for the reply Thierry, it doesn't seem to work though. James I validated those errors beofre your last reply www.copywritecolombia.com/css.html >> 2. I am trying to make the divs called "details" be the same width as > this >> h2 orange background image. >> How do I do this- force a pi

Re: [css-d] Divs border

2009-09-30 Thread Thierry Koblentz
> Thankd for the reply Thierry, it doesn't seem to work though. > www.copywritecolombia.com/css.html > > > #main {width:360px;} I just checked your page and now the containers fit the background image. And the width of #main is now as suggested in my reply (360px). Am I missing something? -- R

Re: [css-d] Divs border

2009-09-30 Thread Ed Goodson
Great Thierry thanks that is working great now! - Original Message - From: "Thierry Koblentz" To: "'Ed Goodson'" ; "'James White'" Cc: Sent: Wednesday, September 30, 2009 6:35 PM Subject: Re: [css-d] Divs border >> Thankd for the reply Thierry, it doesn't seem to work though. >> www

Re: [css-d] Divs border

2009-09-30 Thread Ed Goodson
I'm a bit rusty on the old CSS, but it's all coming back to me now cheers David! - Original Message - From: "David Laakso" To: Cc: "'Ed Goodson'" ; "'James White'" ; Sent: Wednesday, September 30, 2009 7:02 PM Subject: Re: [css-d] Divs border > Thierry Koblentz wrote: >>> Thankd for

[css-d] ie7 z-index question

2009-09-30 Thread Debbie Campbell
In this page in IE7: > http://www.redkitecreative.com/projects/joanking/index.html My H2, with the green border for clarity, is being cut off by the header. I'm not sure how to set the z-indexes to get this to work correcly, can someone advise? (My header section is invisible in IE6, if anyone