Re: [css-d] Flexbox question

2017-04-26 Thread Nancy Johnson
is that image ? I know what it is but it appears as junk ? >> >> >> It's a screenshot of the page in question. >> >> >>> >>> Christopher >>> >>> From: Chris F.A. Johnson >>> Sent: Tuesday, April 25, 2017 7:57 PM >>> To: CSS

Re: [css-d] Flexbox question

2017-04-25 Thread Nancy Johnson
In the past I used it only for equal heights only but there is a great deal I am learning about. It is a very powerful tool. You do have to be careful for older browsers and have a fall back for those. This link has been very helpful for me https://css-tricks.com/snippets/css/a-guide-to-flexbox/

Re: [css-d] using floats vs inline-block..

2016-09-20 Thread Nancy Johnson
to floats now that I tend to use them without thinking about it. >> >> I do rely on inline-block more for horizontal navbars, which causes the >> gap >> to be more of an issue. >> On Mon, Sep 19, 2016 at 12:44 PM Nancy Johnson <njohnso...@gmail.com> >> wrote: >

[css-d] using floats vs inline-block..

2016-09-19 Thread Nancy Johnson
I have been using display: inline block more than float:left/right when I want to display two divs side by side. I find it easier with less code even though I need to add vertical-align:top. My question is: am I alone in feeling this way? Why do grid systems within bootstrap or bourbon neat sill

Re: [css-d] [ADMIN] Hello, my friends, hello

2015-12-28 Thread Nancy Johnson
Eric, I appreciate having this list and thank you for all your work. I am not a large user of the list, but rely on this list for complex css3/html questions. I know when I post I am getting the best information available. If it can continue, I would love to see it expand to JS/JQuery as it is

Re: [css-d] W3C errors. in application....

2014-07-10 Thread Nancy Johnson
the error was thrown correctly: http://www.w3.org/html/wg/drafts/html/master/sections.html#the-section-element http://html5doctor.com/the-section-element/ Eric On July 9, 2014 at 8:32 AM Nancy Johnson njohnso...@gmail.com wrote: I do application development and the W3C throws an error: 1

[css-d] W3C errors. in application....

2014-07-09 Thread Nancy Johnson
I do application development and the W3C throws an error: 1 with an Accessible counter I pulled off the web, that goes with a textarea box name= is used with span or div span id=abc name=789r aria-atomic=true aria-live=polite class=fontsize085 2000/span The back-end developer used rid='1'

[css-d] media queries

2014-02-24 Thread Nancy Johnson
Is there a standard method to use media queries? I took the W3C mobile course about 3 years ago and since then there are many more devices out there each with different size and/or retinal display. Thanks, Nancy Johnson __ css

Re: [css-d] Best practices in only targeting only Styles needed for a page in an external style sheet?

2013-05-10 Thread Nancy Johnson
My question comes from running some some sites through a Website Optimization tool. This anaylizer seemed to load all the images in a stylesheet even if that background image wasn't called. http://www.websiteoptimization.com/services/analyze/ Thanks Nancy On Fri, May 10, 2013 at 8:34 AM, Tim

[css-d] Best practices in only targeting only Styles needed for a page in an external style sheet?

2013-05-09 Thread Nancy Johnson
utilizes image sprite 2 With one stylesheet, Image sprite 2 is being called on page A B and C even though the image is only displayed on page C Thanks Nancy Johnson __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org

[css-d] Question regarding the use of section

2013-04-18 Thread Nancy Johnson
When I first went live with a website a few months ago, the following code validated and now it doesn't. Why? section role=main Thank you, Nancy Johnson __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org

[css-d] Struts 2 syntax for inputs and html5 specific tags

2012-08-07 Thread Nancy Johnson
Hi, I hope someone can help me with this and its not too off-topic. We are implementing a website using Struts 2. I can't seem to find the appropriate syntax to render input type=email etc. in the browser They have something called s:textfield.. which renders input type =text.. in the

[css-d] Question regarding Absolute Positioning and Responsive Design

2012-07-09 Thread Nancy Johnson
Is there a better way to layer inline text on top of an inline image than using position absolute? Thanks, Nancy Johnson __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki

[css-d] Ipad 3 and media queries

2012-06-04 Thread Nancy Johnson
with my Ipad3.. when I go from landscape to portrait and back to landscape -- at this point the default is much larger than my screen. Do I need to add some special code? am I doing something incorrectly? Thanks for your time, Nancy Johnson

