Re: [css-d] Box Model Problems, I'm not getting it!

2007-05-14 Thread Teressa Terry
*-Original Message- *From: Robert Lane *Sent: Sunday, May 13, 2007 4:14 PM * *I have an example here: http://tinyurl.com/3axpuo * *I don't understand what I am doing wrong, but I am getting totally *different results in IE6, IE7 and FireFox 2 * There are a few problems that I see: First

Re: [css-d] [Question] IE spacing issues

2007-05-07 Thread Teressa Terry
; } form { margin:0; padding:5px;} Cheers, Teressa Terry __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css

Re: [css-d] drop down menu problem - ie 7 - testers needed

2007-05-03 Thread Teressa Terry
, it disappears. In my experience this is usually because of some space between the top level navigation and the drop-down. You might want to check your padding and tighten it up a bit. Hope this helps! Teressa Terry __ css-discuss [EMAIL

Re: [css-d] I've died and gone to CSS hell

2007-04-30 Thread Teressa Terry
*From: John Wells *Sent: Friday, April 27, 2007 5:12 PM * *Don't know if your remember this or not, but back some time ago I emailed about a three- *column layout that was killing me. A helpful soul suggested using display:table-cell to fix my *problem, and it did!...except, not really in IE. *

Re: [css-d] Best method to have containers wrap around floats inALL browsers.

2007-04-17 Thread Teressa Terry
Very enlightening; I hadn't seen that before. Thanks! Teressa Graphic Web Designer Opactive *-Original Message- *From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On *Behalf Of David Hucklesby *Sent: Monday, April 16, 2007 6:02 PM *To: Christopher Blake; css-d *Subject: Re: [css-d] Best

Re: [css-d] Best method to have containers wrap around floats in ALLbrowsers.

2007-04-16 Thread Teressa Terry
I have found that overflow:auto produces scroll bars in unwanted places at unexpected (for me!) times; perhaps I'm not doing it right. However, the clearing div DOES work, I've used it on several sites and I just tried it in your code and tested it in IE6. Here is the code: H1hello/H1IMG alt=dye

Re: [css-d] jumping menu bar

2007-04-16 Thread Teressa Terry
Just at a glance, I see you have two border-right settings. Could that be causing the problem? border-top: 1px solid #fff; border-right: 1px solid #fff; border-right: 1px solid #aaa; border-left: 1px solid #fff; border-bottom: 1px solid #585858; Teressa Graphic Web Designer Opactive

Re: [css-d] TOC for Image Gallery using Ordered List CSS

2007-04-13 Thread Teressa Terry
Well, I think you can put the text itself inside a span tag set to display:block and give it padding on top to force it below the images. Teressa Graphic Web Designer Opactive *-Original Message- *From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On *Behalf Of ibn Ezra *Sent: Friday,

Re: [css-d] Problems with my Wrapper and Content area in my CSS Layout

2007-03-20 Thread Teressa Terry
Have you tried the spacer div fix? At the end of your content2 div (right before your wrapper div closing tag) put div style=clear:both;nbsp;/div This usually takes care of that problem for me, if I'm understanding you correctly! Teressa Graphic Web Designer Opactive *-Original