Re: [css-d] Centering image h/v in *smaller* div

2008-04-10 Thread Lisa Onizuka
Martin, I'm not sure if you want to bother with any inline css, but you could achieve it this way: div class=imagebox style=background:url('dynamically-generated-path.jpg') center center no-repeat nbsp; /div div.imagebox { width: 80px; height: 80px; overflow: hidden; }

[css-d] IE6 woes w/ Suckerfish, absolute positioning, weird margins

2008-03-13 Thread Lisa Onizuka
So, I complete redid this site that was all nasty nested tables and spacer images, etc...to a pretty clean css layout. Of course, now the client (a design agency who has not yet shown the redo to their client) wants to hold on to wacky remnants like photos and little corner points and that are

Re: [css-d] IE6 woes w/ Suckerfish, absolute positioning, weird margins

2008-03-13 Thread Lisa Onizuka
] [mailto:[EMAIL PROTECTED] On Behalf Of Gunlaug Sørtun Sent: Thursday, March 13, 2008 12:02 PM To: Lisa Onizuka Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] IE6 woes w/ Suckerfish, absolute positioning,weird margins Lisa Onizuka wrote: Of course, now the client (a design agency who has

Re: [css-d] IE6 woes w/ Suckerfish, absolute positioning, weird margins

2008-03-13 Thread Lisa Onizuka
Thank you! It works! -Original Message- From: Highpowered [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2008 12:07 PM To: Lisa Onizuka Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] IE6 woes w/ Suckerfish, absolute positioning, weird margins Lisa Onizuka wrote: So, I

Re: [css-d] IE6 woes w/ Suckerfish, absolute positioning, weird margins

2008-03-13 Thread Lisa Onizuka
I redid the sizes in ems for fonts and heights (this page was useful: http://jontangerine.com/silo/css/pixels-to-ems/) so I think now it will scale somewhat... -Original Message- From: Gunlaug Sørtun [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2008 1:22 PM To: Lisa Onizuka Cc

Re: [css-d] buttons elements that are kickass in IE6

2008-03-11 Thread Lisa Onizuka
Hi Corey, I would simplify your button code to something like this: .some_btn { background:transparent url(../images/some_btn.gif) no-repeat center center; border:none; cursor:pointer; height:26px; line-height:26px; text-align:center; margin:0; overflow:hidden; padding:0; width:99px; } Then

Re: [css-d] IE6 suckerfish menu disappears on hover over 2nd-3rd list items

2008-03-03 Thread Lisa Onizuka
Georg, you're my hero! Thank you so much, that fixed it! Lisa Onizuka wrote: Hi All, I know this subject has come up recently: (IE6 suckerfish menu disappears on hover over 2nd-3rd list items - http://archivist.incutio.com/viewlist/css-discuss/96321) http://cleanwebdesign.com/dev/raul

Re: [css-d] IE6 not recognising column % width

2008-03-03 Thread Lisa Onizuka
Hi Pete, I think if you resize your images with an image editor rather than having the HTML/browser do it, they will look less crunchy, and won't break out of their container in IE6. You can also put a overflow:hidden or overflow:auto in your #c4 rules. IE6 has a really fun bug with margins and

Re: [css-d] New to list - space at top of background image?

2008-02-29 Thread Lisa Onizuka
Hi Phoebe, I'm new to the list too. Here is something to try: .firstpar { font-size: 13px; color:#4d4d4d; margin-left: 15px; margin-right: 300px; margin-top:0; margin-bottom: .8em; padding:1em 0 0 0; border: none; } I took out the margin on the top and added padding to instead. It works in FF, I

[css-d] IE6 suckerfish menu disappears on hover over 2nd-3rd list items

2008-02-29 Thread Lisa Onizuka
Hi All, I know this subject has come up recently: (IE6 suckerfish menu disappears on hover over 2nd-3rd list items - http://archivist.incutio.com/viewlist/css-discuss/96321) I did get rid of z-index and isolating the ul#nav but I'm still having the problem in IE6 of the menu vanishing when I

Re: [css-d] New to list - space at top of background image

2008-02-29 Thread Lisa Onizuka
Try making the rule more specific: p.firstparagraph or even change it to an id: #firstparagraph Ids are more specific than classes, and I find their behavior more predictable than classes, because they get more weight. To keep it all valid though, you don't want to use the an id more than once

Re: [css-d] New to list - space at top of background image

2008-02-29 Thread Lisa Onizuka
Looks like you got it now: in IE6 and IE7, and FF and even Safari Win. Yay! __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies --

[css-d] IE6 suckerfish menu disappears on hover over 2nd-3rd list items

2008-02-29 Thread Lisa Onizuka
Hi All, I know this subject has come up recently: (IE6 suckerfish menu disappears on hover over 2nd-3rd list items - http://archivist.incutio.com/viewlist/css-discuss/96321) I did get rid of z-index and isolating the ul#nav but I'm still having the problem in IE6 of the menu vanishing when I