Re: [css-d] PNG repeating background in IE

2008-02-18 Thread Karl Hardisty
On 11/02/2008, at 6:47 PM, Karl Hardisty wrote: On 8/02/2008, at 5:10 AM, Geoffrey Hoffman wrote: I am fairly certain that the PNG alpha trick that dynamically places a filter:progid:DXImageTransform.Microsoft.AlphaImageLoader on your site's png files does not work on repeating backgrounds.

Re: [css-d] Request for Comments on this CSS Stylesheet Approach

2008-02-18 Thread Chris Broadfoot
Rafael wrote: > Jason Crosse wrote: >> On 18/02/2008 16:09, Rick Faircloth wrote: >> >>> I've realized at the start of a pretty large site, including >>> Internet and Intranet sections, that my stylesheet could grow >>> very large and even finding sections of styles for particular >>> pages coul

Re: [css-d] Request for Comments on this CSS Stylesheet Approach

2008-02-18 Thread Rafael
Jason Crosse wrote: > On 18/02/2008 16:09, Rick Faircloth wrote: > >> I've realized at the start of a pretty large site, including >> Internet and Intranet sections, that my stylesheet could grow >> very large and even finding sections of styles for particular >> pages could be a cumbersome task

Re: [css-d] Embedding stylesheet in Dreamweaver CS3

2008-02-18 Thread Curtis Clark
On 2008-02-18 07:47, Cheryl D Wise wrote: > NN 4.x did not understand @import for stylesheets. This was a very common > filter to serve styles NN 4.x didn't understand to browsers with better CSS > support. It still doesn't :-), and it's still the most useful technique to feed unstyled or lightly

[css-d] BackGround

2008-02-18 Thread Hayden's Harness Attachment
I am not sure what I am doing wrong. I am using a background URL in a webpage I am designing. The white swoosh is what I want and can not get the Yellw Green above to use my background color.It works fine in other web sites I use it and this server. What am I doing wrong? IE7 and Firefox 2.x are

[css-d] Making an RTL version of Deco (Drupal Theme)

