RE: [css-d] Simple question

2005-08-09 Thread Ric Jude Raftis
Well, the problem is one of specificity. The ID is more specific than the class, so #content img is still more specific than img.subhead Try #content img.subhead { } instead of just img.subhead Hope that helps, Erik This may well answer a question I have been confused about

RE: [css-d] Is it possible - Image scaling with CSS in liquid layout

2005-08-07 Thread Ric Jude Raftis
This is a subject which has been intriguing me for sometime. In particular, the use of background images or banners on a page where it seems you're restricted to 800 x 600 designs. I would love to be able to create my headers and images suitable for 1024 x 768 so that they don't create

RE: [css-d] Off Topic about XHTML

2005-07-31 Thread Ric Jude Raftis
Go to www.htmlforums.com and join up there. Covers just about everything in forum form. Kind regards, Ric -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] discuss.org] On Behalf Of Abyss Information Sent: Sunday, 31 July 2005 8:34 PM To:

RE: [css-d] Music Files and Future CSS

2005-07-21 Thread Ric Jude Raftis
Oh, see...now you're talking about all new implementations of CSS ;) All implementations (especially Microsoft's) will be buggy about some things in CSS. That's the way life is nowadays... Koori, You terrify me when you mention especially Microsoft's! Personally, I think that's the very

RE: [css-d] Music Files and CSS

2005-07-20 Thread Ric Jude Raftis
Any information on how to add mp3 files to be played by visitors to my web site using CSS would be greatly appreciated. Thank you, Peggy Bart I doubt that this is a CSS issue. It is more related to content. If you plan on having your pages compliant, you will not be able to use the embed

RE: [css-d] A Little Firefox Firefly

2005-07-11 Thread Ric Jude Raftis
Could it be the missing DTD declaration at the top of your html? Regards, Ric -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] discuss.org] On Behalf Of Hershel Robinson Sent: Monday, 11 July 2005 6:57 PM To: css-d@lists.css-discuss.org Subject: [css-d] A

RE: [css-d] Color change on row hover

2005-07-11 Thread Ric Jude Raftis
I think your background should be background-color:#FFD; I am not getting any change in background in either Firefox or IE or border. I think you need to define a style for link, visited, hover and active in that order for it all to work. You may also need to include a DTD at the head of your

RE: [css-d] Stumped on white border on tables

2005-07-11 Thread Ric Jude Raftis
Could I suggest that you get rid of all your tables for a start and stick with one table if you are going to use them. At a cursory glance you appear to be using four tables some are nested and some aren't. Your page shows that you could achieve this design with a single column using colspan tags