Re: [css-d] Centering landscape images vertically within a lightbox (not working in any browser)

2008-08-19 Thread Eystein Alnaes
On Tue, Aug 19, 2008 at 9:04 AM, Eystein Alnaes [EMAIL PROTECTED] wrote: I'm having a lot of difficulty vertically aligning landscape thumbnails to sit in the middle of their containers on this page: http://www.bfi.org.uk/rw_dev/ava_gardner_and_killers_1946.html Have you solved your

Re: [css-d] Double margin bug doesn't work with padding on container

2008-08-19 Thread Ischa Gast
I usually avoid such a problem by styling the paragraph, like in the last example here... http://www.gunlaug.no/tos/alien/ig/test_08_0813.html That'll keep the text flowing down independent of the float, and there's no 'margin-doubling on floats' to conteract in IE6. Alternatively one

[css-d] Redesigned my website - IE6 huge problems, png fix?

2008-08-19 Thread Krystian - Sunlust
Hi, I just recently redesigned my website: http://sunlust.net it's the default wordpress template redesigned by me. Now, it's fine in IE7, and in FF etc, the problems come out in IE6, everything is messed up, I used a lot of PNG files and obviously this made things even worse. I'm not asking

Re: [css-d] Redesigned my website - IE6 huge problems, png fix?

2008-08-19 Thread roxanne sutton
The best solution I have recently used was this one: http://www.twinhelix.com/css/iepngfix/ because it will work for (IE6) background images that are positioned, and there is a secondary file to add if you are working with repeating background pngs xoxorox }-(((* Roxanne Sutton Standards

Re: [css-d] iepng fix spacing

2008-08-19 Thread roxanne sutton
Marc, I have no idea of what you are planning with the transparencies, but i've made a RealSimpleSample of how i approach headers in general- starting in FF, then making what ever hacks are needed for ie6 in a separate css http://www.roxstyle.com/projects/testing/test-080820.html i general

[css-d] CSS Resources

2008-08-19 Thread Bill Brown
Hello Listers. I consider myself a junior member of this list, but one of my great joys is taking time during the day to respond to the questions submitted here. I've been asked to give a presentation on Advanced CSS for an upcoming conference and have what I think is a fairly comprehensive

[css-d] Double-floats

2008-08-19 Thread Anthony Aziz
I'm a bit stuck here. I have a page layout where the side div is floated to the right, and the main div is not floated but has a certain margin-right. In this div there I want to have some elements floated right as well, which works fine, but any elements after it that I try to clear: right end up

Re: [css-d] Double-floats

2008-08-19 Thread Bill Brown
Anthony Aziz wrote: I've look around and thought about it a bit, but haven't found anything yet. Sorry for the short and possibly confusing description, I couldn't think how to explain it properly. I can provide an example if needed. Hi Anthony, Please do. You'll get much more helpful answers

Re: [css-d] CSS Resources

2008-08-19 Thread Jim Davis
Here is a good css reference: http://reference.sitepoint.com/css Jim www.jimdavis.org __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List

Re: [css-d] CSS Resources

2008-08-19 Thread David Laakso
Bill Brown wrote: Aside from the W3C pages, the CSS-D wiki and this list, where do you go for information about CSS? The laundrymat. Rarely, among other, some of these houses of ill repute: http://www.howtocreate.co.uk/ http://brunildo.org/ http://www.456bereastreet.com/

Re: [css-d] Double-floats

2008-08-19 Thread Gunlaug Sørtun
Anthony Aziz wrote: I'm a bit stuck here. I have a page layout where the side div is floated to the right, and the main div is not floated but has a certain margin-right. In this div there I want to have some elements floated right as well, which works fine, but any elements after it that I

Re: [css-d] Redesigned my website - IE6 huge problems, png fix?

2008-08-19 Thread David Hucklesby
On Tue, 19 Aug 2008 14:59:01 +0100, Krystian - Sunlust wrote: Hi, I just recently redesigned my website: http://sunlust.net it's the default wordpress template redesigned by me. Now, it's fine in IE7, and in FF etc, the problems come out in IE6, everything is messed up, I used a lot of

Re: [css-d] CSS Resources

2008-08-19 Thread Gunlaug Sørtun
Bill Brown wrote: Aside from the W3C pages, the CSS-D wiki and this list, where do you go for information about CSS? Apart from what's dripping in from everywhere, these are on my short-list at the moment... http://www.css3.info/ http://lists.w3.org/Archives/Public/www-style/ For the more

Re: [css-d] Pass full css file to IE6 but not IE7 - with CSS only

2008-08-19 Thread Manuel Razzari
Hi all, and sorry for the delay on getting back to you. To answer a common question: IE conditional comments were not an option due to a ridiculous situation at the client's office... Various computers, including a big screen displaying the website on their front desk, had installed IE7 and then

Re: [css-d] Double-floats

2008-08-19 Thread Anthony Aziz
Thanks, I'll give this a try tomorrow at work. Anthony Aziz http://blog.aaziz.org On Tue, Aug 19, 2008 at 4:52 PM, Gunlaug Sørtun [EMAIL PROTECTED] wrote: Anthony Aziz wrote: I'm a bit stuck here. I have a page layout where the side div is floated to the right, and the main div is not

Re: [css-d] Redesigned my website - IE6 huge problems, png fix?

2008-08-19 Thread David Laakso
Krystian - Sunlust wrote: Hi, I just recently redesigned my website: http://sunlust.net it's the default wordpress template redesigned by me. If you have any other comments regarding the website, please let me know, I would really like to get it right this time... (it's my 4th redesign).

Re: [css-d] iepng fix spacing

2008-08-19 Thread Marc Hilt
roxanne, Thank you for your input, I'll make a separate css sheet . Indeed everything is wrapped in the logo I want the images stacked on each other (everything is a image even the quote) that is also why they have a transparent back ground. Also thank you for the links with some goof

Re: [css-d] CSS Resources

2008-08-19 Thread Maggie Wolfe
Aside from the W3C pages, the CSS-D wiki and this list, where do you go for information about CSS? Hi Bill: I have quite a large collection of CSS links you can go through here: http://www.diigo.com/user/naturegeek/CSS They are multiply tagged, so if you are looking for CSS that is also

Re: [css-d] CSS Resources

2008-08-19 Thread Alan Gresley
Bill Brown wrote: Hello Listers. I consider myself a junior member of this list, but one of my great joys is taking time during the day to respond to the questions submitted here. I've been asked to give a presentation on Advanced CSS for an upcoming conference and have what I think is a

Re: [css-d] CSS Resources

2008-08-19 Thread Bill Brown
Alan Gresley wrote: Good luck, you will learn plenty about CSS by there questions. ;-) Thanks, Alan. --Bill __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ --