Re: [css-d] Unknown Margin on Image

2008-09-10 Thread Rees, Mark
To whom it may apply, Would you please be able to provide some assistence with an issue we are having. The majority of linked images on the website - for some reason appears to have an approximate 4 pixel margin at the bottom of the image and the border and I am unable to track it down. The

Re: [css-d] List items in columns

2008-09-10 Thread Rees, Mark
You can if you set it to display:block. Then, of course, it is no longer an inline element OT really but this looks like a definition list to me, why not use that markup? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jim Sent: 10 September 2008 06:19 To:

Re: [css-d] Any IE8 news?

2008-09-10 Thread Alan Gresley
Bruno Fassino wrote: This is not what I see (but I may be looking wrong :-) I see that html:first-child is matched by Opera 9.2 (and possibly lower) with or _without_ XML declaration. It is *+html that in Opera 9.5 depends on the presence of the XML declaration. Bruno Your right, I

Re: [css-d] Negative margins for image overflow

2008-09-10 Thread Alan Gresley
Tim Dawson wrote: Perhaps this is a good opportunity to ask a question that's puzzled me for a while. Can you have both a 'float' and a 'clear' in the same style ? Georg seems to be saying you can. Is the order of the rules is going to make a difference ? (I'd have thought so). e.g.

[css-d] Ie 6/7 Problems with table

2008-09-10 Thread fede
Hi, I have a problem with a table in a liquid layout. I have posted this issue om 28 June and Alan Gresley (I have also checked his test http://css-class.com/test/css/visformatting/float-containg-wide-images-tables.htm) and Suzie Henderson helped me to fix it in FF. But It does'nt work in IE6/7.

Re: [css-d] List items in columns

2008-09-10 Thread Jack Timmons
On Tue, Sep 9, 2008 at 11:45 PM, Zach Shepherd [EMAIL PROTECTED] wrote: I'm not sure if it's quite what you want, but you could use something like: ul lispan class=labelLABEL:/spanVALUE/li ... /ul with css specifying a width for label in ems (and other styling, of course). Zach On

Re: [css-d] Negative margins for image overflow

2008-09-10 Thread Mike Breiding
Thanks to everyone for their help on this. None of my replies went to the list and I had to set up a new account for get mail to the list. -Mike __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d

[css-d] IE7/6, h3's, and divs

2008-09-10 Thread Jack Timmons
A curiosity, more than a request for help, although if some of our list favorites have a fix/answer, I'd be happy. I just hadn't ran across this bug before... I'm making a calendar for a project I'm involved in. I wanted to stay away from tables for it because I don't consider it tabular data, so

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

2008-09-10 Thread Aaron Gray
Hi, I am working on Javascript Library and a set of Widgets for putting together user interfaces. I have just put together the begginings of a prototype ProgressBar. Anyway I have had to do fixes for MSIE and there seems to be weird or undefined behaviour when nesting div's. I was wondering

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

2008-09-10 Thread Aaron Gray
Instead of using javascript we tied it into the coldfusion coding. Yeah, I am working with Javascript and CSS and was really looking for a pure CSS solution. You can see however http://www-odi.nhtsa.dot.gov/ivoq/ (You will have to proceed to the next page or two to see the progress bar)

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] ProgressBar widget prototype - problems with inconsistencies in browsers

2008-09-10 Thread Aaron Gray
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,

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

2008-09-10 Thread Amrinder
Hello Friends I need your help regarding right selection of tags. I have created a form: http://demo.awayback.com/maknetforms/ using tables (though I love divs). I want to know if there is better way to code this, I mean, am I using right tags at right place? Is it okay to use tables here over

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] :: Tables or Divs ::

2008-09-10 Thread Jim Davis
This post has links to a number of different articles on the subject of CSS forms: http://www.smashingmagazine.com/2006/11/11/css-based-forms-modern-solutions/ Jim www.jimdavis.org __ css-discuss [EMAIL PROTECTED]

[css-d] Getting round missing Child Selectors in IE67

2008-09-10 Thread Aaron Gray
I have written the beginnings of a tree control widget. It works on all modern browsers bar IE. I was trying to get what I had written to work on IE then I tried it on FF and friends and it worked fine, only to find out the IE, even IE 7 does not support CSS Child Selectors ! Trust Micro$oft

[css-d] [Slightly OT] Font sizes

2008-09-10 Thread Michael Adams
Does anyone have a good article, and/or a reference to WCAG, that i can use to support the idea that default text size should not be less than the browser default. An article that at the same time discusses font units would be acceptable but less desirable. This is to present to artists, for

[css-d] overflow: auto does not behave as I thought it would

2008-09-10 Thread Olivier Sannier
Hi all, I have a test page here: http://obones.free.fr/cssbox/ The miniadmin box should contain links that are visible inside an inner div that shows up a vertical scroll bar. However, as it is, the links are not visible at all and I don't really know how to make it behave the way I want.

Re: [css-d] overflow: auto does not behave as I thought it would

2008-09-10 Thread Susan Grossman
On Wed, Sep 10, 2008 at 1:15 PM, Olivier Sannier [EMAIL PROTECTED] wrote: Hi all, I have a test page here: http://obones.free.fr/cssbox/ The miniadmin box should contain links that are visible inside an inner div that shows up a vertical scroll bar. However, as it is, the links are not

Re: [css-d] [Slightly OT] Font sizes

2008-09-10 Thread David Laakso
Michael Adams wrote: Does anyone have a good article, and/or a reference to WCAG, that i can use to support the idea that default text size should not be less than the browser default. A Dao of Web Design http://www.alistapart.com/articles/dao 100e2r http://informationarchitects.jp/100e2r/

Re: [css-d] 1/ h-nav issue ( all browsers) 2/ painting bkgrd (ie/6)

2008-09-10 Thread David Laakso
Philippe Wittenbergh wrote: On Sep 10, 2008, at 2:02 PM, Philippe Wittenbergh wrote: 1/ The horizontal nav boxes break in narrower windows-- particularly with font-scaling, or if a healthy minimum font-size is set. This happens in /any/ browser. Relevant selector at top of embedded