Re: [css-d] How to stop text from wordwrapping.

2007-05-10 Thread Simon White
Standard behaviour in browsers, nothing to do with CSS. If you want stuff not to wrap when there's not enough screen horizontal space, use   You could also set a div to be a certain number of pixels wide: .subtitle { [.. other declarations ...] width: 800px; } -Simon > -Or

Re: [css-d] font-family font sizes

2007-04-24 Thread Simon White
> Take the site www.syntony.org > > I have specified garamond for the titles because it most > closely matches the logo I was given, and georgia as a > fall-back. However it strikes me that georgia appears quite a > bit larger than garamond even at the same specified font > size. Although I re

Re: [css-d] transparent divs

2007-04-24 Thread Simon White
> * Ross Hulford wrote: > >This works in FF- > > > >filter:alpha(opacity=60); > > -moz-opacity: 0.6; > > opacity: 0.6; > > > >Is it valid? > > No, in order to be valid, style sheets must exclude > properties that start with a "-" and other proprietary and > experimental properties li

Re: [css-d] Target Mozzilla Browsers

2007-04-23 Thread Simon White
u use to target IE. If you need specific Firefox (and no other browsers) then you'll have to find a hack that works only for Firefox. I don't have one handy. But basically for min-width, then any browser that respects it should be OK, and "hiding" from IE can be done just

Re: [css-d] font smoothing

2007-04-23 Thread Simon White
and makes people think IE7 is better because it has font smoothing, when in fact any application can have it. -Simon -- Simon White, French Site Manager http://www.fr.lastminute.com le site de voyages et de loisirs 54/56 boulevard Victor Hugo - 93 585

Re: [css-d] IE7: bug (?) on divs display: none / block toggle withjavascript and overflow: auto

2007-04-20 Thread Simon White
floated element "spewing" extra characters after it, but the element before the one which duplicated content (also with "display:none") was in fact acting as if the div (also with "display:none") before it it was still there, too. God only knows how IE must be workin

Re: [css-d] IE7: bug (?) on divs display: none / block toggle with javascript and overflow: auto

2007-04-20 Thread Simon White
> Simon White wrote: > > At any one time, three are hidden (display:none) and by clicking on > > the icon at the top of the block, you toggle the one which is not > > hidden (display:block) via a javascript function act_tab(). Ingo wrote: > Can't test it on a local c

[css-d] IE7: bug (?) on divs display: none / block toggle with javascript and overflow: auto

2007-04-19 Thread Simon White
this is a public beta site, and only the Google Group and this list are aware of it. [Sorry in advance for using Outlook as my MTA, according the way your terms for this list are phrased I expect this may annoy some people]. Regards, -- Simon White, French Site Manager http://www.fr.lastminute.c