Re: [css-d] CSS Font Size Equivalent

2010-09-03 Thread Jukka K. Korpela
Philippe Wittenbergh wrote: On Sep 4, 2010, at 1:08 PM, John D wrote: Does any one know the CSS equivalent of html font size=x? [...] here you go: http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size The text there says that the table "provides user agents guidelines", and the notes t

Re: [css-d] CSS Font Size Equivalent

2010-09-03 Thread Felix Miata
On 2010/09/04 04:08 (GMT) John D composed: > Does any one know the CSS equivalent of html font size=x? For example if the > HTML tag is: > > How do you convert it to CSS equivalent? Is there a chart somewhere? http://fm.no-ip.com/Auth/Font/fonts.html http://fm.no-ip.com/Auth/CSS/css3/3.4/ -

Re: [css-d] CSS Font Size Equivalent

2010-09-03 Thread Philippe Wittenbergh
On Sep 4, 2010, at 1:08 PM, John D wrote: > Does any one know the CSS equivalent of html font size=x? For example if the > HTML tag is: > > > > > > > > How do you convert it to CSS equivalent? Is there a chart somewhere? here you go: http://www.w3.org/TR/CSS21/fonts.html#propdef-font-

[css-d] CSS Font Size Equivalent

2010-09-03 Thread John D
Does any one know the CSS equivalent of html font size=x? For example if the HTML tag is: How do you convert it to CSS equivalent? Is there a chart somewhere? Thanks and apologies if this is not a CSS topic. _

Re: [css-d] Setting an Image Size to Fit a Percentage of Its Container

2010-09-03 Thread David Laakso
On 9/3/10 5:58 AM, Rick Gordon wrote: What is the best way to set an image with liquid sizing so that it will fit, for example, into the left 25% of its containing div? Do you mean something like this? Drag to 640... Best, Diane Arbus -- :: de

Re: [css-d] [+] Re: IE7 and IE6 Problem with Background-Image property using .png

2010-09-03 Thread Philippe Wittenbergh
On Sep 3, 2010, at 12:08 AM, Thierry Koblentz wrote: >> No, not really. The spec is about both. >> Unless the root element has a background, the background is propagated >> to the viewport. If no background-repeat is specified, the image will >> then be painted all over the space/canvas. If backg

Re: [css-d] Artifact on CSS dropdown menu

2010-09-03 Thread Michael Adams
On Friday 03 September 2010 20:12, Alan Gresley wrote: > > The artifact is the border here. > > > .horizontalmenu ul li ul { >left: -999em; >top: 2em; >border-top: 1px solid #222; /* delete */ >position: absolute; >display: block; >z-index: 100; > } > > > And add the below t

Re: [css-d] Artifact on CSS dropdown menu

2010-09-03 Thread Michael Adams
On Friday 03 September 2010 17:42, Chris F.A. Johnson wrote: > On Fri, 3 Sep 2010, Michael Adams wrote: > > I see a different problem: > I dont see the menu wrap as an issue (i dont have a designers bone in my body). I intend to extend

[css-d] Setting an Image Size to Fit a Percentage of Its Container

2010-09-03 Thread Rick Gordon
What is the best way to set an image with liquid sizing so that it will fit, for example, into the left 25% of its containing div? -- ___ RICK GORDON EMERALD VALLEY GRAPHICS AND CONSULTING ___ WWW:

Re: [css-d] nth child styling broke with change to class

2010-09-03 Thread Philippe Wittenbergh
On Sep 3, 2010, at 9:23 AM, Kim Brooks Wei wrote: > I have nth child even-odd styling on this page set up as an ID. When I > changed this to class so I could set up a second styled section farther down > the page the styling broke. Any ideas as to why? > http://bit.ly/ad7AEl I don't see any cla

Re: [css-d] Artifact on CSS dropdown menu

2010-09-03 Thread Alan Gresley
Michael Adams wrote: This is a concept website that i am working on. The main issue i am having with it is a line which extends of to the left when the ul:hover is activated in various browsers. There is a gap of a couple of pixels between the parent and the first child which seems to get exa

Re: [css-d] nth child styling broke with change to class

2010-09-03 Thread Alan Gresley
Kim Brooks Wei wrote: At 9:31 PM -0400 9/2/10, David Laakso wrote: On 9/2/10 8:23 PM, Kim Brooks Wei wrote: I have nth child even-odd styling on this page set up as an ID. When I changed this to class so I could set up a second styled section farther down the page the styling broke. Any ideas