[css-d] help with dropping content

2008-08-13 Thread French, Angela K (MHTG)
Hello, This is my website: http://mhtransformation.wa.gov/ BLOCKED::http://mhtransformation.wa.gov/ . pertinent css is: http://mhtransformation.wa.gov/css/mhtg/common_index.css BLOCKED::http://mhtransformation.wa.gov/css/mhtg/common_index.css and

Re: [css-d] Website displaying different on two hosts - some extra styles?

2008-08-13 Thread French, Angela K (MHTG)
This would indeed be the issue. If the doctype is not the first thing on the page then the browser renders the page in IE quirks mode. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christian Kirchhoff Sent: Wednesday, August 13, 2008 8:08 AM

Re: [css-d] help with dropping content

2008-08-13 Thread French, Angela K (MHTG)
Hello, if I narrow the browser window, at a certain width that last menu item from the horizontal menu bar (Stop Stigma) breaks down. That pushes the left (main) column to the right and that pushes the right column downwards. If you set clear: both; for the #wrapper, the main

Re: [css-d] help with dropping content

2008-08-13 Thread French, Angela K (MHTG)
Care to consider fast and dirty? body { color:#464a4a; background-color:#FF; padding: 0 1em 1em 1em; min-width: 600px;:: delete this and all other instances of min-width throughout all style sheets :: height:100%; width: 990px; -:: add so the

Re: [css-d] IE problem with floating

2008-08-05 Thread French, Angela K (MHTG)
May I kindly suggest that you not use an image map for your navigation, or is there a way to add alt attributes to an image map? If images are turned off, or if your site visitor is using a screen reader, they will not see your menu. -Original Message- From: [EMAIL PROTECTED]

Re: [css-d] z-index in IE

2008-07-28 Thread French, Angela K (MHTG)
When you use position:absolute, don't you have to specify the position with the user of top and right or left? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, July 28, 2008 11:25 AM To: css-d@lists.css-discuss.org Subject:

Re: [css-d] IE6 a:hover issue - all images disappear!!

2008-07-25 Thread French, Angela K (MHTG)
look at this article and see if it relates to your issue. It sounds like it might: http://www.fivesevensix.com/studies/ie6flicker/ . A google of IE6 a:hover images disappear turned up other returns as well. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

Re: [css-d] Weird h2-in-a-dt-element behaviour...

2008-07-23 Thread French, Angela K (MHTG)
This doesn't seem to make symantic sense to me. Would thisi be confusing to those using assistive technologies? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sharon Go Sent: Wednesday, July 23, 2008 5:57 AM To: css-d@lists.css-discuss.org Subject:

Re: [css-d] Why is my img padding margin collapsing in IE?

2008-07-22 Thread French, Angela K (MHTG)
Regarding the font size, it could be an issue of your IE7 browser being set to display ClearType which I have found to be larger. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Laakso Sent: Tuesday, July 22, 2008 2:24 PM To: Hayden's Harness

Re: [css-d] header navigation bar alignment issue

2008-07-18 Thread French, Angela K (MHTG)
#mjnav ul{ padding:0; This worked for me in FF -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kelly Moore Sent: Friday, July 18, 2008 12:45 PM To: CSS-D Subject: [css-d] header navigation bar alignment issue I have these navigation links (The

Re: [css-d] customized browse/file-input button

2008-07-15 Thread French, Angela K (MHTG)
Hello, I am new to this list and this thread caught my interest. Theirry, I looked at your source code and I am not familiar with this: p class=buttonsa class=tjk-buttonb class=tl/bb class=tr/bb class=bl/bb class=br/bb class=wrapper../p . Can you please tell me what b/b is/does? Thank you,

Re: [css-d] customized browse/file-input button

2008-07-15 Thread French, Angela K (MHTG)
I am familiar with the deprecated b tag, but not with this use of it - as an element of no contextual meaning used soley as a means of applying styles to. -Original Message- From: Bill Brown [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2008 9:13 AM To: French, Angela K (MHTG) Cc

Re: [css-d] customized browse/file-input button

2008-07-15 Thread French, Angela K (MHTG)
Since the use of b/b has no semantic meaning, what would the user of assistive technologies (screen readers) experience when encountering this? -Original Message- From: Bill Brown [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2008 9:13 AM To: French, Angela K (MHTG) Cc: css-d

Re: [css-d] form fields munged in IE

2008-07-15 Thread French, Angela K (MHTG)
Try applying margins to the top or bottom of each div. Actually, why is each form element in a div anyway? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kelly Moore Sent: Tuesday, July 15, 2008 11:13 AM To: css-d@lists.css-discuss.org Subject: [css-d]