Re: [css-d] Is it because of my code? [correction]

2010-12-17 Thread G.Sørtun
On 18.12.2010 06:13, David McGlone wrote: http://99.90.129.247 and I'm having a problem with the text in the header not positioning correctly. I'm wondering if for any reason it's something I have done. I have validated my CSS and had no problems. Many CSS weaknesses in there that the validator

Re: [css-d] Is it because of my code?

2010-12-17 Thread David Hucklesby
On 12/17/10 9:10 PM, David McGlone wrote: Hi everyone I have a couple questions, I am working on this site http://99.90.129.247 and I'm having a problem with the text in the header not positioning correctly. I'm wondering if for any reason it's something I have done. I have validated my CSS and

Re: [css-d] Is it because of my code? [correction]

2010-12-17 Thread David McGlone
On Saturday, December 18, 2010 12:10:41 am David McGlone wrote: > Hi everyone > > I have a couple questions, I am working on this site http://99.90.129.247 > and I'm having a problem with the text in the header not positioning > correctly. I'm wondering if for any reason it's something I have done

[css-d] Is it because of my code?

2010-12-17 Thread David McGlone
Hi everyone I have a couple questions, I am working on this site http://99.90.129.247 and I'm having a problem with the text in the header not positioning correctly. I'm wondering if for any reason it's something I have done. I have validated my CSS and had no problems. Also, is there an easy

Re: [css-d] strange IEX behaviour

2010-12-17 Thread David Laakso
On 12/17/10 7:54 PM, Thijs Hakkenberg wrote: Dear list, My website looks fine except in IEX where behaves strange: Does it? http://kunstomhetlijf.nl/res2/ Anyone know why? A CSS issue? Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" Info: Document content looks like HTM

Re: [css-d] strange IEX behaviour

2010-12-17 Thread Claude Needham
On Fri, Dec 17, 2010 at 4:54 PM, Thijs Hakkenberg wrote: > Dear list, > > My website looks fine except in IEX where behaves strange: > http://kunstomhetlijf.nl/res2/ > > Anyone know why? A CSS issue? Yes, it does behave weird in IE8. I would start by validating your html code http://validator.w3

[css-d] strange IEX behaviour

2010-12-17 Thread Thijs Hakkenberg
Dear list, My website looks fine except in IEX where behaves strange: http://kunstomhetlijf.nl/res2/ Anyone know why? A CSS issue? __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d Li

Re: [css-d] outdenting 1st line?

2010-12-17 Thread Reese
At 11:10 17 12 10, Rory Bernstein wrote: Thank you Reese. This is great, I didn't know you could do it this way. Someone else sent in another solution too. I so appreciate your response. It's the same solution, just implemented in a different way. Still, you are welcome. I saw the other respon

Re: [css-d] CSS Frameworks

2010-12-17 Thread Nancy Johnson
On Thursday, December 16, 2010, David Hucklesby wrote: > On 12/15/10 11:50 PM, Joseba Roldan wrote: > > Hi all, I've just discovered the amazing world of CSS frameworks. > I've been using 960Grid so far and I think is pretty good. Anyway, do > you know any other recommendable CSS framework? > > >

[css-d] Scaling and resizing images

2010-12-17 Thread Gabriele Romanato
Another introductory tutorial for CSS beginners: http://onwebdev.blogspot.com/2010/12/css-scaling-and-resizing-images.html Advanced CSS coders should comment pitifully. :-) HTH http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (

Re: [css-d] the box that clears float can't have margin?

2010-12-17 Thread Chetan Crasta
> I put a margin-top of 1px (and more) on div#footer, but did not > see any effect. The margin-top had no effect because it was collapsing through div#wrapper. It worked after I put padding-top:1px on div#wrapper. ~Chetan __

Re: [css-d] the box that clears float can't have margin?

2010-12-17 Thread sweepslate
On 12/17/2010 5:34 PM, Eric A. Meyer wrote: To clarify, the cleared element does have a top margin. It's just that the top margin is set by the browser to be wide (tall?) enough to push the element's top outer border edge past the float's bottom outer margin edge. In other words, the '10px' value

Re: [css-d] the box that clears float can't have margin?

2010-12-17 Thread Chetan Crasta
>  In other words, the '10px' value is overridden by the browser because it > needs more than 10px of top margin to push the cleared element down far > enough.  If that were changed to, say, '1px' then you'd see the top > margin in full force. I put a margin-top of 1px (and more) on div#fo

Re: [css-d] the box that clears float can't have margin?

2010-12-17 Thread Eric A. Meyer
At 10:00 AM -0500 12/17/10, Tim White wrote: On Fri, Dec 17, 2010 at 9:39 AM, sweepslate wrote: I have two floats, one next to the other, content and side. There is a third box under them, the footer. I'd like the footer to have some margin-top, but I can't manage that, even with clear:bot

Re: [css-d] the box that clears float can't have margin?

2010-12-17 Thread Chetan Crasta
The reason that the margin-top on the div#footer has no effect on the floated div#content and div#side is floated boxes are not in the flow and are therefore "invisible" to other block boxes. You have three options to create the 10px gap: div#content , div#side { margin-bottom:10px; } Or: div#fo

Re: [css-d] the box that clears float can't have margin?

2010-12-17 Thread Tim White
On Fri, Dec 17, 2010 at 9:39 AM, sweepslate wrote: > I have two floats, one next to the other, content and side. There is a third > box under them, the footer. I'd like the footer to have some margin-top, but > I can't manage that, even with clear:both. > Per the spec: "Then the amount of c

[css-d] the box that clears float can't have margin?

2010-12-17 Thread sweepslate
Hi all! This is my first post here. I have two floats, one next to the other, content and side. There is a third box under them, the footer. I'd like the footer to have some margin-top, but I can't manage that, even with clear:both. If I want the footer to have a margin-top then I have to add

Re: [css-d] Help with IE6 and #&*? Box Model

2010-12-17 Thread Beth Lee
> http://ohalah.org/wp/index.php Felix wrote: > IE6 use is down to less than 5%, deprecated by M$ even. Yes, I wasn't going to worry about IE6, until I had a specific reason to do so. Philippe wrote: >As far as I can see without checking in IE 6 ... > the issue is not one of box model, but mar

Re: [css-d] CSS Templates 1: Outside The Box

2010-12-17 Thread Philip Taylor (Webmaster, Ret'd)
Greg Wilker wrote: I'm interested in responses to this aspect: There are currently a lot of validation errors with the template; both css and xhtml. My personal rule of thumb is to get as close to validation as possible - shooting for perfect. Now and then I question the "strictness" of