Re: [css-d] css validation help

2009-07-17 Thread Alan Gresley
Vincent Pollard wrote: Hi everybody, So my css and xhtml almost validate, except for two things: 1) The third line here validates in CSS3 but not in CSS2.1 - a) does that matter? Erik Vorhes has already stated that it doesn't matter. b) the overflow-y is the only way I've

Re: [css-d] Fixed or float?

2009-07-17 Thread Alan Gresley
Bobby Jack wrote: --- On Thu, 7/16/09, Alan Gresley a...@css-class.com wrote: Bobby Jack wrote: ... and an appropriate z-index :) None is required for position: fixed. You're positioning, not layering (altering the paint order). Not if there's a relatively-positioned element on the

Re: [css-d] color and background of list markers

2009-07-17 Thread David Hucklesby
Jack Bates wrote: Is it possible with CSS - possibly CSS 3 - to apply style to the things which mark list items? I have an ordered list, so list items are marked with 1., 2., etc. I want to make those numbers white on a blue background, and I don't want to change the style of the actual

Re: [css-d] color and background of list markers

2009-07-17 Thread Philippe Wittenbergh
On Jul 17, 2009, at 3:08 PM, David Hucklesby wrote: Is it possible with CSS - possibly CSS 3 - to apply style to the things which mark list items? I have an ordered list, so list items are marked with 1., 2., etc. I want to make those numbers white on a blue background, and I don't want

Re: [css-d] Site check please

2009-07-17 Thread David Laakso
Lorraine Barte Nepomuceno wrote: Hi guys, So far, I've tested this layout in Mac Firefox Safari, and Windows Firefox IE8. I'd love any feedback you might have- especially viewed in other browsers and resolutions. http://www.splashscreen.com/sample/sample.html Thanks very much, Lorraine

Re: [css-d] css validation help

2009-07-17 Thread Erik Vorhes
On Fri, Jul 17, 2009 at 1:29 AM, Alan Gresleya...@css-class.com wrote: The best way is to only hack IE7 or lower since all modern browsers (including IE8) should render a page the same way. I would not recommend hacking your HTML with IE Conditional comments since they are not in one location

Re: [css-d] Site check please

2009-07-17 Thread Lorraine Barte Nepomuceno
On Fri, Jul 17, 2009 at 10:18 PM, David Laakso da...@chelseacreekstudio.com wrote: David Laakso wrote: Lorraine, Getting your page functional in IE 6/7 required hacking it from here to Havana. And it still was not right. If you need to keep your current markup, then someone else on the

[css-d] Background images not displaying in IE 7

2009-07-17 Thread Ellen Heitman
I'm working on getting a test site up, but in the meantime I was hoping someone could look over my code quickly and see if anything jumps out as possibly causing this bug. My background images aren't showing up in IE 7. They work perfectly fine in both Safari and Firefox. I've looked over the code

Re: [css-d] css validation help

2009-07-17 Thread Alan Gresley
Erik Vorhes wrote: On Fri, Jul 17, 2009 at 1:29 AM, Alan Gresleya...@css-class.com wrote: The best way is to only hack IE7 or lower since all modern browsers (including IE8) should render a page the same way. I would not recommend hacking your HTML with IE Conditional comments since they are

[css-d] Columns flying around!

2009-07-17 Thread Andzia
Hello, I was editing the front page of my website: http://klikerlab.pl/wordpress/ trying to fit the post info (category, author, date, etc.) into the third column. When I copied the tags from the article to the third column, the third and fourth column dropped down. They are not wider than

Re: [css-d] Background images not displaying in IE 7

2009-07-17 Thread David Laakso
Ellen Heitman wrote: I'm working on getting a test site up, but in the meantime I was hoping someone could look over my code quickly and see if anything jumps out as possibly causing this bug. My background images aren't showing up in IE 7. They work perfectly fine in both Safari and Firefox.

Re: [css-d] Columns flying around!

2009-07-17 Thread David Laakso
Andzia wrote: Hello, I was editing the front page of my website: http://klikerlab.pl/wordpress/ trying to fit the post info (category, author, date, etc.) into the third column. When I copied the tags from the article to the third column, the third and fourth column dropped down. They are

