Re: [css-d] Any tips on image loading?

2007-09-17 Thread Diona Kidd
You could also do pre-loading and check out the Y-Slow FF plugin from Yahoo to see what is taking the most time to load. The plugin is on the Mozilla plugin site. On Sep 15, 2007, at 1:22 PM, Brooke Nelson wrote: Yes for me it loads pretty quickly too, but I agree with Kenny, you could

Re: [css-d] CSS Layouts - footer problems

2006-12-20 Thread Diona Kidd
Just curious, why does the #localnav need to be positioned absolutely? If you remove the absolute positioning it appears as expected here (FF Mac OS X). Diona On Dec 20, 2006, at 9:29 AM, Ian Vaughan wrote: !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN

[css-d] IE6 and position relative

2006-12-12 Thread Diona Kidd
, is positioned relatively. Diona On Dec 11, 2006, at 4:33 PM, Rob O'Rourke wrote: Diona Kidd wrote: Hi all, I noticed an issue today with IE6. I have an example created at http://www.studio12a.com/test.html. The situation is as follows. I have a wrapper div around all content with position

[css-d] IE6 and position relative

2006-12-11 Thread Diona Kidd
Hi all, I noticed an issue today with IE6. I have an example created at http://www.studio12a.com/test.html. The situation is as follows. I have a wrapper div around all content with position: relative. Inside of this, exists a form wrapped in a table. The form contains a text area with a

Re: [css-d] One True Layout anchors

2006-12-06 Thread Diona Kidd
I was just curious more than anything. I thought I had read that page but upon re-reading it, it seems new to me. Thanks for the reply. On Dec 6, 2006, at 6:58 AM, Alex Robinson wrote: At 23:29 -0500 5/12/06, Diona Kidd wrote: Btw, has anyone implemented the One True Layout [1] and anchor

[css-d] CSS Conditional Statements

2006-12-05 Thread Diona Kidd
Is anyone using conditional statements in their CSS? Today I attempted the technique described in Bruce Lawson's blog post but was unable to get it working. Just curious if anyone else has had success with conditional statements and what the known support is... [1] -

Re: [css-d] CSS Conditional Statements

2006-12-05 Thread Diona Kidd
Thanks Shelly and Andy. :) Shelly, that was a misnomer or mis-type. I followed the article and added the stylesheets to the head of the document after the global stylesheet. I have also seen conditionals in css, although I can't find the link at the moment. I just wasn't sure which is the

[css-d] One True Layout anchors

2006-12-05 Thread Diona Kidd
Btw, has anyone implemented the One True Layout [1] and anchor links? I thought there might be a javascript or css solution for this short- coming but didn't have an idea on it. Thanks, Diona [1] - http://positioniseverything.net/articles/onetruelayout/

[css-d] Fwd: CSS Conditional Statements

2006-12-05 Thread Diona Kidd
Begin forwarded message: From: Diona Kidd [EMAIL PROTECTED] Date: December 5, 2006 11:47:01 PM EST To: Andy Pemberton [EMAIL PROTECTED] Subject: Re: [css-d] CSS Conditional Statements Thanks. I really appreciate the the info. That answers my biggest question. I'll be sure to read up

[css-d] 100% table height

2006-06-18 Thread Diona Kidd
I'm in need of layout assistance. I have a layout that I can only see being able to layout using tables. It's 3 equal height columns, which normally don't use tables for... The left and right column ultimately have vertical boxes that span the entire height of the column. Say 3 boxes in the

[css-d] dynamic div heights

2006-03-22 Thread Diona Kidd
Hi all, I have a design at http://www.modernflow.com/client_data/test/ that needs a little help regarding div heights and accessibility. I'm going for a table-less, clean, web standards compliant design (as close as possible). I want the design implementation to be as flexible and clean as

Re: [css-d] dynamic div heights

2006-03-22 Thread Diona Kidd
Ian, David, I appreciate the replies. Ian, could you send the HTML for the CSS code you sent (or maybe a link) so I could get a better idea of the solution you use? Also, what browser are you seeing the menu go white on? I'm using Firefox and Safari on Mac OS X. What are you using? David, I

Re: [css-d] Floats break containing div

2005-10-12 Thread Diona Kidd
Hi there. I think you need a block level element after #wrapper element. I use a couple of hacks to make this work well in different browsers. Give this a try. style #wrapper { border-left: 6px solid #FFCC33; border-right: 6px solid #FFCC33; background-color: #fff;

Re: [css-d] Floats break containing div

2005-10-12 Thread Diona Kidd
Hi there. I think you need a block level element after #wrapper element. I use a couple of hacks to make this work well in different browsers. Give this a try. style #wrapper { border-left: 6px solid #FFCC33; border-right: 6px solid #FFCC33; background-color: #fff;

Re: [css-d] Site Check - mf.com

2005-08-26 Thread Diona Kidd
Thanks to all for the feedback! The browsercam shots were especially useful. I guess I need to use pt instead of px for the fonts? I know that's the theory but it never quite looks right to me. I've been trying to figure out how to keep the content from sliding under the nav when resized.

[css-d] Site Check - mf.com

2005-08-25 Thread Diona Kidd
Hi all, Could I get a site check? I know there are a couple of image tweaks needed. I have so far checked this on Safari, Firefox and IE for Mac. IE for Mac is having an issue with the faux column on the left. Maybe it's the background-position of the tiling image? idk...Still working on

Re: [css-d] positioning issues IE 6 PC

2005-05-22 Thread Diona Kidd
Thank you both. I will certainly look more into the 'quirks mode' to find out more. Diona http://www.studio12a.com On May 21, 2005, at 4:57 AM, Gunlaug Sørtun wrote: Diona Kidd wrote: On this page, the 'welcome' image is pushed too far to the right and the product image ( the one

Re: [css-d] Site Check: especially Macs please

2005-05-18 Thread Diona Kidd
Hi Justin, I took a quick look at your page on FF, IE and Safari on Mac 10.4. The footer is consistent in all three so I guess it's not supposed to be centered. The copyright is on the right, the links are on the left. The only thing I noticed was the hover nav isn't working in IE. As far as

Re: [css-d] Mac IE5 float woes

2005-05-12 Thread Diona Kidd
Ah! You're right...there was no need for the clear: both. Thanks for taking the time to look! I was a bit stumped. Diona On May 12, 2005, at 11:54 PM, Philippe Wittenbergh wrote: On 13 May 2005, at 11:22 am, Diona Kidd wrote: I have a layout that I'm working on which is looking good