[css-d] BODY Stretching

2008-08-21 Thread christianz
Does anyboy have an idea on how to get the white backgrounded BODY on this page to stretch up to the top of the page in Mozilla/Firefox/Netscape and down to the bottom of the page in IE? http://www.cmzmedia.com/tccnotary/contractorform.php

Re: [css-d] Forms

2008-08-21 Thread James Leslie
-Original Message- According to these statistics http://www.w3schools.com/browsers/browsers_stats.asp Firefox is used by about 42% of the population with IE7 and IE6 combined making up 51.7% of usage with IE7 just under 27%. I think these stats might only refer to those that

Re: [css-d] Way off-topic discussion [was: Forms]

2008-08-21 Thread Alan K Baker
Yes it is. It has a very loose connection with CSS and nothing to do with the original subject line Forms, whatsoever. I'm surprised that the List Moderator hasn't put a stop to it, or at least insisted that the subject line is changed. Regards, Alan. www.theatreorgans.co.uk

[css-d] Removing margin from photo gallery end boxes

2008-08-21 Thread Karl Bedingfield
Hi there, I wondered if anyone can help me. I use the css below to create nice thumbnail boxes for my photogallery but I want the last thumbnail in each row not to have any margin because with margin it the row is too large for it's container. This is the standard list I use: ul class=pp-thumbs

[css-d] Let's compare books

2008-08-21 Thread Melissa Meyer
hi css, I'd like to connect with you on Goodreads so we can share book recommendations. http://www.goodreads.com/friend/[EMAIL PROTECTED]i=LTM2MDY4NDY4NDU6MzEy n=cssutm_medium=emailutm_source=invite - Melissa ([EMAIL PROTECTED]) To opt-out of future invites to Goodreads

Re: [css-d] CSS Resources

2008-08-21 Thread Bill Brown
Thierry Koblentz wrote: Hi Bill, I don't see in your list stacking context/z-index, so I'd like to suggest this link as a resource: http://tjkdesign.com/articles/z-index/teach_yourself_how_elements_stack.asp Also, when it comes to image replacement, I think this one came late and is not in

[css-d] IE Problems

2008-08-21 Thread Ed Pybus
Hello, Firstly I'm having problems with my website in IE - it's all fine in Firefox but in IE the blue logo isn't to the right but in the centre and the white writing at the bottom moves up - any ideas why? (the site is www.slrecords.net/test/childreninc/index.html the css

Re: [css-d] Removing margin from photo gallery end boxes

2008-08-21 Thread Rees, Mark
You could use server-side scripting to add class=last to the fourth li and then set li.last a{ margin-right:0px; } Not really a CSS solution, but there you go. Alternatively you could put an equal amount of margin on either side of the a to make them line up without a gap to the right

Re: [css-d] CSS Resources

2008-08-21 Thread Bill Brown
David Hucklesby wrote: One more benefit to this, rarely mentioned, is that it makes writing of print styles almost trivial. Too true. Bill - Do please mention the importance of creating print styles. It was on the syllabus, but covered in the Media Specific Styling section and not Best

Re: [css-d] CSS Resources

2008-08-21 Thread Bill Brown
david wrote: Make your HTML present the page information in a readable, usable (to a basic extent) browser view without CSS and (IMHO) Javascript. Add as little markup as possible to style it using as simple a set of CSS as possible. Tweak until it provides the information in a functional

[css-d] Getting my CSS-D password...

2008-08-21 Thread Austin, Darrel
I hate being *THAT* person, but looks like I have to be this time... I don't have my CSS-D password anymore, so went to the site to get a reminder and noticed a catch-22: http://www.css-discuss.org/mailman/listinfo/css-d/ -- To change your subscription profile (set account options, *get

Re: [css-d] Getting my CSS-D password...

2008-08-21 Thread Bill Brown
Austin, Darrel wrote: It seems that to get a password reminder, one needs to know their password. (Am I missing something obvious? That's certainly likely...) Hi Darrel, If you visit this page: http://lists.css-discuss.org/mailman/options/css-d and enter the email address you used to sign up

[css-d] Link rel=appendix stylesheet

2008-08-21 Thread Kus Cámara
Hi. I've been seeing the css code used in acid test 2 and I've found the rel=appendix stylesheet in a link element. This method is not supported by IE 6 and 7. Somebody knows which is the use of the appendix value? Thanks.

Re: [css-d] Link rel=appendix stylesheet

2008-08-21 Thread Philippe Wittenbergh
On Aug 22, 2008, at 8:15 AM, Kus Cámara wrote: I've been seeing the css code used in acid test 2 and I've found the rel=appendix stylesheet in a link element. This method is not supported by IE 6 and 7. Somebody knows which is the use of the appendix value? It is a bogus value for the

Re: [css-d] CSS Resources

2008-08-21 Thread Philippe Wittenbergh
On Aug 20, 2008, at 2:57 AM, Bill Brown wrote: Aside from the W3C pages, the CSS-D wiki and this list, where do you go for information about CSS? For the more senior members of this list, what would you consider the absolute worst practices, and conversely, the best practices? Coming

Re: [css-d] Link rel=appendix stylesheet

2008-08-21 Thread ilduca69
Il giorno 22/ago/08, alle ore 01:15, Kus Cámara ha scritto: Hi. I've been seeing the css code used in acid test 2 and I've found the rel=appendix stylesheet in a link element. This method is not supported by IE 6 and 7. Somebody knows which is the use of the appendix value? Thanks.

[css-d] width:100% + padding/margin question

2008-08-21 Thread Chang Huang
Hi, If I have: Code: Select all div id=box1 div id=box2 /div /div and I do: Code: Select all #box1 { width:500px; height:200px; } #box2 { width:100%; height:100%; padding:10px; } The 10px padding of #box2 will be allocated outside of #box1. According to