Re: [css-d] CSS Via Conditional Comments for Safari?

2011-12-26 Thread david
David Laakso wrote: On 12/24/2011 3:20 PM, david wrote: Philip TAYLOR wrote: Barney Carroll wrote: I am incredibly pretentious ;) You think you really have to tell us that, having already written : there are no credible user personas who fire up Windows and Mac to make sure their

Re: [css-d] CSS Via Conditional Comments for Safari?

2011-12-26 Thread david
Elli Vizcaino wrote: That's nice. How dose that help OP? And if the OP is not concerned about it, now... just why did she write about it in the first place? In my estimation the font in question remains a real-world problem and ignoring that issue for a reason that happens to be convenient at

[css-d] css to suit the cms

2011-12-26 Thread Ram
I need to replicate an existing website to Alfresco CMS (content management system). How to deal with existing CSS to work in the CMS. The aim is to have the CSS HTML that could be integrated with the templetes in CMS. The HTML, CSS is pre-existing and CSS need to be tweaked such a way that

[css-d] Vertically centreing in Strict HTML 4.01

2011-12-26 Thread Aaron Gray
Is there another way with HTML 4.01 strict to vertically and horizontally centre an img within a page other than boxing it by div's and turning them into 'display: table' and 'display:table-cell', and aligning them to center, middle ? Many thanks in advance, Aaron

Re: [css-d] css to suit the cms

2011-12-26 Thread mem
On Dec 26, 2011, at 13:11 , Ram wrote: Any tips or pointers in terms of CSS while replicating the site in CMS? Hello, I'm a little fish, and this is a little tip that I'm not even sure if it's a good one. But, if your CMS makes some inline styles, it would be nice to develop your own CSS

[css-d] Two validator parse errors - why ?

2011-12-26 Thread mem
Hello all, If we validate this CSS as CSS 3 : http://dev.zoom.org.pt/ You will see that the validator will trow two parse errors. I don't understand what am I missing here; The css related file should be: http://zoom.dev/styles/main.css Any clue about how can we fix those errors ? Thanks

Re: [css-d] Two validator parse errors - why ?

2011-12-26 Thread Jukka K. Korpela
2011-12-26 15:29, mem wrote: If we validate this CSS as CSS 3 : http://dev.zoom.org.pt/ You will see that the validator will trow two parse errors. Both error messages are caused by the same syntax error, namely the use of 1. as a line-height value. In CSS, a number that contains a decimal

Re: [css-d] Two validator parse errors - why ?

2011-12-26 Thread mem
On Dec 26, 2011, at 13:58 , Jukka K. Korpela wrote: 2011-12-26 15:29, mem wrote: If we validate this CSS as CSS 3 : http://dev.zoom.org.pt/ You will see that the validator will trow two parse errors. Both error messages are caused by the same syntax error, namely the use of 1. as a

[css-d] two drop downs / z-index / conflict

2011-12-26 Thread Bob Meetin
The demo site: www.dottedi.us/18 I am working on a joomla theme/template. The mainmenu works fine by itself. For the requirements I needed to add a secondary, dropdown menu module. The second menu will live above the main dropdown. The problem is that in spite of adding some high z-index

Re: [css-d] two drop downs / z-index / conflict

2011-12-26 Thread Nghia Nguyen
Try to set z-index of ja-mainnav to -1. -Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Bob Meetin Sent: Monday, December 26, 2011 1:03 PM To: CSS-D Subject: [css-d] two drop downs / z-index / conflict The demo site:

Re: [css-d] two drop downs / z-index / conflict

2011-12-26 Thread Bob Meetin
On 12/26/2011 11:23 AM, Nghia Nguyen wrote: Try to set z-index of ja-mainnav to -1. /* Added by Bob just to see */ .artgrandmenucontainer ul.dropdown li.hover, .artgrandmenucontainer ul.dropdown li:hover { z-index: 987654321; } #ja-search .artgrandmenucontainer ul.dropdown li.hover,

[css-d] What are the meanings of the arguments of border-image?

2011-12-26 Thread Peng Yu
Hi, It is not very clear to what exactly the arguments to border-image. http://www.css3.info/preview/border-image/ The Working draft is not clear to me either. Could anybody help me understand what the arguments mean? Thanks!

Re: [css-d] What are the meanings of the arguments of border-image?

2011-12-26 Thread Philippe Wittenbergh
On Dec 27, 2011, at 7:28 AM, Peng Yu wrote: It is not very clear to what exactly the arguments to border-image. http://www.css3.info/preview/border-image/ The Working draft is not clear to me either. Could anybody help me understand what the arguments mean? Thanks!

Re: [css-d] two drop downs / z-index / conflict

2011-12-26 Thread Philippe Wittenbergh
On Dec 27, 2011, at 5:56 AM, Bob Meetin wrote: Thx. That sort of helps, however I checked further and anything at 9 or below fixes the top menu. The side-effect is that this breaks the main menu. If I drop to 10 or below the mainmenu drop-down items get obscured by the slideshow

Re: [css-d] two drop downs / z-index / conflict

2011-12-26 Thread Bob Meetin
On 12/26/2011 06:33 PM, Philippe Wittenbergh wrote: On Dec 27, 2011, at 5:56 AM, Bob Meetin wrote: Thx. That sort of helps, however I checked further and anything at 9 or below fixes the top menu. The side-effect is that this breaks the main menu. If I drop to 10 or below the mainmenu

[css-d] Detailed browser compatibility of each css features?

2011-12-26 Thread Peng Yu
Hi, I'm not able to find a detailed browser compatibility table for each css features (the following is just a high level table). Does anybody know if there is a such detailed table? http://www.findmebyip.com/litmus/ -- Regards, Peng

[css-d] Understanding the third argument of translate3d

2011-12-26 Thread Peng Yu
Hi, I thought that, among the 3rd google logo or the 4th google logo, one should slip above the other should slip under the previous log, because the z values are different. But both of them slip above the previous logo. I guess that I still don't completely understand the meaning of the third