Re: [css-d] h1 background question

2011-09-11 Thread Chetan Crasta
On Sun, Sep 11, 2011 at 8:48 AM, Curtis Clark jccl...@mockfont.com wrote: I haven't been keeping up with the list recently, so my apologies if something similar has already been covered. I'm looking for a background for an h1 that extends on the left to the edge of the viewport, but stops on

Re: [css-d] h1 background question

2011-09-11 Thread Curtis Clark
On 9/11/2011 4:16 AM, Chetan Crasta wrote: Here is a solution: http://roughtech.com/t/leftheading/1.html It involves the non-semantic use of spans, therefore I recommend using javascript to create those elements. Interesting. Mine seems a bit cleaner (no image needed), but the containing div

Re: [css-d] h1 background question

2011-09-11 Thread Chetan Crasta
Interesting. Mine seems a bit cleaner (no image needed), but the containing div is not semantic (although it could arguably be an hgroup). Thanks for the alternate approach! Happy to help. If you want the translucent background but don't want to use images, use the CSS3 color value rgba

[css-d] h1 background question

2011-09-10 Thread Curtis Clark
I haven't been keeping up with the list recently, so my apologies if something similar has already been covered. I'm looking for a background for an h1 that extends on the left to the edge of the viewport, but stops on the right at the right edge of a fixed-width centered block below. You can