[css-d] width:100%; not rendering 100%

2009-07-17 Thread bill walton
Hi, I've got a page with two divs, one over the other, both set to 100% width. The one on the top is positioned absolute at 0,0. The one under it is a nav bar using the sliding window tabs and it's positioned float:left. The one on the top is rendering to 100% width while the one under it is

Re: [css-d] width:100%; not rendering 100%

2009-07-17 Thread Erik Vorhes
On Fri, Jul 17, 2009 at 1:32 PM, bill waltonbwalton...@gmail.com wrote: I've got a page with two divs, one over the other, both set to 100% width.  The one on the top is positioned absolute at 0,0.  The one under it is a nav bar using the sliding window tabs and it's positioned float:left.  

Re: [css-d] IE 6 Unordered List Issue?

2009-07-17 Thread chasity
We solved the issue. Debug Bar for IE7 helped me track the issue down to a style sheet that was only be referenced for a very specific part of the site and it turned out that there had been a width assigned to the unordered list for that particular layout. Once that was removed everything

[css-d] 100% body height not expanding beyond viewport

2009-07-17 Thread Jeff Chastain
This is probably basic, but it has me stumped at the moment. I have a design where the body background is a single color and then there is a wrapper around the content which is centered on the page. The background of that wrapper is white and is supposed to extend the full height of the page -

Re: [css-d] Columns flying around!

2009-07-17 Thread Andzia
Yes, because I repaired it somehow... I had a moment of enlightenment ;) sorry for panicking about this too early. I know that there are some errors and probably too much unnecessary code... I will try to clean this up. I should also align the columns to the top of their container (so the

[css-d] tool to display web pages in various browsers, OSs and resolutions?

2009-07-17 Thread Don Spark
Is there an online tool which will show you how your webpage looks in the various browsers, in the various OSs at the various screen resolutions? I remember seeing something several years ago. I thought it was linked from maxdesign.com.au. But I can no longer find it. Free is better if possible.

Re: [css-d] tool to display web pages in various browsers, OSs and resolutions?

2009-07-17 Thread David Laakso
Don Spark wrote: Is there an online tool which will show you how your webpage looks in the various browsers, in the various OSs at the various screen resolutions? http://www.browsercam.com/Default2.aspx And there are many others.

Re: [css-d] Site check please

2009-07-17 Thread David Laakso
David Laakso wrote: Lorraine Barte Nepomuceno wrote: Hi David, Can you reload the page? I've made some changes (I think my calculations for layout size were wrong :-))... please let me know if it's better now: http://www.splashscreen.com/sample/sample.html thanks very much

[css-d] background image shift in IE6

2009-07-17 Thread Dan Katz
Hi folks, Please take a look at http://www.savvyrest.com/products/organic-mattresses in Firefox vs IE6. The active tab background image appears to shift in IE6 about 25 pixels vertically. Any ideas? Thanks so much, -- Dan Katz http://www.linkedin.com/in/mtndan

Re: [css-d] 100% body height not expanding beyond viewport

2009-07-17 Thread Jeff Chastain
This has not appeared on the list yet, so I apologize if it ends up duplicated. Thx. From: Jeff Chastain [mailto:li...@admentus.com] Sent: Friday, July 17, 2009 4:01 PM To: 'cs...@css-discuss.org' Subject: 100% body height not expanding beyond viewport This is probably basic, but it has

Re: [css-d] 100% body height not expanding beyond viewport

2009-07-17 Thread David Laakso
Jeff Chastain wrote: This is probably basic, but it has me stumped at the moment. Thanks -- Jeff Same here. Put your stuff on a public server and provide a clickable link to it in your post to the list.

[css-d] ie6 float problem

2009-07-17 Thread Richard Lake
Hi, I have a page that displays appropriately in Firefox, Safari, Ie 7 + 8 but, according to browsershots, is not displaying properly in Ie6. A sample page with the problem can be found at: http://www.web-devel.co.nz/myvreo/test.html Note: The other links should take you to a login page