Re: [css-d] image gallery question

2010-12-20 Thread David Laakso
On 12/20/10 5:04 PM, Matthew P. Johnson wrote: Happy Holidays to everyone J "Bah! Humbug!" <--- 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

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

2010-12-20 Thread David Laakso
Whoops! Error Correction; The link to the referenced layout is: Best, ~d http://chelseacreekstudio.com/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org

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

2010-12-20 Thread David Laakso
On 12/20/10 2:12 PM, Sh wrote: Hello, I have this, and similar to this, pages: http://ariearoch.com/site/solo.php?id=258 I can't seem to figure out how to make the image always stay on the left, and the text on the right, when resizing the window. Will appreciate your help Hi, I think you

Re: [css-d] Vendor prefixes and validation

2010-12-20 Thread Rob Crowther
On 21/12/10 00:07, Alan Gresley wrote: Alan Gresley wrote: Currently IE9 beta supports most of CSS3 without any vender prefixes. All of which do no need a -ms- prefix. That's 16 properties, all in one spec. Even if you me

Re: [css-d] Vendor prefixes and validation

2010-12-20 Thread Alan Gresley
On 21/12/2010 4:26 AM, Rob Crowther wrote: Alan Gresley wrote: On 21/12/2010 1:10 AM, "G.Sørtun" wrote: Currently IE9 beta supports most of CSS3 without any vender prefixes. No it doesn't and, since only two of the CSS3 specs are currently even at PR state, let alone CR, it would be foolish

[css-d] CSS Coding Style

2010-12-20 Thread Rob Mercer
Over the past year or so I have designed and coded about 7 new web site. I am very comfortable with the following pattern for writing CSS: In each web page I link a screen.css file that simply imports three other .css files: reset.css; ie.css; and master.css. The reset.css file is the normal fi

[css-d] Footer on odd pages only

2010-12-20 Thread Evan Panagiotopoulos
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. I use the following css: div#print-footer {display: none;} div#print-footer {display: bloc

[css-d] image gallery question

2010-12-20 Thread Matthew P. Johnson
Happy Holidays to everyone J I am trying to figure out a way to have the thumbnails be a resize of the original image rather than a cropped section of the original image and also be able to format the larger image css so I can keep the border. I have been able to create resized thumbs the

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

2010-12-20 Thread Sh
Hello, I have this, and similar to this, pages: http://ariearoch.com/site/solo.php?id=258 I can't seem to figure out how to make the image always stay on the left, and the text on the right, when resizing the window. Will appreciate your help -- Sh __

Re: [css-d] Vendor prefixes and validation

2010-12-20 Thread Rob Crowther
G.Sørtun wrote: > > So if no vendor is "foolish" enough to implement them we won't get > those W3C CSS standards anywhere. > I'm not suggesting they'd be foolish to implement them at all, I'm saying they'd be foolish to implement them without vendor prefixes. Rob _

Re: [css-d] Vendor prefixes and validation

2010-12-20 Thread G.Sørtun
No it doesn't and, since only two of the CSS3 specs are currently even at PR state, let alone CR, it would be foolish of them to do so. Hmm, actually, it works the other way round. CSS3 specs don't become fully fledged standards until at least 2 vendors have demonstrated that same specs actu

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

2010-12-20 Thread Tim Arnold
On Mon, Dec 20, 2010 at 12:32 PM, wrote: > I don't have code for this yet, this is what I tried: > css: > .longlinelist { >color: red; >font-weight: bold; > } > > html: > Summary > >If you already know what you are looking for, go ref="contact.html">Contact page

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

2010-12-20 Thread Scherzné Köves Beatrix
if you want red and bold "contact page" in this example: .longlinelist a { color:red; font-weight:bold; } - Original Message - From: To: "Tim Arnold" Cc: Sent: Monday, December 20, 2010 6:32 PM Subject: Re: [css-d] How do I style links which are only a part of ul li? I don't have

Re: [css-d] Vendor prefixes and validation

2010-12-20 Thread Barney Carroll
On 20 December 2010 15:18, Alan Gresley wrote: > Most CSS hacks are valid CSS. You can validate your CSS with a CSS3 > profile. Critics of any of this are somewhat stuck in the present or pass. > Sadly, most users are also stuck 'in the present'. I build my sites with present-day delivery in min

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

2010-12-20 Thread wsc1028
I don't have code for this yet, this is what I tried: css: .longlinelist { color: red; font-weight: bold; } html: Summary If you already know what you are looking for, go Contact page Font inside link still appears as default template formatting. Could be my mistak

Re: [css-d] Vendor prefixes and validation

2010-12-20 Thread Rob Crowther
Alan Gresley wrote: On 21/12/2010 1:10 AM, "G.Sørtun" wrote: Currently IE9 beta supports most of CSS3 without any vender prefixes. No it doesn't and, since only two of the CSS3 specs are currently even at PR state, let alone CR, it would be foolish of them to do so. Rob __

Re: [css-d] Vendor prefixes and validation

2010-12-20 Thread Felix Miata
On 2010/12/20 09:10 (GMT-0500) "G.Sørtun" composed: On 2010/12/20 13:28 (GMT+0100) Gabriele Romanato composed: http://onwebdev.blogspot.com/2010/12/css-vendor-prefixes-and-validation.html It is a lot worse that you use this old nonsense in the stylesheet... body { font : 62.5% } ..

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

2010-12-20 Thread wsc1028
Thanks! Looks like this is the right thing for me. Making link's text bold could be defined in this class, instead of color. -- Ellen wsc1...@fastmail.net "Chetan Crasta" wrote: > Here is a page with a phrase which is a link of which only a few words are > styled as a link: > http://roughte

[css-d] A greeting card with CSS: happy season's holidays

2010-12-20 Thread Gabriele Romanato
Happy season's holidays to all css-d: http://onwebdev.blogspot.com/2010/12/greeting-card-with-css.html HTH :-) http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http://onwebdev.blogspot.com/ (English) __

Re: [css-d] Vendor prefixes and validation

2010-12-20 Thread Alan Gresley
On 21/12/2010 1:10 AM, "G.Sørtun" wrote: 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 Never mind the critics regarding CSS validity related to vendor prefi

Re: [css-d] Vendor prefixes and validation

2010-12-20 Thread G.Sørtun
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 Never mind the critics regarding CSS validity related to vendor prefixes. History repeats itself, and some s

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

2010-12-20 Thread Tim Arnold
On Sun, Dec 19, 2010 at 9:13 AM, wrote: > I'm customizing free template and trying to make fast navigation top of > the information page, like FAQ - questions that are a links first, then > in-page links to answer below. > > With the only difference: this is "jump to" navigation that consist from

[css-d] Vendor prefixes and validation

2010-12-20 Thread Gabriele Romanato
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 HTH :-) http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/