Re: [css-d] IE6 background color issue

2008-06-02 Thread Christian Kirchhoff
Hello David, giving the header element hasLayout did the trick. Thank you for that hint. Regards, Christian *Directmedia Publishing GmbH* · Möckernstraße 68 · 10965 Berlin www.digitale-bibliothek.de AG Berlin-Charlottenburg · HR B 58002 · USt.Id. DE173211737 Geschäftsführer: Ralf Szymanski ·

Re: [css-d] What is the best way to do a curved corner fluid box

2008-06-02 Thread Rob Emenecker
Tedd, For my edification, what is the purpose of the #tlc and #trc hasLayout triggers contained in the browser hack at the top of the CSS? ...Rob __ css-discuss [EMAIL PROTECTED]

[css-d] Curved corner fluid box

2008-06-02 Thread Hayden's Harness Attachment
- Original Message - From: Hayden's Harness Attachment [EMAIL PROTECTED] To: Rob Emenecker [EMAIL PROTECTED] Sent: Monday, June 02, 2008 10:43 AM Subject: Curved corner fluid box I am working on a redesign of a web site. I am trying to use CSS to turn a boxy rectangle to more of a

Re: [css-d] stick to bottom

2008-06-02 Thread Daniel Kessler
RE: http://sph.umd.edu/events/wellness/ You seem to be tripping over the complexity of your stuff and the need to clear that stuff. Well, I guess I haven't had the epiphany yet. I thought I was on my CSS way. This is /one way/ to stick the bottom of the plant to the top of the footer,

[css-d] aligning text to bottom of element

2008-06-02 Thread corey deep
Hi all, I am stuck on this ... I am required to align text bottom right beside an image the image is of variable width height maximum 130px w or 130px height. the text remains at the same position relative to the image ( the relationship remains the same whether the image is of a

Re: [css-d] stick to bottom

2008-06-02 Thread David Laakso
Daniel Kessler wrote: RE: http://sph.umd.edu/events/wellness/ You seem to be tripping over the complexity of your stuff and the need to clear that stuff. Well, I guess I haven't had the epiphany yet. I thought I was on my CSS way. That worked great - thank you very much.

Re: [css-d] aligning text to bottom of element

2008-06-02 Thread Gunlaug Sørtun
corey deep wrote: I am required to align text bottom right beside an image the image is of variable width height maximum 130px w or 130px height. the text remains at the same position relative to the image... Sounds like what this turns out as in most browsers...

[css-d] Image caption width

2008-06-02 Thread Tracey Adams
I am having a problem with keeping the captions under images to the width of the image and not all the way across the page. I've tried a number of things and the only thing I've found that sort of works is to set a width limit in my caption css. Of course that has only limited success. My

Re: [css-d] Image caption width

2008-06-02 Thread Alan K Baker
- Original Message - From: Tracey Adams To: css-d@lists.css-discuss.org Sent: Monday, June 02, 2008 8:54 PM Subject: [css-d] Image caption width I am having a problem with keeping the captions under images to the width of the image and not all the way across the page.

[css-d] Site check please...

2008-06-02 Thread Lorraine Barte Nepomuceno
Hi all, May I request a site check please? It all looks okay on my own Mac and PC browsers, but I'd like to hear of any weirdness you might see that I don't: http://www.sweetlorrainebakeshop.com/ Thanks very much! Lorraine __

Re: [css-d] aligning text to bottom of element

2008-06-02 Thread corey deep
thanks so much. I think this should work. On Mon, Jun 2, 2008 at 12:39 PM, Gunlaug Sørtun [EMAIL PROTECTED] wrote: corey deep wrote: I am required to align text bottom right beside an image the image is of variable width height maximum 130px w or 130px height. the text remains at the

Re: [css-d] Site check please...

2008-06-02 Thread David Laakso
Lorraine Barte Nepomuceno wrote: Hi all, May I request a site check please? It all looks okay on my own Mac and PC browsers, but I'd like to hear of any weirdness you might see that I don't: http://www.sweetlorrainebakeshop.com/ Thanks very much! Lorraine Looked fine to me in Mac

[css-d] IE6 positioning question

2008-06-02 Thread Josh Rehman
Hi there, I've been lurking on this list for a while, and have found the discussion to be very interesting and useful. Thank you. Now I have a question of my own. It seems that IE6 does not like my CSS (IE7, FF2, FF3, Safari, and Opera all seem to like it). I've taken care to isolate the

Re: [css-d] Site check please...

2008-06-02 Thread Melbeach
Hi all, May I request a site check please? It all looks okay on my own Mac and PC browsers, but I'd like to hear of any weirdness you might see that I don't: http://www.sweetlorrainebakeshop.com/ Thanks very much! Lorraine Everything works for me in Windows IE6 and Firefox. Only thing -

Re: [css-d] IE6 positioning question

2008-06-02 Thread Josh Rehman
What's also puzzling is that the last div always lays out differently than the rest. I'm sure that's a big clue but I'm not sure what it means. (back to reading quirksmode.org:) Josh Rehman wrote: Hi there, I've been lurking on this list for a while, and have found the discussion to be

Re: [css-d] IE6 positioning question

2008-06-02 Thread Gunlaug Sørtun
Josh Rehman wrote: http://www.javajosh.com-a.googlepages.com/pymk.html The key thing that troubled me with this layout was that I couldn't just float:right the pymk-x elt. As a workaround I used position:absolute; top:5px; right:0px; I still don't know why that doesn't work in IE6. The old

Re: [css-d] Image caption width

2008-06-02 Thread Bob Meetin
Alan K Baker wrote: I am having a problem with keeping the captions under images to the width of the image and not all the way across the page. I've tried a number of things and the only thing I've found that sort of works is to set a width limit in my caption css. Of course that

Re: [css-d] IE6 positioning question

2008-06-02 Thread Josh Rehman
Gunlaug Sørtun wrote: Josh Rehman wrote: http://www.javajosh.com-a.googlepages.com/pymk.html The key thing that troubled me with this layout was that I couldn't just float:right the pymk-x elt. As a workaround I used position:absolute; top:5px; right:0px; I still don't know why that doesn't

[css-d] Alt. to max-height in IE (also Safari?)

2008-06-02 Thread Anne E. Shroeder
I'm trying to preserve the original shapes of gallery images in dynamically resized thumbnail images, but in IE6 (and also in older versions of Safari ) this code is simply resizing the images to squares, exactly 167x167. This is the code being used, and on this page:

Re: [css-d] Image caption width

2008-06-02 Thread Jukka K. Korpela
Tracey Adams wrote: I am having a problem with keeping the captions under images to the width of the image and not all the way across the page. I've tried a number of things and the only thing I've found that sort of works is to set a width limit in my caption css. That appears to be the