Re: [css-d] h2 flush left 'tbnt

2010-10-09 Thread G.Sørtun
On 09.10.2010 06:41, David Laakso wrote: This is a first-pass at tight but not touch [ing] on h2 http://chelseacreekstudio.com/ Visually there is a vertical imbalance, because the bottom of first letter is in perfect balance with next letter. First letter down a pixel or so, will make it

[css-d] Setting the width of an image

2010-10-09 Thread Geoff Lane
Hi All, I've got a hybrid layout for one of my sites (i.e. part CSS, part 'old-style'). I'm trying to get an image to take up 95% of the content column width. Important styles are: body { padding: 0px; margin: 0px; background-color: #408040; font-family: arial,

Re: [css-d] h2 flush left 'tbnt

2010-10-09 Thread Jukka K. Korpela
G.Sørtun wrote: On 09.10.2010 06:41, David Laakso wrote: This is a first-pass at tight but not touch [ing] on h2 http://chelseacreekstudio.com/ Visually there is a vertical imbalance, because the bottom of first letter is in perfect balance with next letter. First letter down a pixel or so,

[css-d] Photoshop drop shadow and CSS3 box-shadow equivalent

2010-10-09 Thread Rizky Syazuli
just curious, how does css box-shadow values corresponds to photoshop’s drop shadow/inner shadow settings? i mean, let’s say in photoshop i have a button that has a drop shadow with 90deg angle, 4px distance, 0% spread and 3px size.. how do i recreate it using css? this is how the button looked

Re: [css-d] h2 flush left 'tbnt

2010-10-09 Thread David Laakso
On 10/9/10 12:41 AM, David Laakso wrote: This is a first-pass at tight but not touch [ing] on h2 for this site [signature link]. CSS is in or around line 24 through 28 http://chelseacreekstudio.com/site/css/sisu.css Thanks to all who replied. Suffice it to say that for whatever unknown

Re: [css-d] Setting the width of an image

2010-10-09 Thread Geoff Lane
On Saturday, October 9, 2010, 11:07:11 AM, I wrote: This is driving me round the twist, so all help gratefully received. --- Sorry to reply to my own post, but I've hopefully sorted it out. Microsoft (as per usual IME) are not being helpful as the behaviour of Internet Explorer is different

[css-d] address element with classes

2010-10-09 Thread Dave Solko
I'm trying to address an LI which has two classes (it's part of the nav): li class=page-item-7 current_page_item Is there any way to address the li ONLY when it has both these classes? On other pages, it has a different combination of classes. The page in question is

Re: [css-d] address element with classes

2010-10-09 Thread Thierry Koblentz
I'm trying to address an LI which has two classes (it's part of the nav): li class=page-item-7 current_page_item Is there any way to address the li ONLY when it has both these classes? On other pages, it has a different combination of classes. Yes, you can use the selector below, but note