Re: [css-d] Hidden HRs

2011-08-24 Thread Alan Gresley
On 24/08/2011 4:54 AM, Claude Needham wrote: On Tue, Aug 23, 2011 at 9:47 AM, Jukka K. Korpela wrote: It would probably be more robust to use a background image that consists of a horizontal line, positioning it suitably using the em unit, so that the position gets adjusted by font size. What

Re: [css-d] stretch one div vertically in three column layout

2011-08-24 Thread Chetan Crasta
> > > 1) my wrapper somehow doesn't stretch and lets the inner content > overflow and i have no idea what is causing that. > Try #silver { overflow: hidden; padding-bottom: 6.5em; } > 2) i don't know how to hide the text from 's and let only the > images see through... > > Try #navigation ul a

[css-d] can style sheets be too long?

2011-08-24 Thread John
As I evolve my site, I'm differentiating styles by altering the name so that I can adjust attributes. example: home page head and sub-page head might be mostly the same, but one might need different positioning or color. can my style sheet get too long? It only measures about 2K in size r

Re: [css-d] can style sheets be too long?

2011-08-24 Thread Philippe Wittenbergh
On Aug 25, 2011, at 6:29 AM, John wrote: > can my style sheet get too long? It only measures about 2K in size right now, > but what if it got to a whopping 16K? 16kb is nothing… :-) Besides, you should gzip your stylesheets on your live server to guarantee a faster download / transfer. And con