[css-d] w3c mobileOK checker question

2011-12-02 Thread Nancy Johnson
Has anyone used the w3c mobileOK checker? http://validator.w3.org/mobile/. I used html5 and it comes back with an error telling me that the doctype doesn't validate against the xhtml basic or mp 1.2. Thank you, Nancy Johnson

[css-d] input width suggestiions in a fluid width layout

2011-11-14 Thread Nancy Johnson
a combination of % and ems, with a min- and max-width in pixels for the overall on the wider areas. I found the thread css measures - em grid system makes sense ? very interesting. Thank you, Nancy Johnson __ css-discuss [css-d@lists.css

[css-d] hgroup

2011-07-08 Thread Nancy Johnson
Hi, I have a question about hgroup. I'm trying to remember. Was this going to be removed from the html5 spec? or am I thinking of something else. Thanks for you time, Nancy Johnson. __ css-discuss [css-d@lists.css-discuss.org

Re: [css-d] HTMLdog website / Son of Suckerfish

2011-06-27 Thread Nancy Johnson
Interesting.. I just used it not more than 6 wks ago.. I was thinking of upgrading to Superfish.. http://users.tpg.com.au/j_birch/plugins/superfish/ On Mon, Jun 27, 2011 at 11:18 AM, David Laakso da...@chelseacreekstudio.com wrote: On 6/27/11 10:20 AM, Koen van der Drift wrote: Hi, I was

Re: [css-d] @font-face and IE browsers....

2011-05-16 Thread Nancy Johnson
? Thanks in advance, Nancy On Thu, May 5, 2011 at 8:24 PM, Philippe Wittenbergh e...@l-c-n.com wrote: On May 6, 2011, at 2:39 AM, Nancy Johnson wrote: We are using @font-face... A URL would be useful to help debugging… The font we are using is an open source font from Google http

[css-d] @font-face and IE browsers....

2011-05-05 Thread Nancy Johnson
We are using @font-face... The font we are using is an open source font from Google http://www.google.com/webfonts/family?family=Nobile#set I don't know how it was converted to .eot, .woff or .svg as these came to us already converted. This is the code that is used, the path is correct

Re: [css-d] Looking for online reference re optimizing style sheet syntax

2011-04-18 Thread Nancy Johnson
and recompress each time we updated the site after it went live. Nancy Johnson On Mon, Apr 18, 2011 at 8:05 AM, Philippe Wittenbergh e...@l-c-n.com wrote: On Apr 18, 2011, at 9:17 AM, Keith Purtell wrote: I'm about 85 percent done with my site. The pages look acceptable but awaiting batch html

Re: [css-d] CSS Frameworks

2010-12-17 Thread Nancy Johnson
On Thursday, December 16, 2010, David Hucklesby huckle...@gmail.com wrote: On 12/15/10 11:50 PM, Joseba Roldan wrote: Hi all, I've just discovered the amazing world of CSS frameworks. I've been using 960Grid so far and I think is pretty good. Anyway, do you know any other recommendable CSS

Re: [css-d] CSS ListBox Styling - using multiple lines

2010-08-06 Thread Nancy Johnson
Thank you, its interesting, I'll look more closely at this Nancy On Thu, Aug 5, 2010 at 3:42 PM, Alex Mitchell alex.mitch...@gumware.com wrote: On Wed, Aug 4, 2010 at 8:19 AM, Nancy Johnson njohnso...@gmail.com wrote: Hi, Is there any way to display content of one option area on multiple

[css-d] CSS ListBox Styling - using multiple lines

2010-08-04 Thread Nancy Johnson
Hi, Is there any way to display content of one option area on multiple lines in a list box? select optionLots of text Lots of text / option optionMore text / option / select Appears something like this in design view Lot of text Lots of text

Re: [css-d] Does M$ filter fail in IE 7?

2010-06-08 Thread Nancy Johnson
In my version of IE7, The filter doesn't work when I use the zoom tool, and the images are square and not circles as they are in Firefox. Nancy On Tue, Jun 8, 2010 at 10:24 AM, Mark Richards mark.richa...@date.com wrote: -Original Message- From: David Hucklesby

[css-d] overflow:hidden not working in IE6 or 7

2010-05-14 Thread Nancy Johnson
Can anyone tell me why the overflow:hidden doesn't work in IE6 or IE7 div.wrapper {margin-bottom:20px;background-image:url(../img/image.png);background-repeat:no-repeat;height:150px;overflow:hidden;} Thanks. __ css-discuss

Re: [css-d] overflow:hidden not working in IE6 or 7

2010-05-14 Thread Nancy Johnson
The page is http://www.nhtsa.gov/Vehicle+Safety Nancy On Fri, May 14, 2010 at 2:47 PM, Nancy Johnson njohnso...@gmail.com wrote: Can anyone tell me why the overflow:hidden doesn't work in IE6 or IE7 div.wrapper {margin-bottom:20px;background-image:url(../img/image.png);background-repeat:no

Re: [css-d] overflow:hidden not working in IE6 or 7

2010-05-14 Thread Nancy Johnson
. The biggest thing about the CMS system is how little control the front end developer has both in code that the CMS system develops and code that content developers use to add the content areas. Nancy On Fri, May 14, 2010 at 5:56 PM, David Laakso da...@chelseacreekstudio.com wrote: Nancy Johnson

[css-d] hidden input fields causing an empty space in IE browsers

2010-04-05 Thread Nancy Johnson
I have a form with hidden input fields and a submit button. It's inline with elements that are not in the form. In IE browsers there is an empty space where the hidden fields are. Is there a way using CSS to get rid of the space? Thanks in advance. Nancy

[css-d] URL exceeds width of Pop up window and doesn't wrap

2010-04-05 Thread Nancy Johnson
to force the URL to wrap? This is a content management system and the URL (friendly url) is dynamically generated off the page title/or title of an article which can be extremely long. Thanks in advance Nancy Johnson __ css-discuss

[css-d] SOLVED Re: URL exceeds width of Pop up window and doesn't wrap

2010-04-05 Thread Nancy Johnson
SOLVED Here is a link that seems to work in several browsers. http://forums.cocoaforge.com/viewtopic.php?f=13t=21981 On Mon, Apr 5, 2010 at 12:24 PM, Nancy Johnson njohnso...@gmail.com wrote: I have an Email a Friend using an open new window js. I've set the pop-up window size to be 525px wide

[css-d] Jquery Dropdown menu showing behind listboxes in IE6

2010-03-22 Thread Nancy Johnson
Hi I may have posted this question before, but couldn't find it when I searched the archives. I have a jquery drop-down menu, and on a few of the pages, there is listbox showing up in front of the drop down. I could only replicate it in IE6 although a coleague was able to replicate it in

Re: [css-d] Jquery Dropdown menu showing behind listboxes in IE6

2010-03-22 Thread Nancy Johnson
The z-index doesn't seem to be working unfortunately. Do you know of a good tutorial on Iframes? Thanks Nancy On Mon, Mar 22, 2010 at 11:06 AM, Thierry Koblentz thierry.koble...@gmail.com wrote: I may have posted this question before, but couldn't find it when I searched the archives. I

Re: [css-d] Noscript tags and degradation

2010-02-19 Thread Nancy Johnson
This to me is a new way of thinking, as I Generally use noscript, The sites I work on are heavily js and jquery, and none of it is embedded all linked. . Can you tell me where I might find hands on tutorial? Thanks Nancy On Thu, Feb 18, 2010 at 1:38 PM, Thierry Koblentz

Re: [css-d] verticle expandable menu

2009-11-03 Thread Nancy Johnson
Thank you for all of these resources. I will check them out. Nancy On Sat, Oct 31, 2009 at 7:44 AM, tedd tedd.sperl...@gmail.com wrote: At 12:29 PM -0400 10/30/09, Nancy Johnson wrote: Can some one point me to a css-based verticle menu that expands with a hover, yet is keyboard accessible

[css-d] verticle expandable menu

2009-10-30 Thread Nancy Johnson
Can some one point me to a css-based verticle menu that expands with a hover, yet is keyboard accessible? It can also use jquery or javascript. Thanks in advance Nancy __ css-discuss [cs...@lists.css-discuss.org]

[css-d] css text rotation

2009-10-23 Thread Nancy Johnson
Hi, Someone in my group asked if I could find a way to rotate text using CSS to be used in a table header. It will be in an internal site and we are only interested in IE6 IE7 and IE8 I found this article http://www.kavoir.com/2009/08/css-rotate-text-image-elements-by-90-180-or-270-degrees.html

[css-d] ins, kbd, samp tags

2009-09-16 Thread Nancy Johnson
Hi, I got a css style sheet from a client that we are going to develop and the following tags were included. I had never seen them before ins kbd samp Can anyone tell me what they are used for and the best time to use them? Thanks in advance Nancy Johnson

Re: [css-d] html 5 and styling

2009-06-10 Thread Nancy Johnson
Thank you for your responses. I will be going through the resources and try what you suggested Nancy On Wed, Jun 10, 2009 at 12:07 PM, Erik Vorhese...@textivism.com wrote: On Wed, Jun 10, 2009 at 9:47 AM, David Dorwarddorw...@gmail.com wrote: 2009/6/10 David Hucklesby huckle...@gmail.com:

[css-d] html 5 and styling

2009-06-09 Thread Nancy Johnson
Hi, I was playing around with html 5.0. This is my first time and I couldn't get the following to style correctly in Firefox 2 or 3 However, because of the javascript it worked fine in IE6 and 7. What am I doing wrong? I couldn't get the H1 style to work within the header. Also, what

[css-d] Hover using button in IE6

2009-05-28 Thread Nancy Johnson
I am styling some buttons for an internal application that uses IE6 only. I would like to switch out the button on hover, because IE6 doesn't support hover I am wondering there is a work around to make IE6 work with hover, preferably CSS if not very simple js Here is the button button id=send

Re: [css-d] Hover using button in IE6

2009-05-28 Thread Nancy Johnson
li...@snadden.com wrote: On 29/05/2009, at 1:24 AM, Nancy Johnson wrote: I am styling some buttons for an internal application that uses IE6 only. I'm so sorry for your pain. As they said, IE6 only supports hover on a. The advice about whatever:hover is good. Another option would be to add

[css-d] Tables and font-size and Chrome

2009-04-13 Thread Nancy Johnson
The site which I work on has an older form that is several pages long. The outer shell is doctype 4.0, tabular with so many coding errors I could only make it work in all browsers. Currently, I updated the out shell to be standards css based with xhtml transitional but kept the form in the

[css-d] Faux Column and equal heights with image

2009-03-30 Thread Nancy Johnson
Hi, I've emailed this list before regarding issues I am having with equal heights and am trying a simple faux column with a background image. My question is, in IE6, IE7 Firefox 2 and I think safari, the image width doesn't increase when the user changes the text-size within the browser. Is

Re: [css-d] Faux Column and equal heights with image

2009-03-30 Thread Nancy Johnson
Thank you all, I get it, put a wider image in the background for the leftnav and put a color in the content area. Thanks On Mon, Mar 30, 2009 at 12:12 PM, David Laakso da...@chelseacreekstudio.com wrote: Nancy Johnson wrote: I've emailed this list before regarding issues I am having

Re: [css-d] Equal heights solutions

2009-03-20 Thread Nancy Johnson
Thank you for all your solutions and apologise for my slow response. I have been busy. I haven't looked into Faux columns. I will look into that as well. On Wed, Mar 18, 2009 at 7:05 AM, Gunlaug Sørtun gunla...@c2i.net wrote: bruce.som...@web.de wrote: to suit the constraints of CSS

[css-d] Equal heights solutions

2009-03-16 Thread Nancy Johnson
Hi, I just posted this got some wonderful answers, but I'm still looking for an ideal solution to equal heights problem This is an older intereractive site. http://www-odi.nhtsa.dot.gove/ewr/ I had been using YellowPencil's javascript solution until I discovered it didn't work with IE8. I

Re: [css-d] Trouble with IE8 Vista Operating system and wordpress site

2009-03-06 Thread Nancy Johnson
there was some indication that beta versions had some issues, do you know of any updates on this? Thanks, On Thu, Mar 5, 2009 at 7:50 AM, Nancy Johnson njohnso...@gmail.com wrote: Thank you for your suggestions. I actually was using equalheights.js on two sites. One my professional site

Re: [css-d] Trouble with IE8 Vista Operating system and wordpress site

2009-03-05 Thread Nancy Johnson
On Mon, Mar 2, 2009 at 7:57 PM, Gunlaug Sørtun gunla...@c2i.net wrote: Nancy Johnson wrote: http://www.pleasantstreetchurch.org/wordpress Not directly related to CSS - IE8rc1 gets stuck on the 'equalheight.js' script. Comment out that script and IE8 will behave ok. There are many alternatives

[css-d] IE8 and forcing scroll bar

2009-03-05 Thread Nancy Johnson
Hi, I had placed the following code in my stylesheet to deal with the issue that Firefox and Safari has of moving slightly back and forth depending on whether the page has a scroll bar or not, however, it doesn't seem to work in IE8 html { font-size: 100%; overflow:

[css-d] Trouble with IE8 Vista Operating system and wordpress site

2009-03-02 Thread Nancy Johnson
Hi, My Wordpress site, validates in the W3c validator and seems to work in all browsers I've tried except IE8. It freezes every time I try it. It gets stuck downloading images. But the other thing is that the global navigation doesn't seem to work in IE8. Can anyone tell me what I am doing

Re: [css-d] New to List First question.

2009-02-17 Thread Nancy Johnson
A side note to IE6. I just bought my dad a brand new Dell mini computer and guess what, it came with IE6 installed! I was a bit perturbed at this... Nancy On Mon, Feb 16, 2009 at 7:58 PM, Ryan Little @ Gusto r...@goforgusto.com wrote: Not really sure how relevant browser statistic are

Re: [css-d] Review site for IE

2009-02-13 Thread Nancy Johnson
I only saw padding differences between Firefox 2 and IE6, The differences I saw was the padding below the global nav and search. There was more padding in IE6. Maybe thats what you saw in what you said below. Nancy On Fri, Feb 13, 2009 at 8:40 AM, Virgilio Quilario virgilio.quila...@gmail.com

Re: [css-d] Different looking site in different browsers?

2009-01-26 Thread Nancy Johnson
Will your client notice the differences and would it be an issue to your client? The global nav on the site which I work on looks different in IE and Firefox, and I don't think the clients have even noticed. http://www-odi.nhtsa.dot.gov/ I had almost no input in the structure of this page nor the

Re: [css-d] Pragmatic look at our CSS future - ripped from: The CSS Overlords

2009-01-22 Thread Nancy Johnson
The problem with getting rid of IE6 is too many internal applications especially in the business community will only work in IE6, like the internal application we use. There is no budget to make the updates and I'm sure they are massive. Nancy On Thu, Jan 22, 2009 at 3:27 AM, Alexandru

Re: [css-d] Pragmatic look at our CSS future - ripped from: The CSS Overlords

2009-01-22 Thread Nancy Johnson
the helpdesk employee's time. As one who works for a technologically challenged company, I feel your pain From: Nancy Johnson njohnso...@gmail.com To: Alexandru Dinulescu alex.d.a...@gmail.com Cc: Gunlaug Sørtun gunla...@c2i.net; David Laakso da

Re: [css-d] Pragmatic look at our CSS future - ripped from: The CSS Overlords

2009-01-21 Thread Nancy Johnson
A few weeks I was talking to a web design faculty member at a well-known art school, and was surprised to hear that she didn't know much about css and when her design broke, she had to ask a web developer to fix it. To me design/development go hand in hand. How can one design without knowledge

Re: [css-d] Retrieving info from a contact form

2009-01-09 Thread Nancy Johnson
Another group that may help you is web weavers webweav...@googlegroups.com Forms require a combination of Front End html/CSS and a back end interactive component to make the form work. Nancy On Fri, Jan 9, 2009 at 3:04 PM, Joseph Sims metronom...@yahoo.com wrote: I understand that this is

Re: [css-d] CSS and iFrames

2008-12-11 Thread Nancy Johnson
On Thu, Dec 11, 2008 at 12:26 PM, Adam Ducker a...@plugged-n.biz wrote: s...@ssyed.com wrote: Is there a way to control embedded CSS that in an iFrame? I am able to add hooks to control the CSS for the iFrame but I want to be able to control the CSS hooks in the iFrame. How is this achieved if

Re: [css-d] help: three columns with the same height

2008-10-29 Thread Nancy Johnson
I chose javascript method http://www.paulbellows.com/getsmart/balance_columns/ You can see on my site: http://www-odi.nhtsa.dot.gov/ewr/names.cfm http://www-odi.nhtsa.dot.gov/includes/equalheight.js Nancy On Wed, Oct 29, 2008 at 11:41 AM, MEM [EMAIL PROTECTED] wrote: Hi all… This is my first

Re: [css-d] Site Check Please: Cedar Lake Inn - Round #2

2008-10-28 Thread Nancy Johnson
The height issue is definitely fixed in IE6. The entity issue is only an issue in the address line, but is not an issue in the times that the restaurant is open, yet uses some of the same bullets. Can you use the same coding for the bullets in the address line that you use in the times that the

Re: [css-d] Site Check Please: Cedar Lake Inn

2008-10-27 Thread Nancy Johnson
The height attribute in IE6 are not displaying correctly, The image on the homepage is 1/2 high and the first line of address is cut so only the bottom half shows. It could be because IE6 doesn't recognize min-height. Nancy On Sat, Oct 25, 2008 at 7:25 PM, David Laakso [EMAIL PROTECTED] wrote:

Re: [css-d] Site Check Please: Cedar Lake Inn

2008-10-27 Thread Nancy Johnson
You could try that. I have done the same thing and it works. Nancy On Mon, Oct 27, 2008 at 11:49 AM, David Laakso [EMAIL PROTECTED] wrote: Nancy Johnson wrote: The height attribute in IE6 are not displaying correctly, The image on the homepage is 1/2 high and the first line of address

Re: [css-d] Moving Layout

2008-10-16 Thread Nancy Johnson
This is a great article. I was having the same problem with short pages. I had previously put a min-height in my footer which had a transparent background and forced a scrollbar on each page, but this , min-height: 100%; margin-bottom: 1px; , works better. Nancy On Thu, Oct 16, 2008 at 10:26

Re: [css-d] IE7 only: zoom text issue with global navigation

2008-10-02 Thread Nancy Johnson
Thank you I will try this. On Thu, Oct 2, 2008 at 9:49 AM, Serge Krul [EMAIL PROTECTED] wrote: oops i wrote .navabar2 li {} instead of .navbar2 li a {} __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ --

Re: [css-d] hr size=1 noshade / and xhtml strict

2008-09-29 Thread Nancy Johnson
Thank you for all your responses. I will keep these css hr set aside, but I think I'm changing the doctype to xhtml transitional instead of strict, because I have only started to convert this site to CSS and there are far too many issues that will come up with XHTML strict. Thanks for that

[css-d] IE7 only: zoom text issue with global navigation

2008-09-29 Thread Nancy Johnson
http://www-odi.nhtsa.dot.gov/ewr/ewrsubmission.cfm I noticed as I am updating several items that when I use zoom text in IE7, the global navigation text looses the padding, making the text appear mushed together, however, if you click on a link, the links stay in the correct place. I have tried a

[css-d] hr size=1 noshade / and xhtml strict

2008-09-26 Thread Nancy Johnson
I am converting a site with an older doctype to xhtml strict, not live. Throughout the older site I have always used for a rule: hr size=1 noshade Although hr size=1 noshade seems to view correctly in all browsers that we support using xhtml strict doesn't validate. I also tried this version

Re: [css-d] padding or margin differences between Firefox3 for the Mac and Firefox3 for the pc

2008-09-22 Thread Nancy Johnson
for differences in margins and paddings between browsers, mostly by changing the background colors. This means I can get rid of hacks and simplify the IE stylesheets. Thank you for all your help and allowing me to see what the future held for the current layout. Nancy Johnson On Fri, Sep 19, 2008 at 8:04

Re: [css-d] Possible to install multiple versions of IE?

2008-09-22 Thread Nancy Johnson
Another way to go is browsershots.org which I use occasionally. Its not perfect and slow to load so it has its limitations, but it does give a screen shot of how your pages look in many browsers and platforms. You can opt for several versions of IE. On Thu, Sep 18, 2008 at 11:15 AM, Dejan

Re: [css-d] Testing css in browsers

2008-09-22 Thread Nancy Johnson
On Sun, Sep 21, 2008 at 5:46 AM, Benjamin Hawkes-Lewis [EMAIL PROTECTED] wrote: Andy Borka wrote: When testing CSS in browsers, what ones should be tested and in what order? I need to narrow down the list so I don't end up testing in 30+ different ones. Also what OS are these browsers in. I

[css-d] padding or margin differences between Firefox3 for the Mac and Firefox3 for the pc

2008-09-18 Thread Nancy Johnson
: Nancy Johnson wrote: Thank you, the page in question isn't live so I cannot show it Nancy I am testing an updated doctype in some of my pages. I have a drop down menu that sits correctly in every browser except FireFox 2. Is there a way to correct in Firefox 2, and not affect Firefox 3

Re: [css-d] padding or margin differences between Firefox3 for the Mac and Firefox3 for the pc

2008-09-18 Thread Nancy Johnson
that problem before only when the laptop computer uses an odd monitor display and only in the IE browsers so I was able to come up with a fix. Lots to think about Nancy On Thu, Sep 18, 2008 at 9:03 AM, Philippe Wittenbergh [EMAIL PROTECTED] wrote: On Sep 18, 2008, at 9:08 PM, Nancy Johnson wrote

[css-d] padding margin differences between Firefox 2 and 3

2008-09-16 Thread Nancy Johnson
I am testing an updated doctype in some of my pages. I have a drop down menu that sits correctly in every browser except FireFox 2. Is there a way to correct in Firefox 2, and not affect Firefox 3, Safari or Chrome? Thanks in Advance Nancy

Re: [css-d] padding margin differences between Firefox 2 and 3

2008-09-16 Thread Nancy Johnson
Thank you, the page in question isn't live so I cannot show it Nancy On Tue, Sep 16, 2008 at 3:38 PM, David Laakso [EMAIL PROTECTED] wrote: Nancy Johnson wrote: I am testing an updated doctype in some of my pages. I have a drop down menu that sits correctly in every browser except FireFox 2

Re: [css-d] ProgressBar widget prototype - problems with inconsistencies in browsers

2008-09-10 Thread Nancy Johnson
This part of the site has an ancient layout with an ancient doctype that I put a newer look and feel around. I do not have permission at this point to make changes, however, I have introduced some prototypes. We are gradually moving to a CSS2 tableless layout already in some places,

Re: [css-d] :: Tables or Divs ::

2008-09-10 Thread Nancy Johnson
Tables or no tables are your decision. I would suggest labeling your form for accessibility. Fieldsets are also a good organizational tool. Here is an article from A list Apart on tableless forms and proper labeling using fieldsets. http://alistapart.com/articles/prettyaccessibleforms Another

Re: [css-d] Any IE8 news?

2008-08-28 Thread Nancy Johnson
I had some additional questions, in previous conversations regarding IE8, it wasn't clear to me whether IE8 supports conditional comments the same way as other versions of IE do. Does it support conditional comments? If not how would you have a separate Style sheet for IE8? For instance I had a

Re: [css-d] adobe web site

2008-08-01 Thread Nancy Johnson
I don't have the problem with disappearing drop downs, but the drop drops have no formatting and no visual anchor and the entire webpage is not centered. IE 6/FF2.0 Xp2 . Something is not right On Thu, Jul 31, 2008 at 9:36 AM, Lisa Wilcox [EMAIL PROTECTED] wrote: Is it just me or is adobe.com's

[css-d] Suckerfish -- jumping

2008-07-30 Thread Nancy Johnson
Hi, I have had a suckerfish drop down on my site for awhile, we are adding some new interactive pages that are not live, that jump vertically in IE6 and IE7 ever so slightly. What is live now jumps a bit horizontally but not vertically. Is there any fix for this? The only difference between

Re: [css-d] Suckerfish -- jumping

2008-07-30 Thread Nancy Johnson
, Nancy Johnson wrote: Hi, I have had a suckerfish drop down on my site for awhile, we are adding some new interactive pages that are not live, that jump vertically in IE6 and IE7 ever so slightly. What is live now jumps a bit horizontally but not vertically. Is there any fix for this? What

Re: [css-d] Suckerfish -- jumping

2008-07-30 Thread Nancy Johnson
Thank you, it seems to have stabilized it. The updated style sheet will go live near the end of August. On Wed, Jul 30, 2008 at 1:07 PM, Jonny Stephens [EMAIL PROTECTED] wrote: On 30 Jul 2008, at 17:25, Nancy Johnson wrote: Thanks, Actually, I did find a page that is currently live

Re: [css-d] Email Virus

2008-06-17 Thread Nancy Johnson
I have a special email set up for web development through Gmail and have been on several lists for a number of years. I have not received any virus laden emails that I know of. Nancy On Tue, Jun 17, 2008 at 8:30 AM, Melbeach [EMAIL PROTECTED] wrote: This is kinda off topic, but very

Re: [css-d] Wierd formatting issue in one laptop using IE6

2008-04-17 Thread Nancy Johnson
. Nancy Johnson On Wed, Apr 16, 2008 at 6:15 PM, Bruno Fassino [EMAIL PROTECTED] wrote: Nancy Johnson wrote: My supervisor is home sick and I got a call from him telling me that the dark gray content area on the right displayed below the left nav on the left ONLY on his laptop when using IE6

Re: [css-d] Text size issue in IE6 and IE7

2008-03-17 Thread Nancy Johnson
Thank you for your help. The fix seems to be when I took margin {0 .06em 0 .06em} out of the main head div. Nancy Johnson On Fri, Mar 14, 2008 at 5:00 PM, Kepler Gelotte [EMAIL PROTECTED] wrote: If you mean: http://www-odi.nhtsa.dot.gov/images/defects_banner.jpg Hold its height, crop its

[css-d] Text size issue in IE6 and IE7

2008-03-14 Thread Nancy Johnson
I have a fixed width layout that I am in the process of converting from a nested table layout to a css layout. There is currently only one section that went live with this new css only stylesheet. I also am using ems as the sizing. When I go to largest size in IE6/IE7 or smaller and smallest.

Re: [css-d] Text size issue in IE6 and IE7

2008-03-14 Thread Nancy Johnson
, the dimensions were set before I came. Nancy On Fri, Mar 14, 2008 at 3:01 PM, David Laakso [EMAIL PROTECTED] wrote: Nancy Johnson wrote: When I go to largest size in IE6/IE7 or smaller and smallest. The page breaks. http://www-odi.nhtsa.dot.gov/ewr/faq.cfm Nancy

[css-d] Suckerfish Dropdown Problem with IE6

2008-02-12 Thread Nancy Johnson
Hi, I am using suckerfish drop down in a section of my website. One page of this section also has a form with select boxes. In IE6, the suckerfish drop-down menu which is at the top of the section appears behind the select boxes instead of in front of the select boxes. IE6 is the only browser

Re: [css-d] Stylesheet just for Safari

2008-02-05 Thread Nancy Johnson
This worked perfectly thank you so much for the hack. On Feb 3, 2008 8:38 PM, Nancy E. Sosna Bohm [EMAIL PROTECTED] wrote: ...Safari is displaying a tag differently than Firefox. How would you embed a separate style sheet for Safari into a webpage? ... The body:first-of-type hack works,

[css-d] Stylesheet just for Safari

2008-02-01 Thread Nancy Johnson
I have a very tight layout and Safari is displaying a tag differently than Firefox. How would you embed a separate style sheet for Safari into a webpage? with IE differences I have been using the following !--[if lte IE 6] link rel=stylesheet type=text/css media=screen href=/css/Ie6.css /

[css-d] Suckerfish question

2008-01-31 Thread Nancy Johnson
I am putting in a simple suckerfish dropdown menu in a section of a proposed website. I hope its ok to attach to small images as I have no other way to link this. I am wondering why the width of level 2 is wider than level 1 in IE and are the same width in other browsers. I haven't figured

Re: [css-d] hand coders vs wsywig coders...I had no idea

2008-01-28 Thread Nancy Johnson
I use Dreamweaver, but use code-view most of the time. I know the limitations of Dreamweaver. When I was looking for a job I stressed the fact that I wrote CSS and xhtml/html. I had Dreamweaver on my resume. A lot of folks here use Homesite, but I like Dreamweaver The software was less

Re: [css-d] February 12th, 2008 - a Glorious day for web designers / developers

2008-01-23 Thread Nancy Johnson
I feel I need to keep IE6 on my machine for testing until the percentage of users diminishes. How do I ensure that IE6 will not be overridden? Nancy On Jan 21, 2008 10:58 AM, Jon Hughes [EMAIL PROTECTED] wrote: Microsoft is pushing an update on February 12th, 2008 that will force-upgrade

Re: [css-d] IE Conditional comments - IE import hack

2008-01-09 Thread Nancy Johnson
I have a question related to the same issue. I am converting a very poorly constructed table based site to CSS. It is a tight fixed width site. Since it is a child of a larger site, I don't feel I can convert to a more fluid site or change the look and feel. I have used /*** IE Fix ***/ * html