2008-02-18 Thread Farid Jamea
Deco (http://drupal.org/project/deco) is a drupal theme which I'm thinking about using in my next project. However, I'll be using it with a "right to left" language; so, basically I'll need everything adjusted for this. I tried to play around with css rules, but eventually I gave up :-) I was wond

Re: [css-d] Table cells don't always inherit font size

2008-02-18 Thread Geoffrey Hoffman
I've used something like this before: body, p, th, td, input, textarea { font-size:11px; } __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List

Re: [css-d] Table cells don't always inherit font size

2008-02-18 Thread James Eaton
I just tried this, which seems to do the trick in the Thunderbird browser. Is this fairly universal? body { font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; line-height: 1.4; color: #00; } table { font-size: inherit; } From: James Eaton > What's a simple w

[css-d] Table cells don't always inherit font size

2008-02-18 Thread James Eaton
What's a simple way to be sure that all tables will inherit the font size from the body font declaration? The browser that I'm having a hard time with right now is Mozilla's Thunderbird. All the others that I care about seem to inherit the font size correctly. body { font-family: verdana, a

Re: [css-d] Request for Comments on this CSS Stylesheet Approach

2008-02-18 Thread Rick Faircloth
> However, you might end up > repeating yourself if you are not careful Very true! Thanks, Mark! Rick > > > Rick, > > I think this is an allright solution. However, you might end up > repeating yourself if you are not careful in delegating styles to the > main sheet. As long as you can stay v

Re: [css-d] Request for Comments on this CSS Stylesheet Approach

2008-02-18 Thread Jake Churchill
On the contrary, this is a particularly nice feature when it comes to multiple skins. I can create completely different look and feels with only a change to an ID, thus allowing the user to completely change the layout of the site without my intervention. _ Jake Churchill Team Leader 11204

Re: [css-d] Request for Comments on this CSS Stylesheet Approach

2008-02-18 Thread Michael Adams
On Mon, 18 Feb 2008 10:36:11 -0600 Jake Churchill wrote: > I'd set an ID in the body tag for each individual page and divide up > your CSS based on that. body id="index", body id="common", etc. > > Then you've got > > #index ... { > } > > #common ... { > > } > > I do a lot of work with a pr

Re: [css-d] Request for Comments on this CSS Stylesheet Approach

2008-02-18 Thread Mark Story
Rick Faircloth wrote: > Hi, all. > > I'd like to know your thoughts on including separate > stylesheets for individual pages. > > I've realized at the start of a pretty large site, including > Internet and Intranet sections, that my stylesheet could grow > very large and even finding sections of st

Re: [css-d] div inside form

2008-02-18 Thread Geoffrey Hoffman
This page has some great examples of the fieldset and label tags with various CSS applied. http://www.designmeltdown.com/chapters/Forms/part2.aspx 5h4rk @ gmail wrote: > > Hi all, I'm wondering if it's valid to put DIVs inside the form tag? > > > > Thanks > > __

Re: [css-d] Request for Comments on this CSS Stylesheet Approach

2008-02-18 Thread Jake Churchill
I'd set an ID in the body tag for each individual page and divide up your CSS based on that. body id="index", body id="common", etc. Then you've got #index ... { } #common ... { } I do a lot of work with a product called Farcry which is a content management system and this is how I change st

Re: [css-d] Request for Comments on this CSS Stylesheet Approach

2008-02-18 Thread Jason Crosse
On 18/02/2008 16:09, Rick Faircloth wrote: > I've realized at the start of a pretty large site, including > Internet and Intranet sections, that my stylesheet could grow > very large and even finding sections of styles for particular > pages could be a cumbersome task. > > What I'm considering is

Re: [css-d] Request for Comments on this CSS Stylesheet Approach

2008-02-18 Thread Rob Emenecker
> I'd like to know your thoughts on including separate stylesheets for individual pages. Personally I do prefer what you are suggesting Rick. I have a few large sites that have subdomains, where the subdomains have individual differences from the main site's styles, but that must maintain some le

[css-d] Request for Comments on this CSS Stylesheet Approach

2008-02-18 Thread Rick Faircloth
Hi, all. I'd like to know your thoughts on including separate stylesheets for individual pages. I've realized at the start of a pretty large site, including Internet and Intranet sections, that my stylesheet could grow very large and even finding sections of styles for particular pages could be a

Re: [css-d] Embedding stylesheet in Dreamweaver CS3

2008-02-18 Thread Cheryl D Wise
Dreamweaver does that when files are added before the page is saved. Once saved it should update the path to either root relative or document relative depending on the link preference chosen. NN 4.x did not understand @import for stylesheets. This was a very common filter to serve styles NN 4.x di

Re: [css-d] setting background colour

2008-02-18 Thread Karl Hardisty
On 18/02/2008, at 12:17 PM, Richard Grevers wrote: On 2/15/08, Kristina Floyd <[EMAIL PROTECTED]> wrote: > Hi all > > I've always learnt that setting the background colour on a site is > a very > basic thing to do and shows that as a web developer you've taken > care and > pride in your work.

Re: [css-d] Embedding stylesheet in Dreamweaver CS3

2008-02-18 Thread Rob Emenecker
> Thanks Rob. > > I just created a brand new template and it behaved properly. > I'll either try to redefine my site again or delete the > template and build it again. Glad to hear that worked. It's not an issue with using @import in the template. It is something to do with moving templates (a

Re: [css-d] Inherited color property not working

2008-02-18 Thread Marcelo de Moraes Serpa
Well, have only tested in FF. Actually I added a :hover pseudo-class to the span selector, however, I would like the span to become color:#FFF when the user hovered the parent element. Anyways, not a big issue really. Thanks for your attention! Marcelo. On Feb 18, 2008 11:18 AM, Jukka K. Korpela

Re: [css-d] Inherited color property not working

2008-02-18 Thread Jukka K. Korpela
Marcelo de Moraes Serpa wrote: > Sorry, here's the url: > http://datatransp.dyndns.org:8070/datatransp/suporte-downloads - the > left "portlet", hover the mouse and see. No, I cannot see any particular problematic effect (on IE 7). I suppose "portlet" means the two links "Fórum" and "Downloads".

Re: [css-d] Inherited color property not working

2008-02-18 Thread Marcelo de Moraes Serpa
Sorry, here's the url: http://datatransp.dyndns.org:8070/datatransp/suporte-downloads - the left "portlet", hover the mouse and see. Cheers, Marcelo. On Feb 17, 2008 2:22 PM, Jukka K. Korpela <[EMAIL PROTECTED]> wrote: > Marcelo de Moraes Serpa wrote: > > > I have the following piece of HTML. >

Re: [css-d] Embedding stylesheet in Dreamweaver CS3

2008-02-18 Thread Joanne
Tim writes: I hate to ask the obvious but did you check the option for DW to update pages when the template changes? The option appears when you create a new page as a template. LOL! Yes, but you know what, just in case, I went and checked anyway!!! I just removed the