[css-d] Internet Explorer, hasLayout and ordered lists

2010-07-01 Thread Gabriele Romanato
Just a quick reminder on something happened to me yesterday: http://onwebdev.blogspot.com/2010/07/internet-explorer-haslayout-and-ordered.html HTH :-) http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http://onwebdev.blo

Re: [css-d] bottom border on A elements inconsistently spaced

2010-07-01 Thread Rob Emenecker
> Did you just add the text-transform styling for the links to the left? > I don't recall these were in uppercase. > Anyway, I see that now you have the same line-height and for > me this did fix the problem. In Firebug increase the > line-height and you'll see the border moving away from the tex

Re: [css-d] bottom border on A elements inconsistently spaced

2010-07-01 Thread Thierry Koblentz
> > The line-height is different. It's 13px versus 17px But I'd > > not use pixel if I was you, I'd go unit-less > > Adjusting the line height to 13px does not correct the problem. Did you just add the text-transform styling for the links to the left? I don't recall these were in uppercase. Anyw

Re: [css-d] RESOLVED! bottom border on A elements inconsistently spaced

2010-07-01 Thread Rob Emenecker
> > The line-height is different. It's 13px versus 17px But I'd not use > > pixel if I was you, I'd go unit-less > Adjusting the line height to 13px does not correct the problem. Okay, discovered the issue. I had the elements in the unordered list specified with {display:inline-block;}. Whe

Re: [css-d] bottom border on A elements inconsistently spaced

2010-07-01 Thread Rob Emenecker
> The line-height is different. It's 13px versus 17px But I'd > not use pixel if I was you, I'd go unit-less Adjusting the line height to 13px does not correct the problem. Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-

Re: [css-d] Why is the space collapsed?

2010-07-01 Thread Philippe Wittenbergh
On Jul 2, 2010, at 12:47 AM, Claude Needham wrote: > The "Helvetica Neue" is visually a smaller font at 13px than Arial is at 13px. > > Anyone without "Helvetica Neue" on their computer will see the pages > the same. For those of us with "Helvetica Neue" we see a smaller > looking font. ?? Ari

Re: [css-d] bottom border on A elements inconsistently spaced

2010-07-01 Thread Thierry Koblentz
> I'm seeing inconsistent results when I apply a border-bottom property > to an > element. > > http://new.lauraseyesphotography.com > > If you look at the footer on the page above, in the unordered list on > the > left-hand side of the footer, the dotted underline is positioned > tightly > below

[css-d] bottom border on A elements inconsistently spaced

2010-07-01 Thread Rob Emenecker
Hi all, I'm seeing inconsistent results when I apply a border-bottom property to an element. http://new.lauraseyesphotography.com If you look at the footer on the page above, in the unordered list on the left-hand side of the footer, the dotted underline is positioned tightly below the text

Re: [css-d] Why is the space collapsed?

2010-07-01 Thread David Laakso
Brian M. Curran wrote: >>> Brian M. Curran wrote: >>> Hello, >>> At the bottom of my home page the space between the table and the >>> "Contact" h5 tag is seemingly collapsed. Why is that so? All the other h >>> tags on the page provide a nice amount of top and bottom space. I >>> checked an

Re: [css-d] Why is the space collapsed?

2010-07-01 Thread Claude Needham
> lol, Thanks. But hey - my font is normal sized when compared to the other > sites I look at!! :-) ...I'll prove my point too!! :-) ...Query something is > Google, and look at the size of the font they return on their search engine > results page. That font size is basically the same as mine. Hel

Re: [css-d] Why is the space collapsed?

2010-07-01 Thread Brian M. Curran
>> Brian M. Curran wrote: >> Hello, >> At the bottom of my home page the space between the table and the >> "Contact" h5 tag is seemingly collapsed. Why is that so? All the other h >> tags on the page provide a nice amount of top and bottom space. I >> checked and it's not because of the col

Re: [css-d] Why is the space collapsed?

2010-07-01 Thread David Laakso
Brian M. Curran wrote: > Hello, > At the bottom of my home page the space between the table and the "Contact" > h5 tag is seemingly collapsed. Why is that so? All the other h tags on the > page provide a nice amount of top and bottom space. I checked and it's > not because of the collapse co

Re: [css-d] Why is the space collapsed?

2010-07-01 Thread Christian Kirchhoff
The margin for h5 is set to 0. The space you see above the other h5 is from the p's margin. Those p tags are in the blockquotes. But there is no p above the mentioned h5. If you want a margin above any h5 regardless of what elements are above it you should add a margin-top to the styles of h5:

[css-d] Why is the space collapsed?

2010-07-01 Thread Brian M. Curran
Hello, At the bottom of my home page the space between the table and the "Contact" h5 tag is seemingly collapsed. Why is that so? All the other h tags on the page provide a nice amount of top and bottom space. I checked and it's not because of the collapse command that I used on the table CS

Re: [css-d] Extreme CSS typography

2010-07-01 Thread David Laakso
Gabriele Romanato wrote: > Hi! > Quite exaggerating this time: > > http://onwebdev.blogspot.com/2010/06/extreme-css-typography.html > > HTH :-) > > Gabriele Romanato > Fwiw, 1880s. Best, ~d -- desktop http://chelseacreekstudio.com/ _

Re: [css-d] Why no image overflow error?

2010-07-01 Thread Philip Taylor (Webmaster, Ret'd)
Brian M. Curran wrote: > My question is: So, why does the image with the box that it sits in seem to > be within the div? Shouldn't my CSS or HTML fail to validate, because of an > overflow problem? No. Validation is concerned with syntax, not with semantics. Philip Taylor __

Re: [css-d] Why no image overflow error?

2010-07-01 Thread Philippe Wittenbergh
On Jul 1, 2010, at 9:14 PM, Brian M. Curran wrote: > http://www.draftingservices.com/paper_to_cad.html > > My question is: So, why does the image with the box that it sits in seem to > be within the div? Shouldn't my CSS or HTML fail to validate, because of an > overflow problem? Why should

Re: [css-d] CSS + Webkit question - moving elements

2010-07-01 Thread David Laakso
Fobin wrote: > Hi, > > Strange are ways of > web browsers... > > Best regards, > Rauli > > re: Open your page in a 1600 or wider window. Or, in Safari, hold the Apple key and bang the minus key a few times... Best, ~d -- desktop http://che

[css-d] Why no image overflow error?

2010-07-01 Thread Brian M. Curran
Hello, On my page: http://www.draftingservices.com/paper_to_cad.html 1.-The image is placed inside: /* = width=420+2border+10padding=432 = */ .textBoxLeft { width: 420px; float: left; margin: 0 0 10px 0; padding: 5px; border: 1px solid #000; background: #fff; font-size: x-small;

Re: [css-d] CSS + Webkit question - moving elements

2010-07-01 Thread Fobin
Hi, Thanks for all the help. This was somehow connected to the tag right after the last image in the top row. Once I put that one line below the image tag the shift has wanished. Strange are ways of web browsers... Best regards, Rauli On Thu, Jul 1, 2010 at 9:40 AM, Claude Needham wrote: > On

Re: [css-d] Extreme CSS typography

2010-07-01 Thread David Laakso
Gabriele Romanato wrote: > Hi! > Quite exaggerating this time: > > http://onwebdev.blogspot.com/2010/06/extreme-css-typography.html > > HTH :-) > > Gabriele Romanato > > > ? #strapline { font: /*6em*/1em Georgia, serif; } ~d -- desktop http://chelseacreekstudio.com/ _