Re: [css-d] image gallery question

2010-12-21 Thread Brian M. Curran
On 12/20/10 5:04 PM, Matthew P. Johnson wrote: I am also looking for a better image gallery but the thing I do like about this gallery is that all I have to do to add images is resize the larger image and add a line of code and I am done so it works well for regular edits without having to run the

Re: [css-d] Vendor prefixes and validation

2010-12-21 Thread Alan Gresley
On 21/12/2010 11:30 AM, Rob Crowther wrote: On 21/12/10 00:07, Alan Gresley wrote: Alan Gresley wrote: Currently IE9 beta supports most of CSS3 without any vender prefixes. http://msdn.microsoft.com/en-us/ie/ff468705.aspx#_CSS3_BG_Borders All of which do no need a -ms- prefix. That's 16

Re: [css-d] Vendor prefixes and validation

2010-12-21 Thread Rob Crowther
Alan Gresley wrote: I should add that the CSS WG current work page is out of date often. The current work with the latest drafts are found here. http://dev.w3.org/csswg/ It's not the release of a new editor's draft that's significant, it's the spec moving to Candidate Recommendation which

Re: [css-d] Vendor prefixes and validation

2010-12-21 Thread Alan Gresley
On 22/12/2010 2:11 AM, Barney Carroll wrote: CC to list since this is worthy of list discussion. Alan, Vendor prefixes are traditionally used to implement proprietary or experimental features. Yes, I acknowledge that but this transitional approach has held back web designers and developers

Re: [css-d] Vendor prefixes and validation

2010-12-21 Thread Philip Taylor (Webmaster, Ret'd)
Alan Gresley wrote: It's time now to drop the prefixes. Now if you wish to debate this, then please feel most welcome to subscribe to the CSS WG list. Not that you will stop anything. How are those not involved in the current discussion intended to interpret that last sentence, Alan ? Are

Re: [css-d] How do I style links which are only a part of ul li?

2010-12-21 Thread wsc1028
Thank you, Tim and others who answered! Problem solved, now I know how what to do. Appreciate your help. -- Ellen On Mon, 20 Dec 2010 12:47 -0500, Tim Arnold tim.arn...@gmail.com wrote: .longlinelist a {color: #0f0;} will make links inside your list green. You could also just do: li

[css-d] safari glitch

2010-12-21 Thread Michael Beaudoin
Hi all, I am working on a simple form that was developed by another, that when loaded into Safari, it will either not line up or when you click on a drop down menu it will become misaligned. A refresh will bring it back into alignment. It looks and works fine in IE and Firefox. The

Re: [css-d] Footer on odd pages only

2010-12-21 Thread David Hucklesby
On 12/20/10 3:40 PM, Evan Panagiotopoulos wrote: I create a string of html documents using php. Each document prints one sheet of paper. I would like to have the documents that form the odd sheets to have a footer where the even documents to have none. [...] How do you do that? Unless you are

Re: [css-d] CSS Coding Style

2010-12-21 Thread Rowan @ Jetboy
I used to use multiple stylesheets for ease of development (and I have to admit, often a lot more than the four you're using), but in recent years, after reading about the impact on page load speed, my approach has changed radically. If you're using @import, as you will be if you're using one

Re: [css-d] safari glitch

2010-12-21 Thread David Hucklesby
On 12/21/10 10:12 AM, Michael Beaudoin wrote: Hi all, I am working on a simple form that was developed by another, that when loaded into Safari, it will either not line up or when you click on a drop down menu it will become misaligned. A refresh will bring it back into alignment. It looks and

Re: [css-d] Vendor prefixes and validation

2010-12-21 Thread Philippe Wittenbergh
On Dec 22, 2010, at 1:07 AM, Alan Gresley wrote: We now have all implementations supporting all the CSS3 properties that I demo'd . I would please appreciate a check in FF4 beta if anyone has it. As far as the CSS 3 backgrounds and borders module is concerned, Gecko 2.0 (Fx 4b), Presto

Re: [css-d] Vendor prefixes and validation

2010-12-21 Thread Bob Rosenberg
At 13:28 +0100 on 12/20/2010, Gabriele Romanato wrote about [css-d] Vendor prefixes and validation: In response to the criticisms moved against my CSS template #1, here's my point of view on that matter: http://onwebdev.blogspot.com/2010/12/css-vendor-prefixes-and-validation.html Part of

Re: [css-d] help with div fixed when resizing window [ec]

2010-12-21 Thread Sh
thanks! On Mon, Dec 20, 2010 at 11:59 PM, David Laakso da...@chelseacreekstudio.com wrote: Whoops! Error Correction; The link to the referenced layout is: http://blog.html.it/layoutgala/LayoutGala23.html Best, ~d http://chelseacreekstudio.com/

Re: [css-d] Footer on odd pages only

2010-12-21 Thread david
David Hucklesby wrote: On 12/20/10 3:40 PM, Evan Panagiotopoulos wrote: I create a string of html documents using php. Each document prints one sheet of paper. I would like to have the documents that form the odd sheets to have a footer where the even documents to have none. [...] How do you

Re: [css-d] safari glitch

2010-12-21 Thread Chetan Crasta
http://ba-doyn.com/junk/ There was some deprecated html like the center tag and align=right etc. and some non-semantic html like br. I've made an example of how you can style the form with valid css and semantic html. http://roughtech.com/t/j.html ~Chetan

Re: [css-d] Vendor prefixes and validation

2010-12-21 Thread Alan Gresley
On 22/12/2010 11:20 AM, Philippe Wittenbergh wrote: On Dec 22, 2010, at 1:07 AM, Alan Gresley wrote: We now have all implementations supporting all the CSS3 properties that I demo'd . I would please appreciate a check in FF4 beta if anyone has it. As far as the CSS 3 backgrounds and borders