Re: [css-d] text positioning

2009-03-08 Thread Jim Albert
Philippe Wittenbergh wrote: On Mar 7, 2009, at 2:17 PM, Jim Albert wrote: I have an example of a table defined with a height to one of the cells and I would like some text to be aligned to the right and bottom of that cell. Here is the example:

[css-d] Hunting a peek-a-boo bug in IE8rc1

2009-03-08 Thread Gunlaug Sørtun
Hey all, I'm trying to catch a bug in IE8rc1, hoping it can be found and killed before they release IE8 final. Bugnote: http://www.gunlaug.no/tos/notes/notes_09_0308.html ...and this bug randomly makes the footer on all my regular pages collapse - disappear. The IE developer tool shows that

Re: [css-d] Floating a sub-list level with it's parent list

2009-03-08 Thread Seona Bellamy
2009/3/7 mx.css...@googlemail.com From your layout above the only way I could get it to position correctly was with the following: HTML: ul id=mainnav liMain Nav ul liPage 1/li liPage 2/li liPage 3/li li id=submodSubscriber Modules ul liModule 1/li liModule 2/li liModule 3/li

Re: [css-d] css-d Digest, Vol 76, Issue 7

2009-03-08 Thread peter . twiggs
I am currently out of the office and will return on Monday the 9th of March. If you have any urgent queries please contact Steve Lee on 0113 391 2929. Regards Peter __ css-discuss [cs...@lists.css-discuss.org]

Re: [css-d] Hunting a peek-a-boo bug in IE8rc1

2009-03-08 Thread Ingo Chao
I can reproduce the issue in a fresh IE8rc1 install on XP. After a few refreshes, the footer disappeared. regards, Ingo __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ

Re: [css-d] Hunting a peek-a-boo bug in IE8rc1

2009-03-08 Thread Ian Young
-Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d- boun...@lists.css-discuss.org] On Behalf Of Gunlaug Sørtun Sent: 08 March 2009 19:36 To: cs...@css-discuss.org Subject: [css-d] Hunting a peek-a-boo bug in IE8rc1 Georg I have tried a number of your

Re: [css-d] Hunting a peek-a-boo bug in IE8rc1

2009-03-08 Thread Gunlaug Sørtun
Gunlaug Sørtun wrote: Hey all, I'm trying to catch a bug in IE8rc1, hoping it can be found and killed before they release IE8 final. Bugnote: http://www.gunlaug.no/tos/notes/notes_09_0308.html ...and this bug randomly makes the footer on all my regular pages collapse - disappear.

Re: [css-d] css, in place of javascript

2009-03-08 Thread karla pringle
thank you so much that is perfect, i'll give it a go! On 08/03/2009, at 10:47 PM, Daniel Navarro wrote: Hi, Here is a simple example that works in IE6, but I don't know why! http://webpelon.net78.net/css-d/2009-mes03-08-img_and_text_rollover_without_javascript/ (styles in same url

Re: [css-d] Hunting a peek-a-boo bug in IE8rc1

2009-03-08 Thread David McGlone
On Sunday 08 March 2009 3:35:44 pm Gunlaug Sørtun wrote: Hey all, I'm trying to catch a bug in IE8rc1, hoping it can be found and killed before they release IE8 final. Bugnote: http://www.gunlaug.no/tos/notes/notes_09_0308.html ...and this bug randomly makes the footer on all my regular

[css-d] Firefox - Font-size and Line-height

2009-03-08 Thread Blake
Simple problem, but I can't see a solution. I have the font-size and line-height set on the body, which is fine. But then I want to set any STRONG elements to a font-size larger than the line-height. In Firefox doing this completely throws out the line height. body{ font-size: 13px;

[css-d] User Style Sheets ?

2009-03-08 Thread Christopher R
I have two questions, first off how many people here sometimes use there own style sheet ? Also could you have your style sheet so that no matter what it could not be overwritten but without adding a series of !important everywhere in the style sheet?

Re: [css-d] Firefox - Font-size and Line-height

2009-03-08 Thread David Laakso
Blake wrote: Any ideas? Well, short of not of not setting mousetype and font-sizes and line-height in pixels-- not really... -- A thin red line and a salmon-color ampersand forthcoming. http://chelseacreekstudio.com/

Re: [css-d] User Style Sheets ?

2009-03-08 Thread David Laakso
Christopher R wrote: I have two questions, first off how many people here sometimes use there own style sheet ? Also could you have your style sheet so that no matter what it could not be overwritten but without adding a series of !important everywhere in the style sheet? I'll bite on

Re: [css-d] Firefox - Font-size and Line-height

2009-03-08 Thread Blake
On Mon, Mar 9, 2009 at 12:15 PM, David Laakso da...@chelseacreekstudio.com wrote: Well, short of not of not setting mousetype and font-sizes and line-height in pixels-- not really... However you set font-size or line-height this is still an issue, so we'll save the px v.s. em debate for another

Re: [css-d] Firefox - Font-size and Line-height

2009-03-08 Thread David Laakso
Blake wrote: On Mon, Mar 9, 2009 at 12:15 PM, David Laakso da...@chelseacreekstudio.com wrote: Well, short of not of not setting mousetype and font-sizes and line-height in pixels-- not really... However you set font-size or line-height this is still an issue, so we'll save the px

Re: [css-d] Firefox - Font-size and Line-height

2009-03-08 Thread Blake
On Mon, Mar 9, 2009 at 1:10 PM, David Laakso da...@chelseacreekstudio.com wrote: Debate? Debate what? I did not bring up px vs em. Point to the problem page. Perhaps someone more experienced than me can help. Sorry, perhaps I misunderstood what you said. If you check out this page

Re: [css-d] Firefox - Font-size and Line-height

2009-03-08 Thread L. David Baron
On Monday 2009-03-09 11:46 +1100, Blake wrote: I have the font-size and line-height set on the body, which is fine. But then I want to set any STRONG elements to a font-size larger than the line-height. In Firefox doing this completely throws out the line height. So what the 'line-height'

Re: [css-d] Firefox - Font-size and Line-height

2009-03-08 Thread Felix Miata
On 2009/03/09 12:45 (GMT+1100) Blake composed: However you set font-size or line-height this is still an issue, so we'll save the px v.s. em debate for another day, shall we? http://www.blakehaswell.com/lab/lineheight/line-height.html You really can't ignore it once you understand the

Re: [css-d] Firefox - Font-size and Line-height

2009-03-08 Thread Blake
On Mon, Mar 9, 2009 at 2:47 PM, L. David Baron dba...@dbaron.org wrote: So what the 'line-height' property does is actually a lot more like inline height than line height.  And that height is always placed so that the font is centered within it (or, in this case, so that it is centered within

Re: [css-d] Firefox - Font-size and Line-height

2009-03-08 Thread Gunlaug Sørtun
Blake wrote: This behaviour seems really unintuitive, especially since there appears to be no way to force the line height I want (except for setting line-height: 0; which breaks IE and also seems completely unintuitive). Try... strong { font-size: 24px; display: inline-block; margin: