Re: [css-d] Firefox Weirdness

2009-02-01 Thread Al Sparber
From: "Philippe Wittenbergh" And on OS X there are no problems either. I think that is a known issue/bug with this: .contentBlock { /*...*/ opacity: 0.9; } in combination with cleartype. --- https://bugzilla.mozilla.org/show_bug.cgi?id=363861 -- Al S

Re: [css-d] Firefox Weirdness

2009-02-01 Thread Philippe Wittenbergh
On Feb 2, 2009, at 9:19 AM, Gunlaug Sørtun wrote: > Jerod Venema wrote: > >> http://frozenmountain.com/team.aspx >> >> in FF (3), and check out the "Length of Service: 9 Years", you'll >> notice that the "s" is slightly cut off. > > Seems to be OS related one way or another. > > FF3.0.5 on win2K

Re: [css-d] Firefox Weirdness

2009-02-01 Thread Darrin Roenfanz
It isn't just the "9 Years that is clipped, but the last character of every line, as well as some other characters. It's just most noticable with the 'S'. Most of the colons are also snipped, as well as the links. It does appear to be some rendering issue with Firefox, as selecting the text ena

Re: [css-d] Horizontal scrolling

2009-02-01 Thread Naveen Jain
simple write overflow-y:hidden;overflow-x:auto; thanks and regards, Naveen On Sun, Feb 1, 2009 at 11:11 PM, Ian Young wrote: > Hi Guys > > > > I am looking at simple gallery where you can use horizontal scrolling. > > > > If I use the overflow:auto, both horizontal and vertical scrolling are >

Re: [css-d] Is there an alternative way of doing this?

2009-02-01 Thread Richard Grevers
On Mon, Feb 2, 2009 at 2:05 PM, tedd wrote: >> http://appia.dramatic.co.nz/~admin7/index.php is attempting to use a >> hover effect on the left-hand column where the background image >> changes from monochrome to colour. I can't use a traditional "2 images >> in 1" sprite because you cannot positi

Re: [css-d] Is there an alternative way of doing this?

2009-02-01 Thread tedd
>http://appia.dramatic.co.nz/~admin7/index.php is attempting to use a >hover effect on the left-hand column where the background image >changes from monochrome to colour. I can't use a traditional "2 images >in 1" sprite because you cannot position a background image in pixels >relative to the righ

Re: [css-d] Firefox Weirdness

2009-02-01 Thread Martyn Merrett
I've checked and it's actually Cleartype causing the issue (here on XP/FF3.0.5). See screenshots: http://resource.mxdx.co.uk/ww/cleartype.jpg ~Mx http://www.mxdx.co.uk 2009/2/2 Gunlaug Sørtun : > Jerod Venema wrote: > >> http://frozenmountain.com/team.aspx >> >> in FF (3), and check out the "Le

Re: [css-d] Firefox Weirdness

2009-02-01 Thread Gunlaug Sørtun
Jerod Venema wrote: > http://frozenmountain.com/team.aspx > > in FF (3), and check out the "Length of Service: 9 Years", you'll > notice that the "s" is slightly cut off. Seems to be OS related one way or another. FF3.0.5 on win2K - no problem. FF3.0.5 on winXP - is cut off. FF3.1b2 on Vista -

Re: [css-d] Firefox Weirdness

2009-02-01 Thread Felix Miata
On 2009/02/01 18:37 (GMT-0500) Jerod Venema composed: > I've got some weird behaviour, and I was wondering if anyone has seen this > before. If you look at this page: > http://frozenmountain.com/team.aspx > in FF (3), and check out the "Length of Service: 9 Years", you'll notice > that the "s" i

Re: [css-d] Firefox Weirdness

2009-02-01 Thread Keith DiSarno
Not showing up here. Don't see anything out of the norm. 3.0.4/Win XP Pro SP2 - Keith D. __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.

[css-d] Firefox Weirdness

2009-02-01 Thread Jerod Venema
Hey all, I've got some weird behaviour, and I was wondering if anyone has seen this before. If you look at this page: http://frozenmountain.com/team.aspx in FF (3), and check out the "Length of Service: 9 Years", you'll notice that the "s" is slightly cut off. It's very odd, because if you selec

[css-d] Is there an alternative way of doing this?

2009-02-01 Thread Richard Grevers
http://appia.dramatic.co.nz/~admin7/index.php is attempting to use a hover effect on the left-hand column where the background image changes from monochrome to colour. I can't use a traditional "2 images in 1" sprite because you cannot position a background image in pixels relative to the right-han

Re: [css-d] Horizontal scrolling

2009-02-01 Thread Martyn Merrett
I've never done horizontal scrolling images before but I'm sure you've got to put the images into a (or something) to force them in a horizontal order, rather than vertical as they are at the moment. ~Mx http://www.mxdx.co.uk 2009/2/1 Ian Young : > Hi Guys > > > > I am looking at simple galler

[css-d] Horizontal scrolling

2009-02-01 Thread Ian Young
Hi Guys I am looking at simple gallery where you can use horizontal scrolling. If I use the overflow:auto, both horizontal and vertical scrolling are enabled. So how do I disable vertical scrolling so that site scrolls horizontally? http://venachar.org.uk/members/image-tester.php C

Re: [css-d] Opera problem with footer

2009-02-01 Thread Cristian Palmas
2009/2/1 Gunlaug Sørtun > > Regarding the original problem: > > Opera will cooperate if you... > 1: delete 'float: left;', and > 2: add 'left: 0;' > ...on #footer .logo-footer. > > Absolute positioned elements can't float. > "A:P" takes precedence, so it doesn't make sense to declare 'float' on >

Re: [css-d] Opera problem with footer

2009-02-01 Thread Gunlaug Sørtun
Cristian Palmas wrote: > > I corrected the parsing error (I forgot a comma into the code) and > the resulting validation points errors only for the CSS3 properties > and the Opera hack I let in the stylesheet (without any property > declared.) FWIW: the "Opera hack"

[css-d] display:table and its "rowspan"

2009-02-01 Thread Patrik Jansson
Hi everyone, I've been practicing with the css's display:table property, which I learned about from SitePoint's Everything You Know Abous CSS Is Wrong book. I have a simple page with contact info on the bottom: http://www.mondiara.com/graphics/ The contact info div is defined as display:table a

Re: [css-d] losing css formatting on local computer in one browser type

2009-02-01 Thread Felix Miata
On 2009/01/27 15:18 (GMT-0800) Jean Yates composed: > Has anyone lost the css formatting on their local computer? > I was working on my site on Safari (Leopard) and the css stopped > working- the page loads correctly, then a second later the css > formatting is gone. > Meanwhile, it looks fi

Re: [css-d] Simple cantering help...

2009-02-01 Thread Ian Young
> -Original Message- > From: css-d-boun...@lists.css-discuss.org [mailto:css-d- > boun...@lists.css-discuss.org] On Behalf Of Michael Beaudoin > Sent: 30 January 2009 19:45 > To: css-d@lists.css-discuss.org > Subject: [css-d] Simple centering help... > > Hi all, > > I'm working through a

Re: [css-d] Simple centering help...

2009-02-01 Thread David Laakso
Michael Beaudoin wrote: > Hi all, > > I'm working through a simple site utilizing some 's within a container > and I'm missing something simple to get the complete thing to center. > For some reason, when I go to center the container it's only centering > the Flash piece. I know it's a vague d

Re: [css-d] a png not displaying!

2009-02-01 Thread Ian Young
Ingo, I finally worked out what the problem was and, of course you had the solution. Why I couldn’t work out what was happening was because those images that were displaying were being sourced from root/images and the image that wasn’t being displayed was in root/dev/images. All sorted a

[css-d] Simple centering help...

2009-02-01 Thread Michael Beaudoin
Hi all, I'm working through a simple site utilizing some 's within a container and I'm missing something simple to get the complete thing to center. For some reason, when I go to center the container it's only centering the Flash piece. I know it's a vague description, so see the link below..

[css-d] losing css formatting on local computer in one browser type

2009-02-01 Thread Jean Yates
Has anyone lost the css formatting on their local computer? I was working on my site on Safari (Leopard) and the css stopped working- the page loads correctly, then a second later the css formatting is gone. Meanwhile, it looks fine in Firefox and XP, and my friends with XP tell me that it

Re: [css-d] Opera problem with footer

2009-02-01 Thread Cristian Palmas
@Georg Gunlaug Hi Georg, I corrected the parsing error (I forgot a comma into the code) and the resulting validation points errors only for the CSS3 properties and the Opera hack I let in the stylesheet (without any property declared.) The link to the relevant code is at http://www.tecnicaed.it/s