[css-d] Inflexible table

2010-02-18 Thread Amy Drayer
Dear CSSers: I've had a heck of a time getting this layout to flex; no amount of CSS has helped, I'm at my wits end. I have Web pages that are partially system generated, so I cannot manipulate all the code and am forced to use a table. However, the text table on the left does not resize when

Re: [css-d] Inflexible table

2010-02-18 Thread Amy Drayer
Dear Tim et al: Great, thank you for the suggestion! It is baffling, but after some tweaking based on suggestions, it is now flexible... no clue why, but it works. :-) -- In peace, Amy M. Drayer Web and Systems Librarian amost...@gmail.com http://www.puzumaki.com On Thu, Feb 18, 2010 at

[css-d] Nav not positioned right in IE

2007-12-14 Thread Amy Drayer
Dear CSSers: I am about to pull out the gun and shoot myself over this mess. Any and all help GREATLY appreciated. A note: The invalidation errors should not cause this problem (it's a CMS, I cannot fix them). Please see: http://new.jocohealth.net/ CSS:

Re: [css-d] Nav not positioned right in IE

2007-12-14 Thread Amy Drayer
It looks like some of the elements that are using absolute positioning are being positioned relative to the viewport and not the parent div as you desire. If the parent div is static the absolute positioned div will seek the next higher parent that is not static. In this case, the body. Dear

[css-d] IE extra space a bug or just me?

2007-09-27 Thread Amy Drayer
Dear All: I am beginning to think I have come across a lovely bug for my layout. It happens in IE6 and 7 (Firefox is fine), and there's about 100-115px of additional white space around one of my divs. Inside it are two floating columns with some more boxes inside. Can someone point me towards

Re: [css-d] IE extra space a bug or just me?

2007-09-27 Thread Amy Drayer
Dear All: I have now tried adding the following code with no effect: #contentbox1 { height:1%; border:1px #ff solid; min-height:275px; } #contentbox2 { min-height:600px; } I am unlucky. :-( Can anyone recommend a better way to make this layout? I really

Re: [css-d] IE extra space a bug or just me?

2007-09-27 Thread Amy Drayer
Dear Georg: Somehow it works on your server but not mine... I even copied the code for the science1.css you had and it still produced spacing errors on my page. I'm not sure where to go from there. :-( But yes, the layout looks fine when I view it on your server. My server just hates me. If

[css-d] My background disappeared!

2007-08-13 Thread Amy Drayer
Dear CSS-D: http://new.jocolibrary.org/ I was trying to fix the position of the #content div in the #maincontent div so the light blue had equal pixels on the left and right (#content is the white area). It looks okay in IE6 (*sigh*), but in all other browsers the left is larger than the right

Re: [css-d] My background disappeared!

2007-08-13 Thread Amy Drayer
Dear Georg: Thank you! I did the :after (even though I didn't need it before, weird), I'll try the width thing right now. Thank you!! -- In peace, Amy M. Drayer Web Interface Designer [EMAIL PROTECTED] http://www.puzumaki.com

Re: [css-d] Firefox BODY problems?

2007-08-12 Thread Amy Drayer
Dear Matt: You used !-- -- inside the styles instead of /* */ to make a comment: style type=text/css !-- !-- Structure Basic Layout -- html, body { font-family:Georgia, serif; color:#66; padding, margin, border:0; background-image:url(dot11.gif);

Re: [css-d] simple stop wrapping

2007-08-08 Thread Amy Drayer
] [mailto: [EMAIL PROTECTED] On Behalf Of Gunlaug Sørtun Sent: 08 August 2007 03:03 To: Amy Drayer Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] simple stop wrapping Amy Drayer wrote: I have an image floating to the left and an h4 and p/ul I want sitting next to it. Right now it's

[css-d] Help! IE6 issues - mostly backgrounds

2007-07-18 Thread Amy Drayer
Dear CSSers: I posted this a few days ago, and now time is running out (eep!). Does anyone have any ideas? http://new.jocolibrary.org/ 1. Overflow issues on the home page. I am using rounded corners on the maincontent and content divs, but when I use overflow:hidden for IE6's additional

Re: [css-d] Help! IE6 issues - mostly backgrounds

2007-07-18 Thread Amy Drayer
? -- In peace, Amy M. Drayer Web Interface Designer [EMAIL PROTECTED] http://www.puzumaki.com On 7/18/07, David Hucklesby [EMAIL PROTECTED] wrote: On Wed, 18 Jul 2007 07:29:04 -0500, Amy Drayer wrote: Dear CSSers: I posted this a few days ago, and now time is running out (eep!). Does anyone

[css-d] Float problem

2007-06-18 Thread Amy Drayer
Dear CSSers: This floating problem is driving me crazy. The layout works fine in IE (so of course there's a problem...), and for some odd reason the left content box gets pushed below the floated right element in all the other browsers. I know some of my code doesn't validate (it happens with